aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-261-48/+14
|\
| * list_builder: Use $crate namespaced importsIan Jackson2022-04-251-1/+1
| * Document defaults for all the config listsIan Jackson2022-04-251-1/+4
| * Use better syntax for doc comment attributeIan Jackson2022-04-251-7/+5
| * Introduce define_list_config_builder macroIan Jackson2022-04-251-48/+13
* | squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* | Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* | Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
|/
* fix typo in doctrinity-1686a2022-04-251-1/+1
* fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-222-9/+58
* fallback list: Move default list into tor-guardmgrIan Jackson2022-04-223-0/+1729
* arti-client: Report clock skew when it is noteworthyNick Mathewson2022-04-121-0/+5
* circmgr: re-export clock skew estimates.Nick Mathewson2022-04-122-0/+4
* GuardMgr: publish skew estimates.Nick Mathewson2022-04-123-9/+86
* guardmgr: fix a unit test panic.Nick Mathewson2022-04-111-1/+5
* Fold FallbackStatus into Entry.Nick Mathewson2022-04-111-44/+31
* Add a couple of TODO items to clock-skew estimator.Nick Mathewson2022-04-111-0/+7
* Implement a better clock skew estimator.Nick Mathewson2022-04-112-16/+308
* Initial functions to determine and expose a clock skew estimate.Nick Mathewson2022-04-076-1/+111
* Reformat tor-guardmgr/Cargo.tomlNick Mathewson2022-04-071-12/+12
* GuardMgr: record clock skew information.Nick Mathewson2022-04-076-22/+106
* Create and use API to report guard/fallback skew.Nick Mathewson2022-04-072-3/+17
* Merge branch 'main' into 'separate_dir_status'Nick Mathewson2022-04-061-0/+24
|\
| * guardmgr: implement HasRetryTime.Nick Mathewson2022-04-041-0/+24
* | Fix a rustdoc linkNick Mathewson2022-04-051-5/+5
* | GuardMgr: Tests for copy_status_from.Nick Mathewson2022-04-052-0/+65
* | GuardMgr: Tests for note_external_{success,failure}.Nick Mathewson2022-04-051-0/+57
* | Rewrite and fix Guard::copy_status_from.Nick Mathewson2022-04-053-21/+45
* | GuardMgr: Track directory status and circuit status separately.Nick Mathewson2022-04-054-69/+235
* | Allow DirStatus objects to have different timeout floorsNick Mathewson2022-04-042-21/+24
* | Rename fallback::status::Status to DirStatus.Nick Mathewson2022-04-044-13/+13
|/
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-16/+16
* Use derive_more to derive AsRef.Nick Mathewson2022-03-302-12/+4
* Reformat tor-guardmgr/Cargo.toml.Nick Mathewson2022-03-301-18/+18
* Fix some Rustdoc links.Nick Mathewson2022-03-304-5/+5
* Refactor FirstHopId into type-differentiated formNick Mathewson2022-03-307-169/+322
* Rename Guard=>FirstHop, GuardId=>FirstHopIdNick Mathewson2022-03-306-70/+84
* 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
* 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-302-11/+10
* Replace the fallback directories when they change in the config.Nick Mathewson2022-03-302-0/+122
* Add status tracking to FallbackDir.Nick Mathewson2022-03-305-24/+260