summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Style fixes to retry-error error messages.Nick Mathewson2022-06-221-3/+3
| * | Style fixes to safelog errors.Nick Mathewson2022-06-221-3/+3
| * | Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-226-24/+22
* | | Merge branch 'display_source_cleanup' into 'main'eta2022-06-219-37/+38
|\| |
| * | Do not include error source() in display() format.Nick Mathewson2022-06-219-37/+38
* | | Merge branch 'stalled_directory' into 'main'Ian Jackson2022-06-216-209/+593
|\ \ \
| * | | 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
* | | | Merge branch 'channel' into 'main'Ian Jackson2022-06-2118-98/+796
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-chanmgr: Change to use unwrap_voidIan Jackson2022-06-213-8/+6
| * | | 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-215-20/+30
| * | | 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-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
|\ \ \