summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-20/+20
* Bump versions: patchlevel, with dependenciesIan Jackson2026-03-301-1/+1
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* Merge branch 'webtime-v3' into 'main'Nick Mathewson2026-03-2620-37/+45
|\
| * tor-proto: Port to web-time-compatNick Mathewson2026-03-2620-37/+45
* | proto: Add TODO about relay memquota setupGabriela Moldovan2026-03-261-0/+6
* | proto: Use the inbound CircuitAccount when extending circuit (fmt)Gabriela Moldovan2026-03-262-2/+9
* | proto: Use the inbound CircuitAccount when extending circuitGabriela Moldovan2026-03-263-4/+11
|/
* proto: Update reactor docs to reflect ForwardHandler changeGabriela Moldovan2026-03-251-6/+37
* proto: Move handle_unrecognized_cell() out of ForwardHandlerGabriela Moldovan2026-03-252-50/+40
* proto: Forward unrecognized RELAY_EARLY as RELAY_EARLYGabriela Moldovan2026-03-253-4/+8
* proto: Add tests for the relay circuit reactorGabriela Moldovan2026-03-251-0/+536
* proto: Use AllowAllStreamsFilter in relay builds tooGabriela Moldovan2026-03-251-2/+2
* proto: Move AllowAllStreamsFilter to crate-pub test moduleGabriela Moldovan2026-03-252-15/+19
* proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)Gabriela Moldovan2026-03-252-13/+43
* proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()Gabriela Moldovan2026-03-252-38/+47
* proto: Move rmsg_to_ccmsg to crate-pub test moduleGabriela Moldovan2026-03-252-10/+34
* proto: Replace fully-qualified path with import aliasGabriela Moldovan2026-03-251-1/+1
* tor-proto: change `dyn ChannelProvider` to also be `Sync`Steven Engler2026-03-242-3/+3
* tor-proto: change relay circ reactor `new()` to `pub(crate)`Steven Engler2026-03-241-1/+1
* Fix typosTobias Stoeckmann2026-03-2412-13/+13
* Merge branch 'half-stream-expiry3' into 'main'gabi-2502026-03-233-53/+55
|\
| * proto: Remove now-unused TimeoutEstimator argumentGabriela Moldovan2026-03-191-2/+0
| * proto: Replace TimeoutEstimator with opaque handlerGabriela Moldovan2026-03-193-50/+13
| * proto: Implement StreamHandler for relaysGabriela Moldovan2026-03-191-1/+29
| * proto: Add a trait for customizing StreamReactor behaviorGabriela Moldovan2026-03-191-0/+13
* | Merge branch 'build_certs_refactor' into 'main'Nick Mathewson2026-03-232-20/+11
|\ \
| * | cell: Feature-gate API using the possibly absent EncodedCert type.Nick Mathewson2026-03-231-1/+1
| * | cell, proto, cert: Simplify CERTS cell building.Nick Mathewson2026-03-191-19/+10
| |/
* | Merge branch 'gating-cleanup' into 'main'Ian Jackson2026-03-232-5/+1
|\ \
| * | proto: Remove unnecessary feature-gatingGabriela Moldovan2026-03-191-1/+1
| * | proto: Remove unnecessary test-gatingGabriela Moldovan2026-03-191-4/+0
| |/
* | proto: Compare AUTHENTICATE expected body in constant-timeDavid Goulet2026-03-191-1/+3
* | proto: The relay signing key signs the auth certDavid Goulet2026-03-192-9/+6
* | proto: Check the AUTHENTICATE auth type that we support itDavid Goulet2026-03-193-1/+19
* | chanmgr: Clarify the use of no identity ChanTargetDavid Goulet2026-03-191-3/+4
* | tor-proto: fix the relay responder's CLOG/SLOG digestsSteven Engler2026-03-192-20/+37
* | tor-proto: fix the relay initiator's SLOG digestSteven Engler2026-03-194-13/+47
* | tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`Steven Engler2026-03-193-10/+24
* | tor-proto: improve chan send/recv-log error messagesSteven Engler2026-03-191-2/+6
* | tor-proto: build AUTHENTICATE after sending CERTSSteven Engler2026-03-191-15/+22
* | cell: Simplify the Authenticate APIDavid Goulet2026-03-191-5/+8
* | proto: Fix AUTHENTICATE equality check and signature checkDavid Goulet2026-03-191-2/+2
* | proto: Set the link protocol outside the recv VERSIONS helperDavid Goulet2026-03-193-17/+25
* | proto: Fix unit testsDavid Goulet2026-03-191-7/+17
* | proto: Improve logging in channel handshakeDavid Goulet2026-03-191-2/+2
* | proto: Responder channel properly validates the AUTHENTICATE cellDavid Goulet2026-03-192-17/+39
* | proto: Add specialized build functions for ChannelAuthenticationDataDavid Goulet2026-03-194-67/+69
* | proto: New UnverifiedInitiatorChannelDavid Goulet2026-03-195-174/+146
* | proto: Move cert validation per specialized channelDavid Goulet2026-03-195-94/+153