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
/
client
/
reactor
/
conflux.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: change some instances of `sendme_inc` to u8
Steven Engler
2026-08-12
1
-1
/
+1
*
proto: Add {backward|forward} prefix to circ_id in logs
David Goulet
2026-08-03
1
-3
/
+3
*
proto: Rename uniq_id to circ_unique_id mostly in logging
David Goulet
2026-08-03
1
-8
/
+8
*
proto: Log both UniqId and CircId when possible
David Goulet
2026-08-03
1
-3
/
+10
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
1
-5
/
+5
*
tor-proto: Simplify a match+if statement.
Nick Mathewson
2026-04-21
1
-13
/
+5
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
proto: Rename CircuitAction and cie to CircuitEvent
David Goulet
2025-12-10
1
-30
/
+30
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
1
-1
/
+1
*
proto: Add TODO in client reactor for bad cell
David Goulet
2025-12-10
1
-0
/
+6
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-3
/
+8
*
proto: Allow unstable_name_collisions in several places
Gabriela Moldovan
2025-12-01
1
-0
/
+5
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+4
*
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
1
-2
/
+3
*
proto: Move SendRelayCell to circhop
Gabriela Moldovan
2025-11-17
1
-1
/
+2
*
tor-proto: Track information on when tunnels were last used
Nick Mathewson
2025-11-12
1
-0
/
+9
*
proto: Move streammap out of the client module (fmt)
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move streammap out of the client module
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Replace magic value with constant (fmt).
Gabriela Moldovan
2025-09-25
1
-1
/
+2
*
proto: Replace magic value with constant.
Gabriela Moldovan
2025-09-25
1
-4
/
+9
*
proto: Use MAX_CONFLUX_LEGS instead of magic number.
Gabriela Moldovan
2025-09-25
1
-1
/
+2
*
proto: Make padding and timeout actions take priority.
Gabriela Moldovan
2025-09-25
1
-34
/
+69
*
proto: Add comment emphasizing that the PollAll ordering matters.
Gabriela Moldovan
2025-09-25
1
-0
/
+7
*
proto: Add comment explaining why we need the chan_sender readiness check.
Gabriela Moldovan
2025-09-25
1
-0
/
+3
*
proto: Rewrite should_skip_join_point to return bool.
Gabriela Moldovan
2025-09-25
1
-11
/
+10
*
proto: Avoid polling join point streams more than once.
Gabriela Moldovan
2025-09-25
1
-6
/
+11
*
proto: Rewrite ConfluxSet::next_circ_action() using PollAll.
Gabriela Moldovan
2025-09-25
1
-125
/
+102
*
proto: Return multiple actions from next_circ_action.
Gabriela Moldovan
2025-09-25
1
-2
/
+12
*
proto: Push conflux state checks inside handshake_timeout() (fmt).
Gabriela Moldovan
2025-09-25
1
-6
/
+6
*
proto: Push conflux state checks inside handshake_timeout().
Gabriela Moldovan
2025-09-25
1
-6
/
+2
*
proto: Remove half-streams when they expire.
Gabriela Moldovan
2025-09-16
1
-1
/
+10
*
proto: Implement run_padding_action.
Nick Mathewson
2025-09-09
1
-5
/
+20
*
proto: Watch for PaddingEvents in tunnel reactor.
Nick Mathewson
2025-09-09
1
-0
/
+22
*
proto: Apply deferred fmt.
Gabriela Moldovan
2025-09-04
1
-1
/
+1
*
proto: Group the conflux imports.
Gabriela Moldovan
2025-09-04
1
-6
/
+2
*
proto: Use ConfluxCmd instead of CircuitCmd.
Gabriela Moldovan
2025-09-04
1
-1
/
+2
*
proto: Move abstract conflux handlers outside of the client module.
Gabriela Moldovan
2025-09-04
1
-6
/
+5
*
proto: Move cmd_counts_towards_seqno to a new conflux module.
Gabriela Moldovan
2025-09-04
1
-53
/
+5
*
proto: Make the ConfluxMsgHandler constructor take an abstract handler.
Gabriela Moldovan
2025-09-04
1
-2
/
+5
*
proto: Pass the cwnd params to the conflux message handler.
Gabriela Moldovan
2025-09-04
1
-0
/
+30
*
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
-2
/
+3
*
proto: Rename the `tunnel` module to `client` (fmt).
Gabriela Moldovan
2025-08-18
1
-1
/
+1
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
1
-0
/
+1199