summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* | move isolation in separate moduletrinity-1686a2022-03-245-330/+336
* | seal trait Isolationtrinity-1686a2022-03-241-1/+11
* | rename *_isolation_group to *_isolationtrinity-1686a2022-03-242-8/+8
* | Merge branch 'more_iso_docs' into 'main'eta2022-03-231-7/+63
|\ \
| * | Expand documentation for isolation traitsNick Mathewson2022-03-171-7/+63
* | | Expand some comments based on review from @diziet.Nick Mathewson2022-03-211-1/+4
* | | circmgr: When planning, only keep one error; log them all.Nick Mathewson2022-03-211-3/+6
* | | dirmgr: Note errors and inform the circmgr about them.Nick Mathewson2022-03-211-0/+11
* | | Expose more peer information from circuit build failuresNick Mathewson2022-03-212-9/+46
* | | circmgr: Change API for using FallbackDirsNick Mathewson2022-03-213-6/+7
* | | circmgr: use AllGuardsDown to retry betterNick Mathewson2022-03-212-8/+36
|/ /
* | Alternative API for set_isolation_group().Nick Mathewson2022-03-171-0/+5
* | Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-174-86/+370
|\ \
| * | replace TODOs with documentationtrinity-1686a2022-03-161-1/+1
| * | add trait to help test isolation related codetrinity-1686a2022-03-163-49/+182
| * | 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-162-68/+62
| * | add a join() on Isolationtrinity-1686a2022-03-161-4/+65
| * | testing new api for isolationTrinity Pointard2022-03-162-9/+71
* | | Merge branch 'config-partials-transparent' into 'main'Ian Jackson2022-03-172-51/+48
|\ \ \ | |/ / |/| |
| * | Add rationale for CircMgrConfig transparency and traitIan Jackson2022-03-161-1/+22
| * | Provide define_accessor_trait and use it to generate CircMgrConfigIan Jackson2022-03-161-20/+12
| * | Make CircMgrConfig transparent (and make it a trait)Ian Jackson2022-03-162-49/+33
* | | derive_builder: Switch to upstream 0.11Ian Jackson2022-03-161-4/+4
|/ /
* | Use new upstream humantime_serde_option featureIan Jackson2022-03-141-5/+4
* | Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-071-34/+0
* | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+8
* | Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-041-12/+5
|\ \
| * | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
| * | Replace manual Debug impl with educe in tor-circmgrIan Jackson2022-03-021-12/+5
* | | Replace manual Debug impl with std derive in tor-circmgrIan Jackson2022-03-021-10/+3
|/ /
* | Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\ \
| * | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
| |/
* | resolve commenttrinity-1686a2022-02-281-1/+6
* | add some error to retry_error instead of dropping ittrinity-1686a2022-02-281-45/+45
* | Merge branch 'teardown' into 'main'Nick Mathewson2022-02-281-1/+12
|\ \
| * | Add a debug! log message for source cancellationIan Jackson2022-02-281-0/+4
| * | Fix rustfmtIan Jackson2022-02-281-1/+1
| * | tor-circmgr: take_action: Handle Cancelled from the oneshotIan Jackson2022-02-251-1/+8
| |/
* | Merge branch 'fix/210' into 'main'Nick Mathewson2022-02-281-1/+1
|\ \
| * | don't return already errored pending circuit when searching new circuit match...trinity-1686a2022-02-271-1/+1
| |/
* | Fix two typosNick Mathewson2022-02-282-2/+2
* | impl Debug for various internal typesIan Jackson2022-02-253-4/+25
|/
* Merge remote-tracking branch 'origin/mr/340'Nick Mathewson2022-02-233-11/+21
|\
| * Make NoLock into BadApiUsage.Nick Mathewson2022-02-222-10/+14