summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Tweak parameters in guardmgr tests to improve testnet behavior.Nick Mathewson2022-06-171-9/+18
| * | | | CircMgr: Enable reachable_addrs filter.Nick Mathewson2022-06-172-1/+21
| * | | | Add a configuration option for reachable_addrsNick Mathewson2022-06-173-0/+46
| * | | | NetDoc: Make AddrPortPattern implement serde traitsNick Mathewson2022-06-173-2/+33
| * | | | GuardMgr: Support for multiple guard setsNick Mathewson2022-06-172-33/+98
| * | | | Move set_filter into GuardMgrInner.Nick Mathewson2022-06-173-41/+34
| * | | | GuardMgr: Function to tell how permissive a filter is.Nick Mathewson2022-06-171-0/+50
| * | | | Make AddrPortPattern and friends implement Eq and PartialEqNick Mathewson2022-06-172-2/+3
| * | | | GuardMgr: Also apply filters to fallback directories.Nick Mathewson2022-06-172-7/+12
| * | | | GuardMgr: remove disallowed addresses from returned FirstHops.Nick Mathewson2022-06-174-2/+54
| * | | | GuardMgr: Remove old testing filter variant.Nick Mathewson2022-06-172-21/+9
| * | | | GuardMgr: Add a new filter type based on reachable addresses.Nick Mathewson2022-06-172-8/+24
| * | | | Guardmgr: Change the GuardFilter API.Nick Mathewson2022-06-173-19/+46
| |/ / /
* | | | Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-168-104/+76
|\ \ \ \
| * | | | tor-proto: channel: Tell clippy it's ok to print in testsIan Jackson2022-06-161-0/+1
| * | | | impl_standard_builder: Use for tor_dirmgr::AuthorityIan Jackson2022-06-161-10/+2
| * | | | impl_standard_builder: Use for tor_guardmgr::FallbackDirIan Jackson2022-06-161-6/+3
| * | | | impl_standard_builder: Use for tor_dirmgr::DownloadScheduleIan Jackson2022-06-161-14/+3
| * | | | impl_standard_builder: Use for arti::logging::LogfileConfigIan Jackson2022-06-161-7/+2
| * | | | impl_standard_builder: Allow for !DefaultIan Jackson2022-06-161-13/+54
| * | | | arti: logging config: Replace a manual Debug implIan Jackson2022-06-162-7/+5
| * | | | impl_standard_builder: Use for tor_dirmgr::DownloadScheduleConfigIan Jackson2022-06-161-14/+1
| * | | | impl_standard_builder: Use for tor_dirmgr::NetworkConfigIan Jackson2022-06-161-19/+2
| * | | | impl_standard_builder: Use for tor_dirmgr::DirSkewToleranceIan Jackson2022-06-161-13/+2
| * | | | tor-config: impl_standard_builder: handle contexts with local ResultIan Jackson2022-06-161-1/+1
* | | | | Merge branch 'upgrade_float_eq' into 'main'Ian Jackson2022-06-161-1/+1
|\ \ \ \ \
| * | | | | Upgrade to float_eq 1.0.0Nick Mathewson2022-06-161-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'config-fix' into 'main'Ian Jackson2022-06-164-49/+92
|\ \ \ \ \
| * | | | | arti: cfg: Remove another needless borrowIan Jackson2022-06-161-1/+1
| * | | | | arti cfg tests: Remove a redundant line that shadows an earlier bindingIan Jackson2022-06-161-1/+0
| * | | | | Fix grammar erroreta2022-06-161-1/+1
| * | | | | arti: Enable some pre-config loggingIan Jackson2022-06-161-2/+16
| * | | | | arti: Introduce closure which will be used for pre-config loggingIan Jackson2022-06-161-31/+52
| * | | | | arti cfg tests: Test that example config works as-isIan Jackson2022-06-161-0/+2
| * | | | | arti: cfg tests: Refactor to prepare for new testIan Jackson2022-06-161-16/+23
| | |/ / / | |/| | |
| * | | | Add some missing `serde(default)` to uses of humantime_serde::optionIan Jackson2022-06-162-3/+3
* | | | | Merge branch 'main' into 'accel-features'Nick Mathewson2022-06-1629-158/+271
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-1612-86/+166
| |\ \ \ \
| | * | | | Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-154-5/+13
| * | | | | Merge branch 'clippy_20220614' into 'main'Nick Mathewson2022-06-157-12/+21
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Add one more "allow" to tor_netdoc::parse::macros.Nick Mathewson2022-06-151-0/+1
| | * | | | Permit eprintln in channel-padding test.Nick Mathewson2022-06-151-0/+1
| | * | | | Fix clippy::significant_drop_in_scrutinee warningsNick Mathewson2022-06-154-12/+16
| | * | | | Work around an erroneous warning from nightly clippyNick Mathewson2022-06-151-0/+3
| | | |/ / | | |/| |
| * | | | Merge branch 'unwrap' into 'main'Nick Mathewson2022-06-138-45/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tor-netdir: testnet: Make construct_netdir infallible (rustfmt)Ian Jackson2022-06-136-30/+10
| | * | | tor-netdir: testnet: Make construct_netdir infallibleIan Jackson2022-06-138-15/+5
| * | | | Merge branch 'dormant_directory' into 'main'Nick Mathewson2022-06-137-90/+218
| |\ \ \ \
| | * | | | DirMgr: Use scopeguard crate in place of ad hoc RAII substitutesNick Mathewson2022-06-132-68/+19
| | * | | | Put the task schedule back when the dl task exits.Nick Mathewson2022-06-131-2/+9