summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-chanmgr tests: Add config_update tracking to FakeChannelIan Jackson2022-06-211-1/+7
| * | | channel padding: Honour NetDir for timeoutsIan Jackson2022-06-211-3/+47
| * | | channel padding: Add the parameters from the spec to NetDirIan Jackson2022-06-211-0/+28
| * | | channel padding: Plumb settings from chanmgrIan Jackson2022-06-219-27/+192
| * | | channel padding: Introduce ChannelsConfig and reconfigure facilityIan Jackson2022-06-214-3/+242
| * | | chanmgr: inner (map): Reorganise to prepare for having more stateIan Jackson2022-06-211-14/+27
| * | | channel padding timer: Support reconfigurationIan Jackson2022-06-211-4/+15
| * | | channel padding timer: Allow creation without providing parameters yetIan Jackson2022-06-212-16/+32
| * | | channel padding: Test creation in disabled stateIan Jackson2022-06-211-0/+12
| * | | channel padding: Make Parameters a pub struct with builderIan Jackson2022-06-214-3/+16
| * | | tor-chanmgr: tests: Have unwrap_open return a (mut) referenceIan Jackson2022-06-211-2/+2
|/ / /
* | | 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