aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/build.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+10
|\
| * typotrinity-1686a2022-02-281-1/+1
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+10
* | Expand some comments based on review from @diziet.Nick Mathewson2022-03-211-1/+4
* | Expose more peer information from circuit build failuresNick Mathewson2022-03-211-5/+22
|/
* Make NoLock into BadApiUsage.Nick Mathewson2022-02-221-3/+8
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-5/+8
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-041-1/+1
* tor-circmgr: Handle channel creation errors in the new styleIan Jackson2022-02-041-1/+7
* Untangle two needless Ok(r?) into just rIan Jackson2022-02-021-1/+1
* Merge branch 'remove-type-annotation' into 'main'Nick Mathewson2022-01-071-1/+1
|\
| * tor-circmgr: Remove a type annotation in a method callIan Jackson2022-01-071-1/+1
* | De-Arc-ify Buildable for ClientCircNeel Chauhan2022-01-061-13/+6
|/
* Merge branch 'main' into 'remove_unused_rngs'eta2022-01-061-2/+1
|\
| * tor-circmgr: Don't clone parameters in create_chantarget()Neel Chauhan2021-12-251-2/+1
* | Remove a bunch of unused RNGsNeel Chauhan2021-12-251-48/+22
|/
* Allow on-the-fly changing of path_rulesNick Mathewson2021-12-071-4/+9
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-5/+5
* 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