summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/usage.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Expand documentation for isolation traitsNick Mathewson2022-03-171-7/+63
* | Alternative API for set_isolation_group().Nick Mathewson2022-03-171-0/+5
* | add trait to help test isolation related codetrinity-1686a2022-03-161-21/+127
* | add tests on Isolation and fix conditional compilation issuestrinity-1686a2022-03-161-0/+58
* | refactor restrict_muttrinity-1686a2022-03-161-14/+15
* | replace Arc with Box and use dyn-clonetrinity-1686a2022-03-161-43/+24
* | add some documentation for new traitstrinity-1686a2022-03-161-12/+18
* | replace isolated with compatibletrinity-1686a2022-03-161-13/+13
* | use downcast-rs instead of our own AsAnytrinity-1686a2022-03-161-15/+3
* | fix existing teststrinity-1686a2022-03-161-36/+42
* | add a join() on Isolationtrinity-1686a2022-03-161-4/+65
* | testing new api for isolationTrinity Pointard2022-03-161-9/+67
|/
* Add kinds for *most* circmgr errors.Nick Mathewson2022-02-161-3/+4
* Tests for TargetPorts::display()Nick Mathewson2022-02-041-1/+12
* tor-circmgr: Introduce TargetPorts with a pretty Display implIan Jackson2022-02-041-1/+34
* tor-circmgr: impl Display for TargetPortIan Jackson2022-02-041-0/+7
* StreamPrefs: rename from ConnectPrefsIan Jackson2022-01-211-3/+3
* Allow configurability on preemptive circuitsNeel Chauhan2021-12-071-5/+8
* Merge remote-tracking branch 'origin/mr/154'Nick Mathewson2021-11-301-4/+77
|\
| * Add tests & address review commentaryeta2021-11-301-15/+28
| * Actually build preemptive circuits (and minor fixes)eta2021-11-291-0/+7
| * Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptiveeta2021-11-231-1/+54
* | tor-circmgr: Write a test for BadExit support.Neel Chauhan2021-11-291-6/+20
|/
* Fix typosDimitris Apostolou2021-11-121-1/+1
* tor-circmgr: testing for NoUsage and TimeoutTesting usageNick Mathewson2021-11-021-0/+24
* tor-circmgr: tests for netwoks with no exitsNick Mathewson2021-11-021-25/+45
* tor-circmgr::usage: Add a few more tests.Nick Mathewson2021-11-021-2/+66
* Improve docs of more (potentially re-exported) arti-client typeseta2021-10-291-3/+37
* Turn StreamIsolation into a separate type.Nick Mathewson2021-10-251-33/+88
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-2/+2
* Implement guards for multihop paths.Nick Mathewson2021-10-131-5/+5
* Actually select guards for directory circuits.Nick Mathewson2021-10-131-2/+2
* Pass the guard manager down to the path selection functions.Nick Mathewson2021-10-111-5/+10
* WIPNick Mathewson2021-10-111-5/+7
* Integrate GuardUsability and GuardMonitor into CircuitBuilder.Nick Mathewson2021-10-101-7/+14
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-0/+5
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+487