aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* proto: Remove redundant headingGabriela Moldovan10 days1-2/+0
* proto: Update table to mention all the other commands we handleGabriela Moldovan10 days1-2/+8
* proto: Be more specific about where the meta messages are handledGabriela Moldovan10 days1-14/+15
* proto: Say how forward DESTROY are handledGabriela Moldovan10 days1-1/+2
* proto: Clarify that "it" refers to the forward reactorGabriela Moldovan10 days1-1/+2
* proto: Update docs to clarify they apply to RELAY_EARLY tooGabriela Moldovan10 days1-3/+2
* proto: Update docs to say EXTEND2 is supportedGabriela Moldovan10 days1-5/+2
* proto: Update reactor docs to say TRUNCATE is unsupportedGabriela Moldovan10 days1-2/+3
* Merge branch 'unk-circid' into 'main'gabi-2502026-08-132-40/+49
|\
| * proto: Explicitly drop the cells with unrecognized CircIdsGabriela Moldovan2026-08-121-0/+20
| * proto: Update tests now that unrecognized CREATED are droppedGabriela Moldovan2026-08-111-2/+2
| * proto: Update tests now that we tolerate unrecognized CircIdsGabriela Moldovan2026-08-111-24/+8
| * proto: s/channel/circuit in test commentGabriela Moldovan2026-08-111-1/+1
| * proto: Ignore CREATED* with unrecognized CircIdsGabriela Moldovan2026-08-112-9/+14
| * proto: Silently drop DESTROY/RELAY cells on unknown circuits (fmt)Gabriela Moldovan2026-08-111-5/+3
| * proto: Silently drop DESTROY/RELAY cells on unknown circuitsGabriela Moldovan2026-08-111-4/+6
* | Merge branch 'clippy-fixes' into 'main'gabi-2502026-08-134-5/+8
|\ \
| * | tor-proto: 'expect' -> 'allow' in `CircReactorHandle`Steven Engler2026-08-111-2/+2
| * | tor-proto: fix a `clippy::unnecessary_filter_map`Steven Engler2026-08-111-0/+2
| * | tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`Steven Engler2026-08-112-2/+3
| * | tor-proto: fix a 'clippy::useless_conversion'Steven Engler2026-08-111-1/+1
| |/
* | tor-proto: make `CreateRequestHandler` methods asyncSteven Engler2026-08-122-28/+39
* | tor-proto: use `CgoRelayCrypto`/`Tor1RelayCrypto` aliasesSteven Engler2026-08-121-8/+7
* | tor-proto: change `TryFrom<_> for HandshakeSubprotocols` to a dedicated const...Steven Engler2026-08-122-13/+16
* | tor-proto: check the handshake type in the ntor testSteven Engler2026-08-121-8/+12
* | tor-proto: implement the ntor-v3 handshakeSteven Engler2026-08-121-9/+199
* | tor-proto: add `TryFrom<SubprotocolRequest> for HandshakeSubprotocols`Steven Engler2026-08-121-1/+74
* | tor-proto: change some instances of `sendme_inc` to u8Steven Engler2026-08-123-9/+7
|/
* Merge branch 'cc-event-counters' into 'main'opara2026-08-041-6/+7
|\
| * tor-proto: fix cc vegas counter updates on clock stallSteven Engler2026-07-301-6/+7
* | proto: Remove a now-done TODOGabriela Moldovan2026-08-041-3/+0
* | proto: Rename "hs" to "hc"Gabriela Moldovan2026-08-042-3/+3
* | proto: Move comment to the right placeDavid Goulet2026-08-031-3/+3
* | proto: Add {backward|forward} prefix to circ_id in logsDavid Goulet2026-08-0311-35/+35
* | proto: Rename uniq_id to circ_unique_id mostly in loggingDavid Goulet2026-08-0314-55/+55
* | proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-0315-65/+216
* | proto: Rename CircId and UniqId variable nameDavid Goulet2026-08-038-26/+29
* | tor-proto: fix XON conversion from KB/s to B/sSteven Engler2026-07-301-4/+4
* | tor-cell: update docs and variable names for `Xon`Steven Engler2026-07-302-3/+3
* | tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-3012-37/+37
|/
* Merge branch 'mock-net' into 'main'David Goulet2026-07-302-31/+69
|\
| * tor-proto: reuse existing channels in ntor testSteven Engler2026-07-301-8/+5
| * tor-proto: extend circ handshake tests to close the circuitSteven Engler2026-07-302-2/+38
| * tor-proto: rename some methods on test `ConnInspector`Steven Engler2026-07-302-10/+10
| * tor-proto: reword some TODOsSteven Engler2026-07-301-2/+2
| * tor-proto: don't drop stream rx in testsSteven Engler2026-07-302-10/+15
* | Merge branch 'create-fast' into 'main'opara2026-07-303-37/+19
|\ \ | |/ |/|
| * tor-proto: use `subprotocol_restricted_set` macroSteven Engler2026-07-303-37/+19
* | tor-proto: add unit tests for some circuit handshakesSteven Engler2026-07-291-0/+130
* | tor-proto: add 'test_utils' mod for channel testsSteven Engler2026-07-292-0/+308