summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'error_cleanup' into 'main'Nick Mathewson2022-06-2228-81/+128
|\ \ \ | |/ / |/| |
| * | fs-mistrust: convert Io error variant to a struct.Nick Mathewson2022-06-222-6/+18
| * | tor-cell: convert BytesErr to a struct variantNick Mathewson2022-06-224-7/+22
| * | tor-cell: error usefulness and style fixesNick Mathewson2022-06-226-17/+26
| * | Improve error messages in tor-checkable.Nick Mathewson2022-06-223-3/+5
| * | tor-socksproto: Style and info fixes in errors.Nick Mathewson2022-06-224-9/+16
| * | Style fixes to tor-bytes errors.Nick Mathewson2022-06-221-5/+9
| * | Style fixes to tor-protover errors.Nick Mathewson2022-06-221-3/+3
| * | tor-llcrypto: style fixes on BlindingErrorNick Mathewson2022-06-221-2/+2
| * | Style fixes to tor-units errors.Nick Mathewson2022-06-221-2/+2
| * | Style fixes to tor-events errors.Nick Mathewson2022-06-221-2/+2
| * | tor-config: style fixes on CfgPathError.Nick Mathewson2022-06-221-6/+6
| * | tor-config: Don't format source error as part of error messageNick Mathewson2022-06-221-2/+2
| * | 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