aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-proto: add test-only `NoOpChannelProvider`Steven Engler2026-07-291-0/+22
* | tor-proto: add test-only `NoOpRequestFilter`Steven Engler2026-07-291-0/+16
* | tor-proto: fix tests when `feature = relay`Steven Engler2026-07-291-1/+1
* | proto: Use PeerInfo to log responder channel addrDavid Goulet2026-07-291-2/+2
* | Merge branch 'destroyreason' into 'main'gabi-2502026-07-282-3/+3
|\ \
| * | align DestroyReason with torspec!490ramdoys2026-07-282-3/+3
* | | tor-proto: build crypt state after building hop settingsSteven Engler2026-07-271-10/+10
* | | tor-proto: move where we split 'crypt' in CREATE_FAST handshakeSteven Engler2026-07-271-2/+2
* | | tor-proto: add some log messages after circuit handshakeSteven Engler2026-07-271-0/+5
|/ /
* | Merge branch 'clippy' into 'main'opara2026-07-271-1/+1
|\ \ | |/ |/|
| * tor-proto: Remove a redundant explicit link targetIan Jackson2026-07-271-1/+1
* | tor-proto: add a TODO for crypt protocol and cc alg logicSteven Engler2026-07-271-0/+4
* | tor-proto: add `HandshakeSubprotocols`Steven Engler2026-07-272-9/+49
* | tor-proto: remove `CircNetParameters::extend_by_ed25519_id`Steven Engler2026-07-273-6/+0
* | tor-proto: add `HopSettings::from_handshake_params()`Steven Engler2026-07-272-71/+115
|/
* proto: Include the actual cell command in an error messageGabriela Moldovan2026-07-231-3/+5
* proto: Remove feature-gating from CircHop::handle_msg()Gabriela Moldovan2026-07-233-6/+4
* tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`Ian Jackson2026-07-231-1/+1
* tor-checkable: TimeBound: Make wrapped type an associated typeIan Jackson2026-07-231-3/+3
* tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-231-1/+1
* proto: Remove misleading comment about CircuitIncomingStreamReceiverGabriela Moldovan2026-07-221-3/+0
* proto: Update CreateRequestHandler::new() docsGabriela Moldovan2026-07-221-1/+2
* proto: Reword CircuitIncomingStreamReceiver docs for clarityGabriela Moldovan2026-07-221-1/+2
* proto: Return the incoming streams from the create handler (fmt)Gabriela Moldovan2026-07-221-8/+10
* proto: Return the incoming streams from the create handlerGabriela Moldovan2026-07-222-12/+60
* proto: Add newtype wrapper for incoming stream receiverGabriela Moldovan2026-07-222-2/+43
* proto: Adjust feature-gating around incoming streamsGabriela Moldovan2026-07-221-1/+1
* Apply deferred rustfmt churnIan Jackson2026-07-161-1/+1
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-2/+2
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-153-6/+1
|\
| * Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-152-2/+0
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * lib.rs: remove stale commentJim Newsome2026-07-151-2/+0
| * Removed unnecessary lintpryty262026-07-151-2/+1
* | Merge branch 'clippy_warning' into 'main'Jim Newsome2026-07-131-1/+1
|\ \
| * | multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
| |/
* | Merge branch 'upgrade-cipher' into 'main'gabi-2502026-07-134-14/+25
|\ \ | |/ |/|
| * Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-134-14/+25
* | hsclient: Support protocol negotiation for CGO and flowctrl-ccNick Mathewson2026-07-021-0/+6
* | proto: Allow HsV3 to use cgo.Nick Mathewson2026-07-021-2/+8
* | proto: Do not automatically disable CC with hsv3.Nick Mathewson2026-07-021-5/+0
* | proto: log virtual hop additions at trace.Nick Mathewson2026-07-021-0/+2
* | proto: Improve/clarify documentation on extend_virtual.Nick Mathewson2026-07-021-0/+8
* | Merge branch 'stream-msg-parse' into 'main'gabi-2502026-07-022-23/+53
|\ \
| * | proto: Add TODO about the eventual client-side reactor rewriteGabriela Moldovan2026-07-021-0/+10
| * | proto: Re-enable IncomingCmdChecker test (fmt)Gabriela Moldovan2026-07-011-2/+6
| * | proto: Re-enable IncomingCmdChecker testGabriela Moldovan2026-07-011-14/+7
| * | proto: Allow BeginDir and Resolve messages in the stream reactor (fmt)Gabriela Moldovan2026-07-011-1/+3
| * | proto: Allow BeginDir and Resolve messages in the stream reactorGabriela Moldovan2026-07-011-9/+30
| |/
* / Upgrade to itertools 0.15.0Nick Mathewson2026-07-011-10/+9
|/