summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/build.rs
Commit message (Expand)AuthorAgeFilesLines
* add semicolons if nothing returnedDaniel Eades2021-11-251-2/+2
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-4/+9
* Add a couple of pieces of missing documentation.Nick Mathewson2021-11-081-1/+1
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-041-3/+4
* Remove all remaining dbg! instances.Nick Mathewson2021-11-041-5/+0
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-2/+4
* Fix clippy warnings in tests.Nick Mathewson2021-10-281-5/+5
* tor_circmgr: Refactor and re-enable build_timeout() testNick Mathewson2021-10-271-136/+233
* Fix some clippy-nightly warnings.Nick Mathewson2021-10-261-0/+4
* Merge remote-tracking branch 'origin/mr/102'Nick Mathewson2021-10-261-7/+25
|\
| * Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-261-7/+25
* | Finish the timeout-inference side of shared state.Nick Mathewson2021-10-201-13/+26
* | Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-55/+52
* | Initial work on periodically reloading state.Nick Mathewson2021-10-191-1/+0
|/
* Use better reporting for guard status.Nick Mathewson2021-10-131-9/+44
* Notify guard manager on network change and state flush.Nick Mathewson2021-10-101-1/+5
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-101-1/+6
* Use StorageHandle in tor_circmgr.Nick Mathewson2021-09-301-5/+6
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-9/+10
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+704