summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
| * GuardMgr: Add a new filter type based on reachable addresses.Nick Mathewson2022-06-171-8/+23
| * Guardmgr: Change the GuardFilter API.Nick Mathewson2022-06-172-19/+45
* | Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-161-6/+3
|\ \ | |/ |/|
| * impl_standard_builder: Use for tor_guardmgr::FallbackDirIan Jackson2022-06-161-6/+3
* | Merge branch 'clippy_20220614' into 'main'Nick Mathewson2022-06-151-2/+2
|\ \ | |/ |/|
| * Fix clippy::significant_drop_in_scrutinee warningsNick Mathewson2022-06-151-2/+2
* | tor-netdir: testnet: Make construct_netdir infallible (rustfmt)Ian Jackson2022-06-132-9/+3
* | tor-netdir: testnet: Make construct_netdir infallibleIan Jackson2022-06-132-3/+0
|/
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-072-12/+33
|\
| * Refactor fallback-set tests to work with deterministic PRNG.Nick Mathewson2022-06-021-10/+29
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-022-4/+6
* | GuardMgr: Use installed netdir provider when we want a netdirNick Mathewson2022-06-071-20/+73
* | Move responsibility for GuardMgr NetDir updates to GuardMgr.Nick Mathewson2022-06-072-0/+58
* | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
|/
* Allow use of RetainMut, since we do not require Rust 1.61 yet.Nick Mathewson2022-05-241-0/+2
* impl_standard_builder: Test the Deserialize implIan Jackson2022-05-121-1/+1
* Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-121-2/+2
* No longer derive Default on three structs which derive BuilderIan Jackson2022-05-111-1/+4
* config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-053-7/+5
* Merge branch 'socket-addr-list-builder' into 'main'Ian Jackson2022-05-042-23/+28
|\
| * FallbackDir: Use VecBuilder for orportsIan Jackson2022-05-042-13/+14
| * FallbackDir: Do orport validation after autogenerated buildIan Jackson2022-05-041-5/+11
| * FallbackDir: Do not consider defaulted-empty orport list to be validIan Jackson2022-05-041-7/+5
* | GuardUsage: restrictions: Use list builderIan Jackson2022-05-042-38/+54
|/
* Change builder list APIIan Jackson2022-05-041-10/+3
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* 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
|/
* 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-222-0/+1728
* 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-122-9/+85
* 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-111-16/+306
* Initial functions to determine and expose a clock skew estimate.Nick Mathewson2022-04-075-1/+110
* 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