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
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: rename `stream_sendme_required` to `uses_stream_sendme`
Steven Engler
2025-04-23
1
-3
/
+3
*
tor-proto: added `stream_sendme_required` methods
Steven Engler
2025-04-23
1
-0
/
+7
*
circ: Make CircParameters mutable in the call stack
David Goulet
2025-04-23
1
-2
/
+2
*
proto: Create StreamTargets with the right RelayCellFormat.
Nick Mathewson
2025-04-16
1
-3
/
+12
*
tor-proto: removed "ntor_v3" feature flag
Steven Engler
2025-04-01
1
-2
/
+0
*
tor-proto: remove unnecessary `Option` from `circuit_action`
Steven Engler
2025-03-26
1
-6
/
+5
*
Merge branch 'circuit-action' into 'main'
opara
2025-03-25
1
-9
/
+1
|
\
|
*
tor-proto: simplify tunnel `run_once`
Steven Engler
2025-03-24
1
-7
/
+1
|
*
tor-proto: change `ConfluxSet::next_circ_action` to return a `Future`
Steven Engler
2025-03-24
1
-3
/
+1
|
*
tor-proto: rename `ConfluxSet::circuit_action` to `next_circ_action`
Steven Engler
2025-03-24
1
-4
/
+4
*
|
tor-proto: Add a TODO about the unnecessary Vec allocations.
Gabriela Moldovan
2025-03-24
1
-2
/
+3
*
|
tor-proto: Add TODO about rethinking the circuit *Cmd enums.
Gabriela Moldovan
2025-03-24
1
-0
/
+6
*
|
tor-proto: s/CircuitAction::Single/CircuitAction::RunCmd.
Gabriela Moldovan
2025-03-24
1
-3
/
+3
*
|
tor-proto: Add docs to SendRelayCell.
Gabriela Moldovan
2025-03-24
1
-3
/
+3
*
|
tor-proto: Replace RunOnceCmdInner with CircuitCmd where appropriate.
Gabriela Moldovan
2025-03-24
1
-3
/
+24
*
|
tor-proto: Add CircuitCmd enum.
Gabriela Moldovan
2025-03-24
1
-1
/
+30
*
|
tor-proto: Put the leg id of the circuit in CircuitAction::HandleCell.
Gabriela Moldovan
2025-03-23
1
-6
/
+11
|
/
*
tor-proto: change `take_single_leg` to return `NotSingleLegError`
Steven Engler
2025-03-11
1
-1
/
+1
*
tor-proto: begin using `TargetHop` and `HopLocation`
Steven Engler
2025-03-11
1
-9
/
+35
*
tor-proto: add methods for resolving `TargetHop` and `TargetLocation`
Steven Engler
2025-03-11
1
-1
/
+81
*
tor-proto: combine `single_leg_with_id` and `single_leg`
Steven Engler
2025-03-11
1
-7
/
+16
*
tor-proto: change `single_leg_mut` to return `NotSingleLegError`
Steven Engler
2025-03-11
1
-1
/
+1
*
tor-proto: s/has_first_hop/has_hops (fmt).
Gabriela Moldovan
2025-03-06
1
-5
/
+1
*
tor-proto: s/has_first_hop/has_hops.
Gabriela Moldovan
2025-03-06
1
-1
/
+1
*
tor-proto: Fix up docs post-refactoring (fmt).
Gabriela Moldovan
2025-03-06
1
-4
/
+1
*
tor-proto: Move Circuit to its own module.
Gabriela Moldovan
2025-03-06
1
-1315
/
+26
*
tor-proto: Avoid accessing CircHop internals from the reactor.
Gabriela Moldovan
2025-03-06
1
-0
/
+14
*
tor-proto: Avoid accessing Circuit internals from the reactor.
Gabriela Moldovan
2025-03-06
1
-2
/
+13
*
Merge branch 'conflux-cmds' into 'main'
David Goulet
2025-03-03
1
-0
/
+14
|
\
|
*
tor-proto: Add ConfluxSet method for taking the only leg in the set.
Gabriela Moldovan
2025-03-03
1
-0
/
+14
*
|
tor-proto: remove `Arc<AsyncMutex<_>>` in `Circuit::input`
Steven Engler
2025-03-03
1
-12
/
+2
|
/
*
Merge branch 'conflux-poll-multiple' into 'main'
gabi-250
2025-03-03
1
-62
/
+54
|
\
|
*
tor-proto: Document that ready_streams_iterator() is cancel-safe.
Gabriela Moldovan
2025-03-03
1
-0
/
+2
|
*
tor-proto: Reduce select_biased! indentation.
Gabriela Moldovan
2025-02-27
1
-21
/
+21
|
*
tor-proto: Rename SelectResult to CircuitAction.
Gabriela Moldovan
2025-02-27
1
-7
/
+7
|
*
tor-proto: Rewrite reactor loop to read from all circuits.
Gabriela Moldovan
2025-02-27
1
-53
/
+37
|
*
tor-proto: Add a SelectResult::RemoveLeg command.
Gabriela Moldovan
2025-02-27
1
-0
/
+6
*
|
tor-proto: Remove unnecessary async block (fmt).
Gabriela Moldovan
2025-02-27
1
-42
/
+40
*
|
tor-proto: Remove unnecessary async block.
Gabriela Moldovan
2025-02-27
1
-3
/
+2
|
/
*
tor-proto: Add _mut suffix to functions returning mutable circs (fmt).
Gabriela Moldovan
2025-02-26
1
-1
/
+5
*
tor-proto: Add _mut suffix to functions returning mutable circs.
Gabriela Moldovan
2025-02-26
1
-11
/
+11
*
tor-proto: s/legs/leg in variable name.
Gabriela Moldovan
2025-02-26
1
-2
/
+2
*
tor-proto: Update misleading comment about SENDMEs.
Gabriela Moldovan
2025-02-26
1
-1
/
+2
*
tor-proto: Make the reactor shut down when all the legs close.
Gabriela Moldovan
2025-02-26
1
-0
/
+12
*
tor-proto: Simplify expression using is_ok_and.
Gabriela Moldovan
2025-02-26
1
-1
/
+1
*
tor-proto: Begin documenting the circuit removal behavior.
Gabriela Moldovan
2025-02-26
1
-1
/
+17
*
tor-proto: Avoid panicking on double CtrlMsg::Create.
Gabriela Moldovan
2025-02-25
1
-3
/
+3
*
tor-proto: Update docs to refer to Circuit instead of Reactor.
Gabriela Moldovan
2025-02-25
1
-3
/
+3
*
tor-proto: Use a ConfluxSet in the circuit reactor.
Gabriela Moldovan
2025-02-25
1
-22
/
+62
*
tor-proto: Add a ConfluxSet type.
Gabriela Moldovan
2025-02-25
1
-0
/
+1
[next]