aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* proto: Add test for the incoming stream cmd allow listGabriela Moldovan2026-06-301-0/+48
* proto: Update tests to pass the incoming cmd allow list to the reactor (fmt)Gabriela Moldovan2026-06-301-12/+21
* proto: Update tests to pass the incoming cmd allow list to the reactorGabriela Moldovan2026-06-301-10/+12
* proto: Pass the allowed incoming commands to the relay reactorGabriela Moldovan2026-06-302-1/+3
* proto: Pass the allowed incoming commands to CreateRequestHandlerGabriela Moldovan2026-06-302-0/+14
* proto: Remove confusing blurb about IncomingStream handlingGabriela Moldovan2026-06-291-3/+5
* proto: Clarify wording in relay reactor constructorGabriela Moldovan2026-06-291-1/+5
* proto: Say why INCOMING_BUFFER is set to STREAM_READER_BUFFERGabriela Moldovan2026-06-291-0/+5
* proto: Add expect(unused) where neededGabriela Moldovan2026-06-292-0/+3
* proto: Remove RelayCirc::allow_stream_requests()Gabriela Moldovan2026-06-291-141/+3
* proto: Pass an IncomingStreamRequestFilter factory to the create handlerGabriela Moldovan2026-06-293-3/+45
* proto: Return IncomingStreams stream from relay reactor constructor (fmt)Gabriela Moldovan2026-06-291-4/+4
* proto: Return IncomingStreams stream from relay reactor constructorGabriela Moldovan2026-06-292-52/+122
* proto: Support passing a stream request filter to the reactorGabriela Moldovan2026-06-293-4/+83
* tor-proto: add some comments about handshake server argumentsSteven Engler2026-06-251-0/+5
* tor-proto: implement the ntor (non-v3) handshakeSteven Engler2026-06-241-5/+65