summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-guardmgr: Make TimeboundVanguard fields pub(super).Gabriela Moldovan2024-04-051-2/+2
| * | | | tor-guardmgr: Add VanguardMgrError::NetDir.Gabriela Moldovan2024-04-051-0/+5
| * | | | tor-guardmgr: Store the TimeboundVanguards in a binary heap.Gabriela Moldovan2024-04-052-5/+47
| * | | | tor-guardmgr: Implement launch_background_tasks.Gabriela Moldovan2024-04-051-4/+35
| * | | | tor-circmgr: Call VanguardMgr::launch_background_tasks.Gabriela Moldovan2024-04-052-1/+10
| * | | | tor-guardmgr: Give VanguardSets a target set size.Gabriela Moldovan2024-04-052-4/+18
| * | | | tor-guardmgr: Derive getters for VanguardParams.Gabriela Moldovan2024-04-051-1/+7
| * | | | tor-guardmgr: Pass an rng to select_vanguard.Gabriela Moldovan2024-04-053-5/+9
| * | | | tor-guardmgr: Give VanguardMgr a handle to the runtime (fmt).Gabriela Moldovan2024-04-053-4/+19
| * | | | tor-guardmgr: Give VanguardMgr a handle to the runtime.Gabriela Moldovan2024-04-055-22/+22
| * | | | tor-guardmgr: Implement TryFrom<&NetParameters> for VanguardParams.Gabriela Moldovan2024-04-051-3/+18
| * | | | tor-guardmgr: Fix typo in VanguardSet docs.Gabriela Moldovan2024-04-051-1/+1
| * | | | tor-circmgr: Remove addressed TODO.Gabriela Moldovan2024-04-051-2/+0
| | |/ / | |/| |
* | | | Merge branch 'ids_listed_note' into 'main'gabi-2502024-04-101-10/+16
|\ \ \ \
| * | | | Doc: tweak documentation on NetDir::id*listed functionsNick Mathewson2024-04-101-10/+9
| * | | | Doc: Add xref from NetDir::by_ids to ids_listed.Nick Mathewson2024-04-101-0/+7
|/ / / /
* | | | Merge branch 'relay-sketch' into 'main'gabi-2502024-04-101-0/+174
|\ \ \ \
| * | | | Sketch out first stages of work on relay support.Nick Mathewson2024-04-021-0/+174
* | | | | Merge branch 'ephemeral-keystore' into 'main'gabi-2502024-04-105-4/+324
|\ \ \ \ \
| * | | | | tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystoreRichard Pospesel2024-04-105-4/+324
|/ / / / /
* | | | | Merge branch 'tor26-changes' into 'main'Nick Mathewson2024-04-091-1/+1
|\ \ \ \ \
| * | | | | dirauth: New tor26 v3 identityDavid Goulet2024-04-091-1/+1
|/ / / / /
* | | | | Merge branch 'keymgr-builder-errror' into 'main'Nick Mathewson2024-04-081-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tor-keymgr: Export KeyMgrBuilderError.Gabriela Moldovan2024-04-081-1/+1
|/ / / /
* | | | Merge branch 'relay-details-doc-fix' into 'main'Alexander Færøy2024-04-042-5/+9
|\ \ \ \
| * | | | Fix some rustdoc links and copypaste errors in tor-netdir.Nick Mathewson2024-04-042-5/+9
|/ / / /
* | | | 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