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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-17
/
+83
*
tor-proto: Encapsulate flow-control
Jim Newsome
2024-08-13
3
-59
/
+54
*
Circuit reactor: remove unnecessary circ window precheck
Jim Newsome
2024-08-13
1
-21
/
+0
*
StreamMap: rm stray comment
Jim Newsome
2024-08-13
1
-3
/
+0
*
Merge branch 'streampollset-no-v' into 'main'
David Goulet
2024-08-13
1
-1
/
+1
|
\
|
*
StreamPollSet: remove redundant type parameter V
Jim Newsome
2024-08-12
1
-1
/
+1
*
|
tor-proto: removed CountedHashMap
Jim Newsome
2024-08-12
2
-542
/
+0
|
/
*
StreamMap: Merge rxs into open_streams
Jim Newsome
2024-08-08
1
-72
/
+63
*
StreamMap: Put open streams in their own map instead of CountedHashMap
Jim Newsome
2024-08-08
2
-137
/
+124
*
StreamMap: test n_open_streams
Jim Newsome
2024-08-08
1
-1
/
+13
*
StreamPollSet: allow access to inner streams
Jim Newsome
2024-08-08
1
-9
/
+11
*
tor-proto streammap: Drop receiver for outgoing messages after END
Jim Newsome
2024-08-06
1
-0
/
+4
*
tor-proto: add Debug impls and improve panic message
Jim Newsome
2024-08-06
3
-2
/
+8
*
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
3
-75
/
+128
*
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
2
-4
/
+15
*
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
*
Add temporary allows for some dead code warnings
Ian Jackson
2024-04-25
1
-0
/
+1
*
counted_map: Use educe(Default).
Nick Mathewson
2024-04-02
1
-12
/
+4
*
counted_map: Use PhantomData<fn(P)->P>
Nick Mathewson
2024-04-02
1
-4
/
+4
*
counted_map: Add some notes about correctness; downgrade unsafes
Nick Mathewson
2024-04-02
2
-13
/
+21
*
streammap: Use an internal counted_hashmap to simplify invariant checking
Nick Mathewson
2024-03-28
2
-43
/
+566
*
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
2
-34
/
+24
*
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
2
-9
/
+62
*
Define a type for a synchronous (blocking) view of a circuit state.
Nick Mathewson
2024-03-26
3
-0
/
+40
*
proto: Make StreamMap keep a count of open streams.
Nick Mathewson
2024-03-26
1
-0
/
+34
*
proto: Prevent general state-transitions on StreamEnt
Nick Mathewson
2024-03-26
2
-38
/
+60
*
proto: Refactor circuit::streammap::StreamEnt
Nick Mathewson
2024-03-26
2
-40
/
+51
*
Push HandshakeRole down one level.
Nick Mathewson
2024-03-26
1
-5
/
+4
*
Provide spec links for relay crypto formats.
Nick Mathewson
2024-03-26
1
-2
/
+10
[prev]
[next]