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
...
*
tor-proto: Replace std::result::Result with shorter alias.
Gabriela Moldovan
2025-01-16
1
-5
/
+6
*
tor-proto: Remove unnecessary fully qualified path.
Gabriela Moldovan
2025-01-16
1
-1
/
+1
*
tor-proto: Move outbound message sending out of circuit run_once() (fmt).
Gabriela Moldovan
2025-01-16
1
-64
/
+64
*
tor-proto: Move outbound message sending out of circuit run_once().
Gabriela Moldovan
2025-01-16
1
-13
/
+23
*
test: Fix circuit unit tests
David Goulet
2025-01-16
1
-5
/
+8
*
proto: Remove unused circuit/sendme.rs
David Goulet
2025-01-16
1
-458
/
+0
*
proto: Notify CC when a SENDME is received
David Goulet
2025-01-16
1
-8
/
+22
*
proto: Use congestion control in circuit reactor
David Goulet
2025-01-16
3
-40
/
+39
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-1
/
+1
*
Resolve clippy::manual_div_ceil
Nick Mathewson
2024-12-03
1
-1
/
+1
*
tor-proto: Fix typo in streammap docs.
Gabriela Moldovan
2024-11-19
1
-1
/
+1
*
tor-proto: Document RecvWindow::take more accurately.
Gabriela Moldovan
2024-11-04
1
-2
/
+2
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-09
1
-2
/
+2
*
memquota: Introduce type aliases for channel->circuit RX queue
Ian Jackson
2024-10-09
1
-2
/
+3
*
memquota: impl HasMemoryCost for ClientCircChanMsg
Ian Jackson
2024-10-09
1
-1
/
+4
*
tor-proto: Make incoming stream requests participate in memquota
Ian Jackson
2024-10-03
1
-2
/
+2
*
tor-proto: Implement HasMemoryCost for StreamReqInfo
Ian Jackson
2024-10-03
1
-1
/
+8
*
tor-proto: Make stream queues participate in memquota
Ian Jackson
2024-10-03
1
-2
/
+6
*
tor-proto: Put a StreamAccount in DataStream etc.
Ian Jackson
2024-10-03
1
-1
/
+6
*
tor-proto: Put a CircuitAccount in ClientCirc and circuit::Reactor
Ian Jackson
2024-10-03
1
-0
/
+6
*
Merge branch 'mpsc-types' into 'main'
Ian Jackson
2024-10-02
2
-17
/
+23
|
\
|
*
tor-proto: Introduce type alias for StreamReqSender
Ian Jackson
2024-10-02
1
-2
/
+6
|
*
tor-proto: Introduce type aliases for stream queues
Ian Jackson
2024-10-02
2
-15
/
+17
*
|
tor-proto: Use trait methods for try_send and channel_close (fmt)
Ian Jackson
2024-10-01
1
-10
/
+7
*
|
tor-proto: Use trait methods for try_send and channel_close
Ian Jackson
2024-10-01
1
-4
/
+5
|
/
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
Move stream_peek into tor-async-utils
Jim Newsome
2024-08-29
1
-2
/
+2
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
flow-control: document idea for making more robust
Jim Newsome
2024-08-21
1
-0
/
+6
*
Circuit reactor: improve code comments
Jim Newsome
2024-08-21
1
-3
/
+11
*
StreamPollSet: disallow polling ready streams
Jim Newsome
2024-08-21
1
-8
/
+18
*
StreamMap: Use StreamUnobtrusivePeeker instead of Peekable
Jim Newsome
2024-08-21
1
-4
/
+5
*
tor-proto: Use PeekableStream to get rid of redundant buffering
Jim Newsome
2024-08-21
2
-55
/
+86
*
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
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
[prev]
[next]