summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Run cargo update in preparation for release on FridayNick Mathewson2022-06-211-133/+105
* | Merge branch 'main' into 'main'eta2022-06-211-2/+1
|\ \
| * | Updated the warning message providing additional information about the type o...0x4ndy2022-06-211-2/+1
|/ /
* | Merge branch 'ring_out_the_old' into 'main'Ian Jackson2022-06-174-2/+53
|\ \
| * | Avoid matching crate names by prefix.Nick Mathewson2022-06-171-1/+5
| * | Update check_tree to better detect errors in cargo-tree.Nick Mathewson2022-06-161-6/+26
| * | Don't install cargo-tree: It's built-in.Nick Mathewson2022-06-161-2/+1
| * | Add script and CI to make sure `ring` doesn't show up in arti/fullNick Mathewson2022-06-162-1/+27
| * | Remove rustls from tor-rtcompat/fullNick Mathewson2022-06-162-2/+4
* | | Merge branch 'reachable_addrs_v2' into 'main'Nick Mathewson2022-06-1715-154/+543
|\ \ \
| * | | Rename guardset-selection function.Nick Mathewson2022-06-171-2/+7
| * | | Rename pick_guard, pick_guard_ext.Nick Mathewson2022-06-172-17/+29
| * | | Refactor and document issues with modify_hop.Nick Mathewson2022-06-173-14/+41
| * | | API-fix for extend_sample_as_needed.Nick Mathewson2022-06-172-19/+20
| * | | Remove some outdated comments.Nick Mathewson2022-06-174-19/+1
| * | | 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-174-6/+96
| * | | 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-169-104/+77
|\ \ \ \
| * | | | 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-163-7/+6
| * | | | 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-162-11/+5
|\ \ \ \ \
| * | | | | Upgrade to float_eq 1.0.0Nick Mathewson2022-06-162-11/+5
| | |_|/ / | |/| | |
* | | | | 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
| | |/ / / | |/| | |