summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-netdoc: Preamble: Fix garbled doc commentIan Jackson2025-10-221-1/+1
| * | tor-netdoc: Preamble: rename relay_version field to server_versionIan Jackson2025-10-224-8/+9
| * | tor-netdoc: Say Preamble doesn't contain vote-status, in summary.Ian Jackson2025-10-221-1/+1
| * | tor-netdoc: Explain that Preamble doesn't contain vote-status either.Ian Jackson2025-10-221-1/+1
| * | tor-netdoc: Document breaking changes in semver.mdIan Jackson2025-10-221-0/+2
| * | tor-netdoc: netstatus: Preamble: Name the protocols fields in docIan Jackson2025-10-221-0/+2
| * | tor-netdoc: netstatus: Preamble: rename shared rand fields to match docIan Jackson2025-10-223-18/+18
| * | tor-netdoc: Move ConsensusFlavor into Consensus structIan Jackson2025-10-223-14/+22
| * | tor-netdoc: Declare intent not to apply parse2 to ConsensusIan Jackson2025-10-221-4/+1
| * | tor-netdoc: Rename consensus Header to PreambleIan Jackson2025-10-224-40/+42
* | | Merge branch 'ctrl-msg-2' into 'main'David Goulet2025-10-222-111/+113
|\ \ \ | |/ / |/| |
| * | proto: Replace select! with select_biased!Gabriela Moldovan2025-10-221-2/+2
| * | proto: Update an outdated doc linkGabriela Moldovan2025-10-221-1/+1
| * | proto: Add debug log when RelayReactor shuts downGabriela Moldovan2025-10-221-2/+14
| * | proto: Replace futures::select with importGabriela Moldovan2025-10-221-2/+2
| * | proto: Remove no-longer relevant note on control message handlingGabriela Moldovan2025-10-221-10/+0
| * | proto: Remove an already-addressed TODOGabriela Moldovan2025-10-221-2/+0
| * | proto: Handle control messages in RelayReactorGabriela Moldovan2025-10-222-51/+53
| * | proto: Move the control channels to RelayReactorGabriela Moldovan2025-10-222-53/+53
* | | Merge branch 'tor-dirserver-msrv-1.86' into 'main'David Goulet2025-10-221-1/+1
|\ \ \ | |/ / |/| |
| * | tor-dirserver: bump MSRV from 1.83 to 1.86hashcatHitman2025-10-211-1/+1
* | | Merge branch 'p2-shared-rand-status' into 'main'Ian Jackson2025-10-225-17/+28
|\ \ \
| * | | tor-netdoc: impl ItemValueParseable for SharedRandStatusIan Jackson2025-10-211-0/+1
| * | | tor-netdoc: impl Display, FromStr, NormalItemArgument for SharedRandValIan Jackson2025-10-211-2/+18
| * | | tor-netdoc: derive From<Vec<u8>> and v-v for B64Ian Jackson2025-10-211-7/+1
| * | | tor-netdoc: Change type of timestamp in SharedRandStatus (fmt)Ian Jackson2025-10-211-2/+1
| * | | tor-netdoc: Change type of timestamp in SharedRandStatusIan Jackson2025-10-214-7/+8
* | | | Merge branch 'restricted-discovery-stable' into 'main'gabi-2502025-10-224-14/+13
|\ \ \ \
| * | | | arti: Update README to say restricted discovery is non-experimentalGabriela Moldovan2025-10-211-1/+4
| * | | | arti: Move restricted-discovery closer to onion-service-serviceGabriela Moldovan2025-10-211-1/+1
| * | | | hsrproxy: Sort Cargo.tomlGabriela Moldovan2025-10-211-5/+1
| * | | | hsrproxy: Place non-experimental features at the topGabriela Moldovan2025-10-211-1/+1
| * | | | arti: Mark restricted-discovery as non-experimentalGabriela Moldovan2025-10-213-8/+8
| | |_|/ | |/| |
* | | | Merge branch 'relay-bin-4' into 'main'opara2025-10-217-43/+124
|\ \ \ \
| * | | | arti-relay: add line breaks between `InertTorRelay` fieldsSteven Engler2025-10-211-0/+5
| * | | | arti-relay: add a `MemoryQuotaTracker`Steven Engler2025-10-211-3/+12
| * | | | arti-relay: add a `SystemConfig` to the relay configSteven Engler2025-10-211-0/+18
| * | | | arti-relay: add some TODO commentsSteven Engler2025-10-211-0/+3
| * | | | arti-relay: small refactoringSteven Engler2025-10-211-7/+6
| * | | | arti-relay: generate keys only when bootstrappingSteven Engler2025-10-211-3/+3
| * | | | arti-relay: add note to `StorageConfig::permissions`Steven Engler2025-10-211-0/+6
| * | | | arti-relay: copy `state_mgr.try_lock()` from arti-clientSteven Engler2025-10-212-1/+9
| * | | | tor-proto: fix `clippy::needless_pass_by_value` warningSteven Engler2025-10-211-0/+1
| * | | | arti-relay: small change to `create_keymgr()`Steven Engler2025-10-212-30/+8
| * | | | arti-relay: use `TokioRustlsRuntime` instead of `PreferredRuntime`Steven Engler2025-10-211-5/+8
| * | | | arti-relay: initialize the `StateDirectory` and `FsStateMgr`Steven Engler2025-10-214-1/+52
|/ / / /
* | | | Merge branch 'ticket2217_01' into 'main'David Goulet2025-10-214-11/+106
|\ \ \ \ | |_|_|/ |/| | |
| * | | relay: Implement a blocking run() that starts the relayDavid Goulet2025-10-212-11/+34
| * | | relay: Add channel housekeeping taskDavid Goulet2025-10-213-0/+72
* | | | Merge branch 'p2-misc-fixes' into 'main'opara2025-10-212-2/+7
|\ \ \ \