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
/
client
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move StreamMpsc{Sender,Receiver} to stream module
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move streammap out of the client module
Gabriela Moldovan
2025-10-21
1
-2
/
+3
*
proto: Move dumb pipes to top-lvl stream module (fmt)
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move dumb pipes to top-lvl stream module
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Fix docs to refer to the right stream:: paths.
Gabriela Moldovan
2025-10-16
1
-1
/
+1
*
proto: Reformat imports post-move.
Gabriela Moldovan
2025-10-16
1
-1
/
+1
*
proto: Avoid crate-pub reexports of shared types from the client module.
Gabriela Moldovan
2025-10-16
1
-1
/
+1
*
Merge branch 'celltypes' into 'main'
gabi-250
2025-10-14
1
-1
/
+1
|
\
|
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
1
-1
/
+1
*
|
proto: Stop using tunnel IDs in relay reactor.
Gabriela Moldovan
2025-10-13
1
-6
/
+0
|
/
*
proto: Move flow_ctrl module under stream (fmt).
Gabriela Moldovan
2025-10-07
1
-2
/
+2
*
proto: Move flow_ctrl module under stream.
Gabriela Moldovan
2025-10-07
1
-2
/
+2
*
tor-proto: fix comment related to validating stream messages
Steven Engler
2025-09-30
1
-3
/
+4
*
Sort output events for next_circ_action.
Nick Mathewson
2025-09-29
1
-1
/
+48
*
proto: Rewrite ConfluxSet::next_circ_action() using PollAll.
Gabriela Moldovan
2025-09-25
1
-1
/
+1
*
proto: Return multiple actions from next_circ_action (fmt).
Gabriela Moldovan
2025-09-25
1
-47
/
+47
*
proto: Return multiple actions from next_circ_action.
Gabriela Moldovan
2025-09-25
1
-2
/
+5
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-11
/
+41
|
\
|
*
proto: Temporarily ignore large_enum_variant clippy warning.
Gabriela Moldovan
2025-09-23
1
-0
/
+1
|
*
proto: Add new error type for cells received on non-existent streams.
Gabriela Moldovan
2025-09-22
1
-1
/
+1
|
*
proto: Log circuit reactor errors at debug level.
Gabriela Moldovan
2025-09-22
1
-2
/
+2
|
*
proto: Calculate CBT more accurately.
Gabriela Moldovan
2025-09-19
1
-1
/
+6
|
*
proto: Use the CBT to compute half-stream timeouts.
Gabriela Moldovan
2025-09-16
1
-8
/
+9
|
*
proto: Give Each EndSentStreamEnt an expiry (fmt).
Gabriela Moldovan
2025-09-16
1
-1
/
+3
|
*
proto: Give Each EndSentStreamEnt an expiry.
Gabriela Moldovan
2025-09-16
1
-2
/
+25
|
*
proto: Remove unnecessary IEFE.
Gabriela Moldovan
2025-09-16
1
-6
/
+4
*
|
proto: Experimental API to install a circuit padder at a hop.
Nick Mathewson
2025-09-15
1
-0
/
+15
|
/
*
Merge branch 'padding_congestion_signal' into 'main'
Nick Mathewson
2025-09-15
1
-1
/
+1
|
\
|
*
proto: Move congestion_signals into CircCellSender.
Nick Mathewson
2025-09-09
1
-1
/
+1
*
|
tor-proto: move `DrainRateRequest`
Steven Engler
2025-09-10
1
-1
/
+2
*
|
tor-proto: remove a `pub(crate) use` from `client::stream`
Steven Engler
2025-09-10
1
-2
/
+3
|
/
*
proto: Make PaddingEvent uninhabited when padding is disabled.
Nick Mathewson
2025-09-09
1
-3
/
+3
*
proto: Implement run_padding_action.
Nick Mathewson
2025-09-09
1
-1
/
+3
*
proto: Watch for PaddingEvents in tunnel reactor.
Nick Mathewson
2025-09-09
1
-4
/
+46
*
proto: Use ConfluxCmd instead of CircuitCmd.
Gabriela Moldovan
2025-09-04
1
-5
/
+6
*
proto: Move abstract conflux handlers outside of the client module.
Gabriela Moldovan
2025-09-04
1
-19
/
+7
*
padding: Report when we have received padding or data.
Nick Mathewson
2025-09-02
1
-1
/
+2
*
padding: Give CircEnt in a Channel a handle for the PaddingController.
Nick Mathewson
2025-09-02
1
-1
/
+7
*
proto: Move TunnelId to a separate, shared module (fmt).
Gabriela Moldovan
2025-08-28
1
-1
/
+1
*
proto: Move TunnelId to a separate, shared module.
Gabriela Moldovan
2025-08-28
1
-1
/
+2
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-1
/
+1
*
proto: Add docs about the lifecycle of MetaCellHandlers.
Gabriela Moldovan
2025-08-20
1
-0
/
+12
*
misc: cleanup now that `_report!` macros support fields
Steven Engler
2025-08-18
1
-3
/
+2
*
tor-proto: report tunnel/channel id as a field
Steven Engler
2025-08-18
1
-2
/
+2
*
proto: Move the `stream` module under `client` (fmt).
Gabriela Moldovan
2025-08-18
1
-4
/
+4
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-4
/
+4
*
proto: Rename the `tunnel` module to `client` (fmt).
Gabriela Moldovan
2025-08-18
1
-5
/
+5
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
1
-0
/
+1519