aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | tor-proto: extend `RelayHandshakeError`Steven Engler2026-04-081-1/+27
| * | tor-proto: add a `CreateRequest` restricted msg setSteven Engler2026-04-081-1/+11
| * | tor-proto: change `CreateResponse` to `restricted_msg!`Steven Engler2026-04-082-19/+29
| * | tor-proto: derive `strum::EnumDiscriminants` for `Algorithm`Steven Engler2026-04-081-1/+4
| * | tor-proto: small cleanup of legacy codeSteven Engler2026-04-081-6/+1
| * | tor-proto: change channel to use `Runtime`Steven Engler2026-04-086-26/+44
| * | 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
* | | Merge branch 'memquota-add-parent' into 'main'gabi-2502026-04-081-6/+4
|\ \ \ | |_|/ |/| |
| * | proto: Link the memquota circ acc with the outbound chan accGabriela Moldovan2026-03-301-6/+4
* | | Merge branch 'closed-stream-err' into 'main'opara2026-04-071-3/+7
|\ \ \
| * | | tor-proto: change an error to `NotConnected`Steven Engler2026-03-291-3/+7
| |/ /
* | | tor-proto: lower log level of "removing circuit leg"Steven Engler2026-04-061-1/+1
* | | Merge branch 'stream-close' into 'main'opara2026-04-021-6/+12
|\ \ \
| * | | tor-proto: allow sending DATA cells on closed streamsSteven Engler2026-03-291-6/+12
| |/ /
* | / proto: Take current time as an argument when constructing padder.Nick Mathewson2026-03-312-7/+12
| |/ |/|
* | 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
|/
* Merge branch 'webtime-v3' into 'main'Nick Mathewson2026-03-2619-37/+44
|\
| * tor-proto: Port to web-time-compatNick Mathewson2026-03-2619-37/+44
* | 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