summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Refactor DirStatus data structures.Nick Mathewson2022-06-211-74/+186
| * | | Make display formats work with older derive_more.Nick Mathewson2022-06-142-2/+2
| * | | tor-dirmgr: Make DirStatus non-public.Nick Mathewson2022-06-143-5/+4
| * | | Report directory blockage problems from arti-client.Nick Mathewson2022-06-141-1/+16
| * | | Add a blockage-reporting mechanism to tor-dirmgr.Nick Mathewson2022-06-143-1/+98
| * | | Add a couple of TODO items.Nick Mathewson2022-06-141-0/+7
| * | | Do not update_progress on load if nothing happened.Nick Mathewson2022-06-141-6/+10
| * | | DirMgr: Track errors, stalls, and resets as part of status.Nick Mathewson2022-06-134-3/+81
| * | | Refactor our logic for distinguishing download attemptsNick Mathewson2022-06-133-85/+127
| * | | Refactor most DirStatus users to use DirProgress.Nick Mathewson2022-06-134-71/+66
| * | | Move `at_least_as_new_as` to DirProgress.Nick Mathewson2022-06-131-4/+18
| * | | Turn the DirProgress in DirStatus into a named field.Nick Mathewson2022-06-131-52/+73
| * | | Rename DirStatusInner to DirProgress.Nick Mathewson2022-06-132-38/+38
* | | | tor-chanmgr: Change to use unwrap_voidIan Jackson2022-06-212-8/+5
* | | | channel padding: Rename ChannelsParams from ChannelsConfig (rustfmt)Ian Jackson2022-06-212-2/+2
* | | | channel padding: Rename ChannelsParams from ChannelsConfigIan Jackson2022-06-217-98/+98
* | | | channel padding: chanmgr: Clarify a commentIan Jackson2022-06-211-3/+3
* | | | tor-proto: Have Channel::reconfigure throw ChannelClosedIan Jackson2022-06-211-2/+2
* | | | tor-proto: err: Provide ChannelClosed as a separate unit errorIan Jackson2022-06-215-18/+38
* | | | channel padding: Use IntegerMilliseconds in netdirIan Jackson2022-06-212-20/+18
* | | | tor-netdir: Make CHANNEL_PADDING_TIMEOUT_UPPER_BOUND pubIan Jackson2022-06-211-1/+1
* | | | channel padding: Use IntegerMilliseconds in padding::ParametersIan Jackson2022-06-214-20/+28
* | | | tor-units: IntegerTimeUnit: Provide try_mapIan Jackson2022-06-211-0/+50
* | | | tor-units: IntegerTimeUnit: Relax condition on TIan Jackson2022-06-211-5/+5
* | | | tor-units: IntegerTimeUnit: Provide as_time_unit deconstructorIan Jackson2022-06-211-0/+24
* | | | channel padding parameters update: Drop a redundant cloneIan Jackson2022-06-211-1/+1
* | | | channel padding: Change timeout to match C TorIan Jackson2022-06-211-1/+6
* | | | Fix docs for `CtrlMsg::ConfigUpdate`Ian Jackson2022-06-211-5/+2
* | | | Fix typoseta2022-06-212-3/+3
* | | | channel padding: Test timeout updatesIan Jackson2022-06-212-1/+50
* | | | 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-218-27/+191
* | | | 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-213-3/+15
* | | | tor-chanmgr: tests: Have unwrap_open return a (mut) referenceIan Jackson2022-06-211-2/+2
| |/ / |/| |
* | | 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-172-2/+4
|\ \ \
| * | | Remove rustls from tor-rtcompat/fullNick Mathewson2022-06-162-2/+4
* | | | Merge branch 'reachable_addrs_v2' into 'main'Nick Mathewson2022-06-1714-150/+480
|\ \ \ \
| * | | | 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