aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* tor-proto: remove all default features from statrsSteven Engler2026-08-051-1/+1
* tor-proto: upgrade statrsSteven Engler2026-08-041-1/+1
* 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
* | maint: remove semver.md filesSteven Engler2026-08-031-2/+0
* | Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-23/+23
* | proto: Update semver with the changes to the loggingDavid Goulet2026-08-031-0/+1
* | 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
* | tor-proto: add test-only `NoOpChannelProvider`Steven Engler2026-07-291-0/+22
* | tor-proto: add test-only `NoOpRequestFilter`Steven Engler2026-07-291-0/+16
* | tor-proto: fix tests when `feature = relay`Steven Engler2026-07-291-1/+1
* | proto: Use PeerInfo to log responder channel addrDavid Goulet2026-07-291-2/+2
* | Merge branch 'destroyreason' into 'main'gabi-2502026-07-282-3/+3
|\ \
| * | align DestroyReason with torspec!490ramdoys2026-07-282-3/+3
* | | tor-proto: build crypt state after building hop settingsSteven Engler2026-07-271-10/+10
* | | tor-proto: move where we split 'crypt' in CREATE_FAST handshakeSteven Engler2026-07-271-2/+2
* | | tor-proto: add some log messages after circuit handshakeSteven Engler2026-07-271-0/+5
|/ /
* | Merge branch 'clippy' into 'main'opara2026-07-271-1/+1
|\ \ | |/ |/|
| * tor-proto: Remove a redundant explicit link targetIan Jackson2026-07-271-1/+1