index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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: 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
*
|
|
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
14
-38
/
+44
*
|
|
tor-proto: clean up return type of `Circuit::begin_stream()`
Steven Engler
2026-05-11
2
-13
/
+8
*
|
|
tor-proto: indentation cleanup
Steven Engler
2026-05-11
1
-20
/
+15
*
|
|
tor-proto: reorg error handling for BeginStream reactor cmd
Steven Engler
2026-05-11
2
-10
/
+26
*
|
|
proto: Derive PartialEq for MetaCellDisposition
Gabriela Moldovan
2026-05-07
1
-1
/
+1
|
/
/
*
|
tor-proto: rename `*FlowCtrl::e` to `inner`
Steven Engler
2026-05-07
1
-15
/
+15
*
|
tor-proto: rename `*FlowCtrlEnum` to `*FlowCtrlInner`
Steven Engler
2026-05-07
1
-14
/
+14
*
|
tor-proto: fix flow control for half-streams
Steven Engler
2026-05-07
5
-79
/
+98
*
|
tor-proto: add prototype for `HalfStreamFlowCtrl`
Steven Engler
2026-05-07
3
-4
/
+124
*
|
tor-proto: comment change on `StreamFlowCtrl`
Steven Engler
2026-05-07
1
-1
/
+6
|
/
*
proto: Remove an allow for a now-pedantic warning.
Nick Mathewson
2026-05-07
1
-6
/
+0
*
proto rpc: Turn tunnel paths into a dict
Nick Mathewson
2026-04-28
3
-9
/
+40
*
proto rpc: Change PathEntry to an enum.
Nick Mathewson
2026-04-28
1
-28
/
+30
*
proto: Add an RPC function to access tunnel and inspect its path.
Nick Mathewson
2026-04-28
2
-0
/
+225
*
proto: Allow DataStreamCtrl and ClientTunnel to be RPC objects.
Nick Mathewson
2026-04-28
2
-0
/
+10
*
proto: Wrap PeerInfo in Arc<>
Gabriela Moldovan
2026-04-23
3
-9
/
+9
*
proto: Avoid collecting the chan identities in RelayIdSet
Gabriela Moldovan
2026-04-23
1
-10
/
+2
*
proto: Apply deferred rustfmt
Gabriela Moldovan
2026-04-23
1
-5
/
+2
*
proto: Remove expect(unused) from channel PeerInfo
Gabriela Moldovan
2026-04-23
1
-1
/
+0
*
proto: Build the PeerInfo from the dummy target in the tests
Gabriela Moldovan
2026-04-23
1
-5
/
+14
*
proto: Use PeerInfo in the extend handler
Gabriela Moldovan
2026-04-23
2
-3
/
+4
*
proto: Add an accessor for the PeerInfo of a channel
Gabriela Moldovan
2026-04-23
1
-0
/
+6
*
proto: Add test ensuring we won't extend to the previous hop
Gabriela Moldovan
2026-04-23
1
-1
/
+43
*
proto: Reject EXTEND2 targeting the previous hop in the circuit
Gabriela Moldovan
2026-04-23
1
-1
/
+13
*
proto: Give the ExtendRequestHandler a copy of the inbound peer info
Gabriela Moldovan
2026-04-23
3
-1
/
+8
*
proto: Fix broken doc link in extend handler
Gabriela Moldovan
2026-04-23
1
-1
/
+3
*
proto: Extract EXTEND2 handling into a new module
Gabriela Moldovan
2026-04-23
2
-200
/
+254
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-7
/
+5
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
2
-14
/
+20
[prev]
[next]