summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* proto: Pass an IncomingStreamRequestFilter factory to the create handlerGabriela Moldovan2026-06-291-0/+2
* tor-proto: Remove a now-redundant .iter() in a call to iter_joinIan Jackson2026-06-111-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-093-0/+3
* proto: Update the tests to use the new CircuitRx{Receiver,Sender}sGabriela Moldovan2026-06-082-2/+3
* proto: add regression tests for verify_link_auth_certmoumenalaoui2026-06-021-0/+79
* proto: Fix inverted cert sig and AUTHENTICATE compareDavid Goulet2026-06-021-1/+1
* tor-proto: remove `use asynchronous_codec as futures_codec` in `/channel/hand...Neel Chauhan2026-05-271-13/+14
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-2/+2
* proto: Apply deferred rustfmtGabriela Moldovan2026-04-231-5/+2
* proto: Build the PeerInfo from the dummy target in the testsGabriela Moldovan2026-04-231-5/+14
* relay: Modify RelayNtorKeys to use a constructorDavid Goulet2026-04-211-7/+5
* proto: Make the CreateRequestHandler::new() take the ntor keysDavid Goulet2026-04-211-0/+16
* tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-161-1/+5
* 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 channel relay handshake unit testsDavid Goulet2026-04-141-4/+268
* proto: Move test certs module at the topDavid Goulet2026-04-141-31/+31
* proto: Move channel client handshake tests into client moduleDavid Goulet2026-04-141-218/+10
* tor-proto: small comment improvementSteven Engler2026-04-091-1/+2
* tor-proto: replace a tuple with a dedicated structSteven Engler2026-04-091-13/+23
* tor-proto: give our ed ident to the channel reactorSteven Engler2026-04-091-2/+7
* Merge branch 'create-fast' into 'main'gabi-2502026-04-091-1/+1
|\
| * tor-proto: take `CreateRequest` message by referenceSteven Engler2026-04-081-1/+1
* | proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-082-24/+21
* | proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-082-16/+51
|/
* tor-proto: replace use of `ChannelDirection` with `CircIdRange`Steven Engler2026-04-081-1/+1
* Revert "tor-proto: change `CreateResponse` to `restricted_msg!`"Steven Engler2026-04-081-13/+2
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-082-28/+14
* 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-proto: add `Channel::set_create_request_handler()`Steven Engler2026-04-081-0/+21
* tor-proto: add `CreateRequestHandler`Steven Engler2026-04-081-0/+99
* tor-proto: change `CreateResponse` to `restricted_msg!`Steven Engler2026-04-081-2/+13
* tor-proto: change channel to use `Runtime`Steven Engler2026-04-082-10/+16
* tor-proto: support relay circs in channel's `CircMap`Steven Engler2026-04-082-11/+87
* tor-proto: rename `CircEnt::Open` to `CircEnt::OpenOrigin`Steven Engler2026-04-082-18/+20
* tor-proto: add `CircIdRange::is_allowed_by_peer()`Steven Engler2026-03-311-0/+8
* tor-proto: add `CircIdRange::integer_range()`Steven Engler2026-03-311-6/+15
* proto: Improve check_relay_identities() documentationDavid Goulet2026-03-301-3/+7
* proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-74/+86
* proto: Add documentation for the channel verify()David Goulet2026-03-301-1/+15
* proto: Remove duplicate use of read_msg() helperDavid Goulet2026-03-301-37/+37
* proto: Fix a set of commentsDavid Goulet2026-03-301-4/+4
* proto: Add AuthLogAction enum helperDavid Goulet2026-03-301-3/+22
* proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-302-10/+13
* tor-proto: Port to web-time-compatNick Mathewson2026-03-262-6/+6
* Fix typosTobias Stoeckmann2026-03-243-4/+4
* proto: The relay signing key signs the auth certDavid Goulet2026-03-191-3/+3
* tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-191-3/+23