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
/
tunnel
/
circuit.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add test for ShutdownAndReturnCircuit error condition.
Gabriela Moldovan
2025-07-25
1
-0
/
+47
*
proto: Remove an already-addressed TODO.
Gabriela Moldovan
2025-07-25
1
-2
/
+0
*
tor-proto: Temporary measure to disable CGO.
Nick Mathewson
2025-07-23
1
-1
/
+11
*
Refactor/simplify HopSettings construction
Nick Mathewson
2025-07-23
1
-57
/
+102
*
Rename and invert the sense of requires_stream_level_sendmes.
Nick Mathewson
2025-07-23
1
-1
/
+1
*
proto: Send extensions as appropriate to negotiate CGO.
Nick Mathewson
2025-07-23
1
-1
/
+10
*
proto: Take format+crypto settings from HopSettings
Nick Mathewson
2025-07-23
1
-9
/
+36
*
tor-proto: add the `XonXoffReader` and connect it to the reactor
Steven Engler
2025-07-17
1
-0
/
+24
*
Merge branch 'flow-ctrl' into 'main'
opara
2025-07-16
1
-7
/
+51
|
\
|
*
tor-proto: add dedicated types for the incoming stream queue
Steven Engler
2025-07-16
1
-2
/
+3
|
*
tor-proto: combine some objects into a `StreamComponents`
Steven Engler
2025-07-15
1
-5
/
+48
*
|
proto: Add some docs for the conflux stream tests.
Gabriela Moldovan
2025-07-16
1
-0
/
+27
*
|
proto: Explain why the test MockRuntime is behind a mutex.
Gabriela Moldovan
2025-07-16
1
-1
/
+6
*
|
conflux: Add test for out-of-order cell handling in the client.
Gabriela Moldovan
2025-07-16
1
-3
/
+252
*
|
proto: Make the mock exit start writing to the stream.
Gabriela Moldovan
2025-07-16
1
-1
/
+84
*
|
proto: Replace oneshot completion channel with event channel.
Gabriela Moldovan
2025-07-16
1
-18
/
+45
*
|
proto: Give ConfluxStreamState a constructor.
Gabriela Moldovan
2025-07-16
1
-7
/
+14
*
|
proto: Replace tuple with struct with named fields for clarity.
Gabriela Moldovan
2025-07-16
1
-37
/
+30
*
|
proto: Move list of expected switches to a separate variable.
Gabriela Moldovan
2025-07-16
1
-26
/
+30
*
|
proto: Clarify docs to say who the receiver of the data_recvd is.
Gabriela Moldovan
2025-07-16
1
-1
/
+1
*
|
proto: Remove no-longer accurate comment from test.
Gabriela Moldovan
2025-07-16
1
-4
/
+0
*
|
proto: Refactor test loop exit condition.
Gabriela Moldovan
2025-07-16
1
-1
/
+13
*
|
proto: Rename test for clarity.
Gabriela Moldovan
2025-07-16
1
-1
/
+1
|
/
*
Merge branch 'flow-ctrl' into 'main'
opara
2025-07-10
1
-1
/
+8
|
\
|
*
tor-proto: establish channel for rate limit updates
Steven Engler
2025-07-07
1
-1
/
+8
*
|
Merge branch 'prop360-combined' into 'main'
Nick Mathewson
2025-07-10
1
-0
/
+60
|
\
\
|
*
|
Comment to explain _why_ ExcessOutbound is internal.
Nick Mathewson
2025-07-10
1
-0
/
+5
|
*
|
Rename last_hop to last_hop_info to fix name conflict
Nick Mathewson
2025-07-10
1
-1
/
+1
|
*
|
proto: Add the ability to enforce a maximum number of cells per hop
Nick Mathewson
2025-07-10
1
-0
/
+34
|
*
|
proto: Add method to get the last hop of a circuit.
Nick Mathewson
2025-07-10
1
-0
/
+21
|
|
/
*
/
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
|
/
*
proto: ignore large_enum_variant warning
Nick Mathewson
2025-07-03
1
-1
/
+1
*
proto: Actually validate the SWITCH cells in the mock exit.
Gabriela Moldovan
2025-06-27
1
-12
/
+43
*
proto: Tweak conflux test RTTs to trigger CONFLUX_SWITCH.
Gabriela Moldovan
2025-06-27
1
-6
/
+49
*
proto: Run test handshake outside of exit task.
Gabriela Moldovan
2025-06-27
1
-10
/
+17
*
proto: Ensure we get all the expected SWITCH cells.
Gabriela Moldovan
2025-06-27
1
-0
/
+6
*
proto: Sort the received test data.
Gabriela Moldovan
2025-06-27
1
-4
/
+4
*
proto: Support inserting varied RTT delays in test (fmt).
Gabriela Moldovan
2025-06-27
1
-16
/
+3
*
proto: Support inserting varied RTT delays in test.
Gabriela Moldovan
2025-06-27
1
-21
/
+25
*
proto: s/circ_sink/circ_tx for consistency.
Gabriela Moldovan
2025-06-27
1
-15
/
+15
*
proto: Pass TestCircuitCtx to mock exit task (fmt).
Gabriela Moldovan
2025-06-27
1
-3
/
+15
*
proto: Pass TestCircuitCtx to mock exit task.
Gabriela Moldovan
2025-06-27
1
-33
/
+20
*
proto: Apply deferred cargo fmt
Gabriela Moldovan
2025-06-27
1
-2
/
+11
*
proto: Unbreak the conflux stream test.
Gabriela Moldovan
2025-06-27
1
-3
/
+36
*
proto: Put mock runtime behind mutex.
Gabriela Moldovan
2025-06-27
1
-6
/
+8
*
proto: Send an END at the end of the test conflux stream (fmt).
Gabriela Moldovan
2025-06-27
1
-1
/
+3
*
proto: Send an END at the end of the test conflux stream.
Gabriela Moldovan
2025-06-27
1
-7
/
+31
*
proto: Make conflux mock exit send SENDMEs at the right time.
Gabriela Moldovan
2025-06-27
1
-16
/
+43
*
proto: Support QuerySendWindow for multipath tunnels.
Gabriela Moldovan
2025-06-27
1
-0
/
+2
*
proto: Support receiving data in the test client.
Gabriela Moldovan
2025-06-27
1
-1
/
+13
[next]