summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | Typo fix.Ian Jackson2022-03-311-1/+1
| * | Directory filtering in arti-testing.Nick Mathewson2022-03-314-1/+225
| * | tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-317-0/+96
| * | tor-checkable: add experimental api for exposing wrapped objects.Nick Mathewson2022-03-312-0/+38
| * | Reformat tor-checkable/Cargo.tomlNick Mathewson2022-03-311-6/+4
* | | dirmgr: Use a different idiom in retry loopNick Mathewson2022-03-311-3/+2
* | | Use a lower default for max_retries.Nick Mathewson2022-03-302-2/+2
* | | circmgr: limit circuit attempts when launch_parallelism > 1.Nick Mathewson2022-03-301-1/+21
* | | dirmgr: fix bugs in algorithm for retrying downloadsNick Mathewson2022-03-301-13/+22
|/ /
* | README.md for arti-testing.Nick Mathewson2022-03-301-0/+53
* | Run cargo fmt one more time for good measure.Nick Mathewson2022-03-301-2/+2
* | Use derive_more to derive AsRef.Nick Mathewson2022-03-302-12/+4
* | Reformat tor-guardmgr/Cargo.toml.Nick Mathewson2022-03-301-18/+18
* | Reformat several Cargo.toml files with 100-char-wide lines.Nick Mathewson2022-03-303-27/+8
* | Fix some Rustdoc links.Nick Mathewson2022-03-304-5/+5
* | Refactor FirstHopId into type-differentiated formNick Mathewson2022-03-309-185/+348
* | Rename Guard=>FirstHop, GuardId=>FirstHopIdNick Mathewson2022-03-308-77/+91
* | 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-301-1/+1
* | 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-3013-37/+140
* | 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-3010-8/+11
* | Merge branch 'disallowed_lint' into 'main'eta2022-03-3021-45/+1
|\ \
| * | 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-3021-42/+0
* | | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-309-300/+380
|/ /
* | Merge branch 'no-system-time' into 'main'eta2022-03-3026-49/+122
|\ \
| * | 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-2511-12/+37