index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version bumps for 2.5.0
Nick Mathewson
2026-06-30
1
-28
/
+28
*
proto: Remove confusing blurb about IncomingStream handling
Gabriela Moldovan
2026-06-29
1
-3
/
+5
*
proto: Clarify wording in relay reactor constructor
Gabriela Moldovan
2026-06-29
1
-1
/
+5
*
proto: Say why INCOMING_BUFFER is set to STREAM_READER_BUFFER
Gabriela Moldovan
2026-06-29
1
-0
/
+5
*
proto: Add expect(unused) where needed
Gabriela Moldovan
2026-06-29
2
-0
/
+3
*
proto: Remove RelayCirc::allow_stream_requests()
Gabriela Moldovan
2026-06-29
1
-141
/
+3
*
proto: Pass an IncomingStreamRequestFilter factory to the create handler
Gabriela Moldovan
2026-06-29
4
-3
/
+46
*
proto: Return IncomingStreams stream from relay reactor constructor (fmt)
Gabriela Moldovan
2026-06-29
1
-4
/
+4
*
proto: Return IncomingStreams stream from relay reactor constructor
Gabriela Moldovan
2026-06-29
2
-52
/
+122
*
proto: Support passing a stream request filter to the reactor
Gabriela Moldovan
2026-06-29
3
-4
/
+83
*
tor-proto: add some comments about handshake server arguments
Steven Engler
2026-06-25
1
-0
/
+5
*
tor-proto: implement the ntor (non-v3) handshake
Steven Engler
2026-06-24
1
-5
/
+65
*
tor-proto: update a comment in `CreateRequestHandler`
Steven Engler
2026-06-24
1
-4
/
+2
*
tor-proto: move `RelayLayer` split into helper
Steven Engler
2026-06-24
1
-4
/
+21
*
tor-proto: prepare for ntor handshakes
Steven Engler
2026-06-24
1
-9
/
+34
*
tor-proto: pass correct chan msg cmd to `decrypt_outbound()`
Steven Engler
2026-06-24
2
-5
/
+27
*
Merge branch 'incoming-reject' into 'main'
gabi-250
2026-06-24
8
-85
/
+272
|
\
|
*
proto: Rename LocalApplicationStream for clarity
Gabriela Moldovan
2026-06-23
1
-4
/
+4
|
*
proto: Rework error handling in `HopMgr::get_or_spawn_reactor()`
Gabriela Moldovan
2026-06-23
2
-13
/
+27
|
*
proto: Simplify StreamEvent::LocalStreamClosed (fmt)
Gabriela Moldovan
2026-06-23
1
-1
/
+6
|
*
proto: Simplify StreamEvent::LocalStreamClosed
Gabriela Moldovan
2026-06-23
1
-15
/
+4
|
*
proto: Rename StreamEvent::Closed to LocalStreamClosed
Gabriela Moldovan
2026-06-23
1
-5
/
+5
|
*
proto: Remove unnecessary result mapping
Gabriela Moldovan
2026-06-23
1
-1
/
+1
|
*
proto: Implement ClosePendingStream in the stream reactor
Gabriela Moldovan
2026-06-23
3
-5
/
+40
|
*
proto: Add a helper function for handling closed streams (fmt)
Gabriela Moldovan
2026-06-23
1
-10
/
+10
|
*
proto: Add a helper function for handling closed streams
Gabriela Moldovan
2026-06-23
1
-6
/
+22
|
*
proto: Add a new StreamReactor control message for closing streams
Gabriela Moldovan
2026-06-23
1
-3
/
+25
|
*
proto: Update docs to clarify where the StreamReactor cell sender is
Gabriela Moldovan
2026-06-23
1
-1
/
+2
|
*
proto: Implement RelayCirc::close_pending()
Gabriela Moldovan
2026-06-23
1
-4
/
+17
|
*
proto: Add a control message for closing pending streams (fmt)
Gabriela Moldovan
2026-06-23
1
-3
/
+4
|
*
proto: Add a control message for closing pending streams
Gabriela Moldovan
2026-06-23
2
-1
/
+41
|
*
proto: Replace StreamMsg with a new CtrlMsg type
Gabriela Moldovan
2026-06-23
4
-26
/
+32
|
*
proto: Make the new reject_stream() test check the END cell too
Gabriela Moldovan
2026-06-23
1
-1
/
+5
|
*
proto: Factor helper macro out of test function
Gabriela Moldovan
2026-06-23
1
-17
/
+17
|
*
proto: Refactor test macro to not rely on function context
Gabriela Moldovan
2026-06-23
1
-6
/
+7
|
*
proto: Add a test for rejecting an incoming stream in the relay reactor
Gabriela Moldovan
2026-06-23
1
-0
/
+40
*
|
proto: log hop settings at trace upon client circuit opening.
Nick Mathewson
2026-06-23
1
-1
/
+2
|
/
*
Merge branch 'msrv-1.91' into 'main'
gabi-250
2026-06-18
1
-1
/
+1
|
\
|
*
Bump MSRV to 1.91
Clara Engler
2026-06-15
1
-1
/
+1
*
|
proto: Update tests to use the new stream exports
Gabriela Moldovan
2026-06-17
1
-4
/
+4
*
|
proto: Add crate-level exports for two extra stream types (fmt)
Gabriela Moldovan
2026-06-17
7
-26
/
+10
*
|
proto: Add crate-level exports for two extra stream types
Gabriela Moldovan
2026-06-17
1
-0
/
+4
*
|
proto: Re-export StreamReceiver from tor_proto::stream
Gabriela Moldovan
2026-06-17
1
-1
/
+2
*
|
proto: Re-export the Incoming* types from tor_proto::stream
Gabriela Moldovan
2026-06-17
1
-0
/
+6
*
|
proto: Make the stream module pub
Gabriela Moldovan
2026-06-17
1
-1
/
+1
*
|
Merge branch 'flowctrl-tests' into 'main'
opara
2026-06-16
2
-14
/
+434
|
\
\
|
|
/
|
/
|
|
*
tor-proto: add a unit test for `XonXoffReader`
Steven Engler
2026-06-16
2
-1
/
+399
|
*
tor-proto: add `DrainRateNotifier` trait for `XonXoffReader`
Steven Engler
2026-06-10
1
-13
/
+35
*
|
Merge branch 'destroy' into 'main'
opara
2026-06-12
2
-29
/
+5
|
\
\
|
*
|
tor-proto: circ handshake now always uses NONE destroy reason
Steven Engler
2026-06-12
2
-29
/
+5
|
|
/
[next]