aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'stream-close' into 'main'opara2026-04-201-6/+9
|\ \
| * | tor-proto: small comment and variable name changesSteven Engler2026-04-071-6/+9
* | | Merge branch 'rm-var-suffix' into 'main'David Goulet2026-04-201-4/+4
|\ \ \
| * | | proto: Remove dummy suffixes from variable nameGabriela Moldovan2026-04-201-4/+4
* | | | proto: Remove unnecessary clippy allowGabriela Moldovan2026-04-201-2/+0
| |_|/ |/| |
* | | tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-166-5/+31
|/ /
* | proto: Remove unused imports in unit testsDavid Goulet2026-04-141-1/+1
* | proto: Fix relay unit tests with new CreateRequestHandlerDavid Goulet2026-04-141-1/+13
* | proto: Add a test helper function for building a CircNetParametersDavid Goulet2026-04-143-0/+86
* | proto: Move DummyChan/DummyChanProvider to relay channel.rsDavid Goulet2026-04-142-64/+77
* | proto: Remove re-export of MsgBuf in unit testsDavid Goulet2026-04-143-5/+3
* | proto: Add channel relay handshake unit testsDavid Goulet2026-04-144-182/+430
* | proto: Move test certs module at the topDavid Goulet2026-04-141-31/+31
* | proto: Move channel client handshake tests into client moduleDavid Goulet2026-04-143-218/+237
* | tor-proto: handle a div-by-zero case that should never happenSteven Engler2026-04-131-3/+7
* | tor-proto: fix flow control side channel checksSteven Engler2026-04-131-35/+47
* | tor-proto: change flow control `bytes_sent_total` to `u64`Steven Engler2026-04-131-9/+9
* | tor-proto: add more tests for flow controlSteven Engler2026-04-131-0/+16
* | Merge branch 'id-logging' into 'main'Jim Newsome2026-04-131-2/+2
|\ \
| * | Tweak Display for TunnelScopedCircIdJim Newsome2026-04-091-1/+1
| * | Tunnel ID: included "Tunnel" type-specifier in DisplayJim Newsome2026-04-091-1/+1
* | | tor-proto: small comment improvementSteven Engler2026-04-091-1/+2
* | | tor-proto: replace a tuple with a dedicated structSteven Engler2026-04-092-18/+29
* | | tor-proto: give our ed ident to the channel reactorSteven Engler2026-04-096-5/+48
* | | proto: Apply deferred rustfmtGabriela Moldovan2026-04-091-1/+1
* | | proto: Add method for installing ntor keys in the create handlerGabriela Moldovan2026-04-091-2/+27
* | | arti-relays: Pass a CreateRequestHandler to the crypto taskGabriela Moldovan2026-04-091-0/+1
* | | relay: Pass advertise SocketAddr to channel builder instead of IpAddrDavid Goulet2026-04-092-8/+8
|/ /
* | Merge branch 'create-fast' into 'main'gabi-2502026-04-092-56/+71
|\ \
| * | tor-proto: take `CreateRequest` message by referenceSteven Engler2026-04-082-6/+5
| * | tor-proto: move a TODOSteven Engler2026-04-081-2/+1
| * | tor-proto: remove old TODOSteven Engler2026-04-081-4/+1
| * | tor-proto: rustfmtSteven Engler2026-04-081-6/+3
| * | tor-proto: move CREATE_FAST handlingSteven Engler2026-04-081-45/+43
| * | tor-proto: prepare to move CREATE_FAST handling to a helperSteven Engler2026-04-081-8/+34
| * | tor-proto: remove old TODOSteven Engler2026-04-081-1/+0
* | | proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-084-36/+27
* | | proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-087-38/+80
|/ /
* | Merge branch 'create-fast' into 'main'opara2026-04-0815-99/+833
|\ \
| * | tor-proto: replace use of `ChannelDirection` with `CircIdRange`Steven Engler2026-04-084-25/+16
| * | Revert "tor-proto: change `CreateResponse` to `restricted_msg!`"Steven Engler2026-04-082-29/+20
| * | tor-proto: add a `From<$ttype>` impl for `RestrictedChanMsgSet`Steven Engler2026-04-081-0/+8
| * | tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-088-85/+145
| * | tor-proto: simplify error handling in `CreateRequestHandler::handle_create()`Steven Engler2026-04-081-71/+85
| * | tor-proto: rename `CircIdRange::is_allowed_by_peer()` to `is_allowed_for_peer()`Steven Engler2026-04-081-2/+2
| * | tor-proto: remove TODO about `UniqId` overflowSteven Engler2026-04-081-2/+2
| * | tor-proto: handle incoming RELAY_EARLY messagesSteven Engler2026-04-081-2/+10
| * | tor-chanmgr: add support for a `CreateRequestHandler`Steven Engler2026-04-081-0/+3
| * | tor-proto: add `Channel::set_create_request_handler()`Steven Engler2026-04-082-2/+62
| * | tor-proto: add `CreateRequestHandler`Steven Engler2026-04-084-0/+442