aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* 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-135-17/+28
|\ \ | |/ |/|
| * Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-135-17/+28
* | 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-012-12/+11
|/
* 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-303-0/+15
* Remove semver.md filesNick Mathewson2026-06-301-2/+0
* Version bumps for 2.5.0Nick Mathewson2026-06-301-28/+28
* 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-294-3/+46
* 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
* tor-proto: update a comment in `CreateRequestHandler`Steven Engler2026-06-241-4/+2
* tor-proto: move `RelayLayer` split into helperSteven Engler2026-06-241-4/+21
* tor-proto: prepare for ntor handshakesSteven Engler2026-06-241-9/+34
* tor-proto: pass correct chan msg cmd to `decrypt_outbound()`Steven Engler2026-06-242-5/+27
* Merge branch 'incoming-reject' into 'main'gabi-2502026-06-248-85/+272
|\
| * proto: Rename LocalApplicationStream for clarityGabriela Moldovan2026-06-231-4/+4
| * proto: Rework error handling in `HopMgr::get_or_spawn_reactor()`Gabriela Moldovan2026-06-232-13/+27
| * proto: Simplify StreamEvent::LocalStreamClosed (fmt)Gabriela Moldovan2026-06-231-1/+6