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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
proto: Move TokenBucket to tor-basic-utils
David Goulet
2026-06-08
3
-848
/
+3
*
Merge branch 'destroy-cell3' into 'main'
gabi-250
2026-06-08
9
-28
/
+395
|
\
|
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
6
-16
/
+17
|
*
proto: Replace CircuitRx{Sender,Receiver} with new channel type
Gabriela Moldovan
2026-06-08
3
-11
/
+5
|
*
proto: Remove now-unused import
Gabriela Moldovan
2026-06-08
1
-1
/
+1
|
*
proto: Add a new channel -> circuit queue type
Gabriela Moldovan
2026-06-08
2
-0
/
+372
*
|
proto: Enable the relay exit stream test
Gabriela Moldovan
2026-06-08
1
-1
/
+0
*
|
proto: Set the ClientDataStreamCtrl to None for relay streams (fmt)
Gabriela Moldovan
2026-06-08
1
-5
/
+7
*
|
proto: Set the ClientDataStreamCtrl to None for relay streams
Gabriela Moldovan
2026-06-08
1
-3
/
+3
*
|
proto: Make the ClientDataStreamCtrl optional throughout
Gabriela Moldovan
2026-06-08
1
-12
/
+22
|
/
*
proto: add regression tests for verify_link_auth_cert
moumenalaoui
2026-06-02
1
-0
/
+79
*
proto: Fix inverted cert sig and AUTHENTICATE compare
David Goulet
2026-06-02
2
-5
/
+2
*
Merge branch 'minor-doc-fix' into 'main'
gabi-250
2026-06-02
1
-1
/
+1
|
\
|
*
proto: Fix typo in ResolveCmdChecker docs
Gabriela Moldovan
2026-05-28
1
-1
/
+1
*
|
Merge branch 'stream-docs' into 'main'
David Goulet
2026-05-28
3
-4
/
+4
|
\
\
|
*
|
proto: Replace outdated references to RawCellStream
Gabriela Moldovan
2026-05-28
3
-4
/
+4
|
|
/
*
/
tor-proto: remove `use asynchronous_codec as futures_codec` in `/channel/hand...
Neel Chauhan
2026-05-27
1
-13
/
+14
|
/
*
Merge branch 'relay-destroy' into 'main'
gabi-250
2026-05-26
3
-31
/
+161
|
\
|
*
proto: Remove TODOs about flushing pending data
Gabriela Moldovan
2026-05-26
2
-8
/
+0
|
*
proto: Remove unused async
Gabriela Moldovan
2026-05-20
1
-3
/
+2
|
*
proto: Make TRUNCATE trigger a proto violation
Gabriela Moldovan
2026-05-20
2
-5
/
+25
|
*
proto: Add some tests for DESTROY handling
Gabriela Moldovan
2026-05-20
1
-1
/
+60
|
*
proto: Make do_create2_handshake() check EXTENDED2 was sent
Gabriela Moldovan
2026-05-20
1
-1
/
+19
|
*
proto: Extend helper to check that DESTROY was sent in both directions
Gabriela Moldovan
2026-05-20
1
-7
/
+21
|
*
proto: Rename a test helper and adjust its docs
Gabriela Moldovan
2026-05-20
1
-7
/
+6
|
*
proto: Return the CircId from test handshake helper
Gabriela Moldovan
2026-05-20
1
-2
/
+4
|
*
proto: Add test helper for sending AnyChanMsgs
Gabriela Moldovan
2026-05-20
1
-0
/
+5
|
*
proto: Add a comment clarifying why we don't need to propagate DESTROY
Gabriela Moldovan
2026-05-20
1
-0
/
+7
|
*
proto: Adjust DESTROY-related logs in the backward reactor
Gabriela Moldovan
2026-05-20
1
-2
/
+6
|
*
proto: Pass the cell by reference to resolve a warning
Gabriela Moldovan
2026-05-20
1
-3
/
+2
|
*
proto: Log a message when a forward DESTROY comes along
Gabriela Moldovan
2026-05-20
1
-3
/
+15
*
|
Merge branch 'socket-buf-size' into 'main'
opara
2026-05-21
1
-0
/
+1
|
\
\
|
*
|
tor-proto: add note about proxy socket buf sizes
Steven Engler
2026-05-07
1
-0
/
+1
*
|
|
tor-proto: destructure the `ReactorStreamComponents`
Steven Engler
2026-05-21
1
-5
/
+12
*
|
|
tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`
Steven Engler
2026-05-21
6
-49
/
+41
*
|
|
tor-proto: add a TODO item for XON/XOFF flow control
Steven Engler
2026-05-21
1
-0
/
+3
*
|
|
tor-proto: move memquota stream account arg to last position
Steven Engler
2026-05-21
5
-11
/
+11
*
|
|
tor-proto: clean up `CIRCUIT_BUFFER_SIZE`
Steven Engler
2026-05-21
3
-12
/
+1
*
|
|
tor-proto: move more stream queue init to reactor
Steven Engler
2026-05-21
7
-149
/
+86
*
|
|
tor-proto: add `ReactorStreamComponents` to bundle return vals
Steven Engler
2026-05-20
7
-29
/
+54
*
|
|
tor-proto: small comment improvements
Steven Engler
2026-05-20
2
-1
/
+3
*
|
|
tor-proto: remove unneeded type alias
Steven Engler
2026-05-20
1
-5
/
+2
*
|
|
tor-proto: always use a bounded mpsc queue for streams
Steven Engler
2026-05-20
3
-39
/
+22
*
|
|
tor-proto: add `FlowCtrlHooks::inbound_queue_max_len()`
Steven Engler
2026-05-20
3
-1
/
+35
*
|
|
tor-proto: move stream incoming queue init to reactor
Steven Engler
2026-05-20
7
-69
/
+82
*
|
|
tor-proto: small cleanup of `CircHopOutbound::build_flow_ctrl()`
Steven Engler
2026-05-20
1
-11
/
+4
*
|
|
tor-proto: rename `{,Half}StreamFlowCtrlInner` variants
Steven Engler
2026-05-20
1
-10
/
+10
*
|
|
Merge branch 'vegas-stall' into 'main'
David Goulet
2026-05-20
4
-14
/
+36
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-proto: vegas: return early if clock stall was detected
Steven Engler
2026-05-07
3
-10
/
+23
|
*
|
tor-proto: rtt: return clock stall/jump status from `update()`
Steven Engler
2026-05-07
1
-4
/
+13
[prev]
[next]