aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/mgr.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * | In struct PendingEntry, remove circ_specNeel Chauhan2021-11-281-10/+2
| |/
* | add semicolons if nothing returnedDaniel Eades2021-11-251-3/+3
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|/
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-181-30/+7
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-041-1/+2
* Mark request_retried test as ignoredNick Mathewson2021-10-281-0/+1
* circmgr: Split request_timeout test into two.Nick Mathewson2021-10-261-0/+7
* Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-261-7/+51
* Implement the "request_loyalty" configuration optionNick Mathewson2021-10-191-2/+1
* Do not use set_ prefix on derive_builder settersJani Monoses2021-09-161-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* A little more test coverage in tor-circmgr::mgrNick Mathewson2021-09-071-5/+35
* tor_circmgr::mgr -- refactor some duplicate code.Nick Mathewson2021-09-071-20/+32
* Rename pick_action to clarify that it can modify selfNick Mathewson2021-09-071-5/+5
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+1692