summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | FallbackState: Use itertools::merge_join_by.Nick Mathewson2022-03-301-100/+8
| * | Fold fallback::Status::reset() into its (only) caller.Nick Mathewson2022-03-301-7/+2
| * | Rename FallbackState::lookup_mut => get_mut.Nick Mathewson2022-03-301-12/+12
| * | Rename FallbackSet => FallbackState.Nick Mathewson2022-03-303-15/+15
| * | DirPathBuilder::pick_path: re-order match cases for clarity.Nick Mathewson2022-03-301-16/+18
| * | Refactor select_guard_with_expand to use match and log errors.Nick Mathewson2022-03-301-10/+13
| * | ListKind: Use an exhaustive match to future-proof.Nick Mathewson2022-03-301-1/+4
| * | Clarify documentation about GuardUsable constructorsNick Mathewson2022-03-301-4/+10
| * | Add a TODO about an unslightly type.Nick Mathewson2022-03-301-0/+2
| * | Clean up a rustdoc linkIan Jackson2022-03-301-1/+1
| * | guardmgr::fallback::set: basic unit tests.Nick Mathewson2022-03-301-10/+190
| * | Rename ExternalFailure => ExternalActivity.Nick Mathewson2022-03-304-18/+17
| * | Replace the fallback directories when they change in the config.Nick Mathewson2022-03-303-0/+127
| * | Add status tracking to FallbackDir.Nick Mathewson2022-03-308-25/+286
| * | Implement Ord for Ed25519Identity.Nick Mathewson2022-03-302-1/+2
| * | Update semver_status from recent round of movement.Nick Mathewson2022-03-301-0/+4
| * | dirmgr: do not pass fallbacks to the CircMgr.Nick Mathewson2022-03-301-6/+1
| * | circmgr: Use guard-manager's view of the fallbacks when possible.Nick Mathewson2022-03-304-14/+49
| * | GuardMgr: Return fallback directories when appropriate.Nick Mathewson2022-03-301-26/+67
| * | Fix typos in guardmgr/lib.rsNick Mathewson2022-03-301-2/+2
| * | GuardMgr: some prep work for returning fallbacks as guards.Nick Mathewson2022-03-303-4/+40
| * | Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-3014-37/+142
| * | Reformat tor-circmgr/Cargo.tomlNick Mathewson2022-03-301-21/+30
| * | guardmgr: move error types into new err.rs module.Nick Mathewson2022-03-303-73/+79
| * | Move fallback.rs into guardmgr.Nick Mathewson2022-03-3012-8/+20
|/ /
* | Merge branch 'disallowed_lint' into 'main'eta2022-03-3022-46/+2
|\ \
| * | Fix a let_and_return lint violation that had somehow slipped in.Nick Mathewson2022-03-301-3/+1
| * | Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-3022-43/+1
* | | Merge branch 'daemon-separation' into 'main'eta2022-03-3011-300/+382
|\ \ \ | |/ / |/| |
| * | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-3011-300/+382
|/ /
* | Merge branch 'no-system-time' into 'main'eta2022-03-3027-49/+125
|\ \
| * | typotrinity-1686a2022-02-281-1/+1
| * | use wallclock where possible in teststrinity-1686a2022-02-2618-23/+64
| * | fix teststrinity-1686a2022-02-252-14/+21
| * | remove most usage of SystemTime::nowtrinity-1686a2022-02-2512-12/+40
* | | Update README.md files using readmes scriptNick Mathewson2022-03-293-1/+15
* | | Upgrade to rusqlite 0.27.0Nick Mathewson2022-03-292-5/+5
* | | Run cargo-update in preparation for Arti 0.2.0Nick Mathewson2022-03-291-96/+97
* | | Start a changelog for Arti 0.2.0Nick Mathewson2022-03-281-2/+136
* | | Remove a now-irrelevant commentNick Mathewson2022-03-281-2/+0
* | | Merge branch 'isolation-followup' into 'main'Nick Mathewson2022-03-2810-445/+620
|\ \ \
| * | | remove usage of 'token' where it's no longer a tokentrinity-1686a2022-03-273-16/+19
| * | | implement IsolationHelper for StreamIsolationtrinity-1686a2022-03-252-14/+12
| * | | move StreamIsolation to isolation moduletrinity-1686a2022-03-244-109/+108
| * | | implement IsolationHelper for tuple of IsolationHelpertrinity-1686a2022-03-241-0/+159
| * | | fix with_coverage script to exclude pub(crate) mod test from resultstrinity-1686a2022-03-241-1/+1
| * | | 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-246-19/+19
* | | | Merge branch 'main' into 'main'Ian Jackson2022-03-251-2/+0
|\ \ \ \