summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'relay-id-perf-2' into 'main'Nick Mathewson2024-04-037-15/+52
|\ \ \ \
| * | | | tor-linkspec: Suppress clippy false positive (link ticket)Ian Jackson2024-04-031-1/+1
| * | | | tor-linkspec: Suppress clippy false positiveIan Jackson2024-04-031-0/+1
| * | | | tor-netdir: Abolish Relay::has_same_relay_idsIan Jackson2024-04-033-12/+5
| * | | | tor-linkspec: Use derive-deftly rather than strum for same_relay_idsIan Jackson2024-04-035-1/+44
| * | | | tor-linkspec: Use RelayIdType::all_types rather than ::iterIan Jackson2024-04-031-2/+2
|/ / / /
* | | | Merge branch '504-cleanup-part1' into 'main'Nick Mathewson2024-04-0312-250/+346
|\ \ \ \ | |_|_|/ |/| | |
| * | | Comment fixes in RelayDetails refactor.Ian Jackson2024-04-031-2/+4
| * | | Add a semver.md file so we do not forget to put "breaking!" in changelog.Nick Mathewson2024-03-281-0/+1
| * | | exitpath: Refactor a test to use tor-relay-usage.Nick Mathewson2024-03-281-20/+14
| * | | Move rs_is_dircache to details.rsNick Mathewson2024-03-282-9/+9
| * | | Rename `Relay::same_relay` and make it private.Nick Mathewson2024-03-283-10/+8
| * | | Remove all *Relay is_flagged_guard methods.Nick Mathewson2024-03-284-31/+10
| * | | Remove temporary functions in CheckedRelay.Nick Mathewson2024-03-2810-203/+122
| * | | Remove temporary functions in UncheckedRelay.Nick Mathewson2024-03-282-27/+8
| * | | Move most functions from *Relay to *RelayDetailsNick Mathewson2024-03-282-22/+166
| * | | Relocate declarations of *Relay methods to details.rsNick Mathewson2024-03-282-129/+141
| * | | Add low_level_details to {Unchecked,}Relay.Nick Mathewson2024-03-272-0/+66
* | | | Merge branch 'fix_relaymsg_fuzzer' into 'main'Nick Mathewson2024-04-032-4/+10
|\ \ \ \
| * | | | Fix compilation for relaymsg fuzzerNick Mathewson2024-04-022-4/+10
* | | | | Merge branch 'deftly' into 'main'Ian Jackson2024-04-0331-289/+271
|\ \ \ \ \
| * | | | | derive-deftly: Change some docs referencesIan Jackson2024-04-035-9/+9
| * | | | | Apply import alphabetisation churnIan Jackson2024-04-032-2/+2
| * | | | | tor-rtmock: Remove a todo commentIan Jackson2024-04-031-5/+0
| * | | | | derive-deftly: Call pub_template_semver_checkIan Jackson2024-04-032-0/+4
| * | | | | Switch to derive-deftlyIan Jackson2024-04-0330-279/+262
* | | | | | Merge branch 'finish-backoff-refactor' into 'main'Nick Mathewson2024-04-022-31/+126
|\ \ \ \ \ \
| * | | | | | tor-hsservice: Move optional timeout to optionally_timeout().Gabriela Moldovan2024-04-021-7/+32
| * | | | | | tor-hsservice: s/timeout/overall_timeout for clarity.Gabriela Moldovan2024-04-021-2/+2
| * | | | | | tor-hsservice: Add a test for the backoff runner's single_attempt_timeout().Gabriela Moldovan2024-04-021-0/+51
| * | | | | | tor-hsservice: Use single_attempt_timeout in backoff Runner impl (fmt).Gabriela Moldovan2024-04-021-10/+10
| * | | | | | tor-hsservice: Use single_attempt_timeout in backoff Runner impl.Gabriela Moldovan2024-04-022-19/+38
* | | | | | | Merge branch 'loosen_check_licenses' into 'main'gabi-2502024-04-021-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove note about option-ext statusNick Mathewson2024-04-021-1/+0
| * | | | | | | Remove check_licenses exception for rustls-webpkiNick Mathewson2024-04-021-1/+0
|/ / / / / / /
* | | | | | | Merge branch 'unmanaged-proxy-config-test' into 'main'Nick Mathewson2024-04-024-10/+63
|\ \ \ \ \ \ \
| * | | | | | | Add a test for transport configurationNick Mathewson2024-04-021-0/+46
| * | | | | | | example-config: Indent transport argumentsNick Mathewson2024-04-021-9/+9
| * | | | | | | ptmgr: Use impl_standard_builder for TransportConfigNick Mathewson2024-04-021-1/+3
| * | | | | | | Make TorClientConfig implement AsRef<BridgesConfig>Nick Mathewson2024-04-021-0/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'remove_unused_rebased' into 'main'Nick Mathewson2024-04-0222-103/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | remove unused dependenciestrinity-1686a2024-04-0222-103/+5
|/ / / / /
* | / / / Remove semver.md files from arti-1.2.1 releaseNick Mathewson2024-04-027-18/+0
| |/ / / |/| | |
* | | | Merge branch 'version_bumps_1_2_1' into 'main'arti-v1.2.1arti-1.2.1Nick Mathewson2024-04-0256-881/+789
|\ \ \ \
| * | | | Run cargo update in {equix,hashx}/benchNick Mathewson2024-04-022-418/+326
| * | | | Bump arti crate to 1.2.1Nick Mathewson2024-04-024-4/+4
| * | | | Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-0246-405/+405
| * | | | Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-0233-54/+54
* | | | | Merge branch 'changelog-1.2.1' into 'main'Nick Mathewson2024-04-021-0/+224
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | changelog: Add !2052 to note about coarsetime.Nick Mathewson2024-04-021-1/+2