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
/
src
/
circuit
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Circuit reactor: improve code comments
Jim Newsome
2024-08-21
1
-3
/
+11
*
tor-proto: Use PeekableStream to get rid of redundant buffering
Jim Newsome
2024-08-21
1
-7
/
+11
*
Circuit reactor: Update comments about outbound message handling
Jim Newsome
2024-08-15
1
-3
/
+7
*
Circuit reactor: remove `'hop_streams` loop
Jim Newsome
2024-08-13
1
-33
/
+24
*
Circuit reactor: remove `'outer` loop
Jim Newsome
2024-08-13
1
-55
/
+50
*
Circuit reactor: don't process streams when we don't have circuit window
Jim Newsome
2024-08-13
1
-18
/
+11
*
StreamMap: apply stream flow control before making messages available
Jim Newsome
2024-08-13
1
-10
/
+19
*
tor-proto: Encapsulate flow-control
Jim Newsome
2024-08-13
1
-39
/
+29
*
Circuit reactor: remove unnecessary circ window precheck
Jim Newsome
2024-08-13
1
-21
/
+0
*
tor-proto: Remove circuit reactor's outbound buffer
Jim Newsome
2024-08-01
1
-71
/
+13
*
tor-proto::circuit::StreamMap: Use StreamPollSet
Jim Newsome
2024-08-01
1
-70
/
+46
*
circuit reactor: add comment pointing to tests in other module
Jim Newsome
2024-07-29
1
-1
/
+3
*
Fix two TODO ticket numbers
Ian Jackson
2024-06-25
1
-1
/
+1
*
Merge branch 'sometimes-unbounded' into 'main'
Nick Mathewson
2024-06-11
1
-50
/
+13
|
\
|
*
Use SometimesUnboundedSink for the circuit reactor's bag-on-the-side
Ian Jackson
2024-05-29
1
-50
/
+13
*
|
Merge branch 'poll-ready-unpin-bool' into 'main'
Nick Mathewson
2024-05-29
1
-3
/
+4
|
\
|
|
*
ChannelSender::poll_ready_unpin_bool: move to util
Ian Jackson
2024-05-29
1
-1
/
+1
|
*
ChannelSender::poll_ready_unpin_bool: extension trait
Ian Jackson
2024-05-29
1
-0
/
+1
|
*
ChannelSender::poll_ready_unpin_bool: rename from poll_ready
Ian Jackson
2024-05-29
1
-3
/
+3
*
|
proto: Make DataWriter::close actually do something.
Nick Mathewson
2024-05-29
1
-2
/
+6
|
/
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-2
/
+2
*
proto: Move Channel send functionality into a separate type.
Nick Mathewson
2024-05-16
1
-9
/
+14
*
proto: Explicitly enforce maxima on SENDME windows.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
Circuit reactor: use refutable let to unnest some code
Jim Newsome
2024-05-06
1
-34
/
+35
*
Circuit reactor: rename 'hop to 'hop_outbound
Jim Newsome
2024-05-06
1
-3
/
+3
*
Circuit reactor run_once: remove a level of nesting
Jim Newsome
2024-05-06
1
-27
/
+27
*
circuit reactor run_once: remove a level of nesting
Jim Newsome
2024-05-06
1
-90
/
+87
*
Circuit reactor: document some requirements and assumptions
Jim Newsome
2024-04-25
1
-10
/
+42
*
Make filter conditional, to fix build with hs-service disabled.
Nick Mathewson
2024-03-26
1
-2
/
+3
*
Refactor and simplify ClientCircSyncView
Nick Mathewson
2024-03-26
1
-27
/
+9
*
Rename the old IncomingStreamRequestContext to StreamReqInfo.
Nick Mathewson
2024-03-26
1
-4
/
+4
*
Add an IncomingStreamRequestFilter to check early properties
Nick Mathewson
2024-03-26
1
-6
/
+61
*
Define a type for a synchronous (blocking) view of a circuit state.
Nick Mathewson
2024-03-26
1
-0
/
+2
*
proto: Prevent general state-transitions on StreamEnt
Nick Mathewson
2024-03-26
1
-20
/
+24
*
proto: Refactor circuit::streammap::StreamEnt
Nick Mathewson
2024-03-26
1
-7
/
+8
*
Refactor the logic for constructing crypt layers.
Nick Mathewson
2024-03-26
1
-46
/
+31
*
Add and use RelayCellFormatTrait
Jim Newsome
2024-03-20
1
-22
/
+36
*
Propagate RelayCellFormat selection up to where format decisions will be made
Jim Newsome
2024-03-20
1
-14
/
+48
*
Paramaterize layer crypto objects by cell format
Jim Newsome
2024-03-20
1
-2
/
+6
*
relay-cell: Update relay cell decoding API for prop340
Jim Newsome
2024-03-12
1
-6
/
+54
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
1
-10
/
+10
*
proto: Use log_ratelim to report problems delivering BEGIN messges.
Nick Mathewson
2024-01-17
1
-3
/
+7
*
Give an error on duplicate call to allow_stream_requests.
Nick Mathewson
2024-01-17
1
-2
/
+2
*
proto: Close circuit _intentionally_ when Request Sink is dropped.
Nick Mathewson
2024-01-17
1
-6
/
+27
*
proto: Send END when buffer of IncomingRequests is full
Nick Mathewson
2024-01-17
1
-11
/
+14
*
Convert a TODO HSS about excessive BEGINs to #1189.
Nick Mathewson
2024-01-10
1
-1
/
+1
*
proto: Downgrade TODO HSS about HopNum in IncomingStreamRequestComment
Nick Mathewson
2024-01-10
1
-5
/
+4
*
proto: Downgrade TODO HSS comments about hop lookup
Nick Mathewson
2024-01-10
1
-2
/
+2
[next]