summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
| * | proto: Add debug_assert_eq() when building AuthenticateDavid Goulet2026-03-301-0/+4
| * | cell: Add Authenticate::BODY_LEN as a public constDavid Goulet2026-03-301-2/+1
| * | proto: Import read_msg() instead of refering to itDavid Goulet2026-03-301-19/+4
| * | proto: Improve check_relay_identities() documentationDavid Goulet2026-03-301-3/+7
| * | proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-305-48/+64
| * | proto: Remove noop function for initiator channelDavid Goulet2026-03-301-12/+1
| * | proto: Rename many variables with more fine grained namingDavid Goulet2026-03-306-120/+137
| * | proto: Transform inner into verified after verificationDavid Goulet2026-03-302-20/+17
| * | proto: Add documentation for the channel verify()David Goulet2026-03-302-2/+31
| * | proto: Remove duplicate use of read_msg() helperDavid Goulet2026-03-302-82/+58
| * | proto: Add names to ignored variablesDavid Goulet2026-03-301-1/+1
| * | proto: Set a hardcoded number into a constDavid Goulet2026-03-301-2/+3
| * | proto: Fix a set of commentsDavid Goulet2026-03-304-11/+10
| * | proto: Add AuthLogAction enum helperDavid Goulet2026-03-303-13/+30
| * | proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-307-29/+30
| * | chanmgr: Always use MaybeSensitive<PeerAddr> when building a channelDavid Goulet2026-03-301-3/+3
| |/
* | Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* | 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