summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* | proto: Remove duplicated function in CircHopGabriela Moldovan2025-11-132-7/+2
* | proto: Remove a no longer relevant TODOGabriela Moldovan2025-11-121-3/+0
|/
* Merge branch 'reduce-channel-frame-high-water-mark' into 'main'Nick Mathewson2025-11-101-1/+3
|\
| * tor-proto: Reduce `high_water_mark` of ChannelFramenield2025-11-061-1/+3
* | Merge branch 'relay-circ' into 'main'David Goulet2025-11-103-16/+24
|\ \
| * | proto: Remove doc ref to private itemGabriela Moldovan2025-10-291-1/+1
| * | proto: Add RelayCirc API for checking if circuit is closedGabriela Moldovan2025-10-291-0/+7
| * | proto: Remove redundant channel from RelayCircGabriela Moldovan2025-10-292-4/+0
| * | proto: Make RelayCirc publicGabriela Moldovan2025-10-292-2/+2
| * | proto: Rename RelayReatorHandle to RelayCircGabriela Moldovan2025-10-292-5/+5
| * | proto: Move RelayReactorHandle to relay moduleGabriela Moldovan2025-10-292-11/+16
| * | proto: Update RelayReactorHandle docsGabriela Moldovan2025-10-291-1/+1
* | | Merge branch 'deftly-1.5' into 'main'Alexander Hansen Færøy2025-11-101-1/+1
|\ \ \
| * | | Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* | | | Merge branch 'cell-sender' into 'main'Alexander Hansen Færøy2025-11-103-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | proto: Move cell_sender out of the client moduleGabriela Moldovan2025-10-283-2/+2
| * | | proto: Make everything in CircuitCellSender pub(crate)Gabriela Moldovan2025-10-281-8/+8
| |/ /
* | | Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\ \ \
| * | | Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
| | |/ | |/|
* | | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0630-31/+31
* | | Drop two use's that seem no longer to be necessaryIan Jackson2025-11-061-1/+1
|/ /
* | all: run cargo fmtSteven Engler2025-11-044-4/+4
* | all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-045-5/+5
* | bad_extend_test_impl: Wait for message instead of a 100 ms delay.Nick Mathewson2025-11-041-8/+18
* | proto: use assert_matches in circuit.rs tests.Nick Mathewson2025-11-042-5/+7
* | proto: Move a TODO to CircSyncViewGabriela Moldovan2025-10-302-3/+3
* | proto: Replace ClientCircSyncView in IncomingStreamRequestFilterGabriela Moldovan2025-10-305-7/+10
* | proto: Add a new CircSyncView typeGabriela Moldovan2025-10-302-0/+40
* | maint: remove all semver.md filesSteven Engler2025-10-301-1/+0
* | maint: bump minor versions of all published cratesSteven Engler2025-10-291-24/+24
* | Merge branch 'remove_socks' into 'main'Nick Mathewson2025-10-281-3/+3
|\ \
| * | proto: Adjust a comment about a buffer size.Nick Mathewson2025-10-281-3/+3
| |/
* / maint: fixup featuresSteven Engler2025-10-281-0/+1
|/
* proto: Avoid identifying relay circuits using TunnelIdGabriela Moldovan2025-10-271-3/+3
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-232-82/+46
* proto: Feature flag some relay specific codeDavid Goulet2025-10-232-8/+15
* proto: Add relay todos for the handshakeDavid Goulet2025-10-231-0/+2
* proto: Use Arc for relay identities objectDavid Goulet2025-10-233-5/+7
* proto: Remove LOG_PREFIX in relay handshakeDavid Goulet2025-10-231-5/+1
* proto: Re-arrange some importsDavid Goulet2025-10-231-3/+1
* proto: Add a note about channel canonicityDavid Goulet2025-10-231-0/+5
* proto: Compute authenticate data after validating certificatesDavid Goulet2025-10-234-15/+58
* proto: Add a relay channel builderDavid Goulet2025-10-233-2/+37
* proto: Add RelayIdentities object holding our keysDavid Goulet2025-10-233-1/+63
* proto: Add the channel authentication dataDavid Goulet2025-10-233-2/+155
* proto: Add RelayInitiatorHandshakeDavid Goulet2025-10-235-1/+141
* proto: Change visibility for some channel objectsDavid Goulet2025-10-233-19/+20
* 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