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
/
circuit.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: fix a `clippy::unnecessary_filter_map`
Steven Engler
2026-08-11
1
-0
/
+2
*
tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`
Steven Engler
2026-08-11
1
-1
/
+1
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
1
-3
/
+3
*
proto: Improve/clarify documentation on extend_virtual.
Nick Mathewson
2026-07-02
1
-0
/
+8
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
1
-12
/
+1
*
proto: Replace outdated references to RawCellStream
Gabriela Moldovan
2026-05-28
1
-1
/
+1
*
tor-proto: clean up `CIRCUIT_BUFFER_SIZE`
Steven Engler
2026-05-21
1
-4
/
+0
*
tor-proto: move more stream queue init to reactor
Steven Engler
2026-05-21
1
-0
/
+1
*
proto rpc: Turn tunnel paths into a dict
Nick Mathewson
2026-04-28
1
-0
/
+13
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-2
/
+3
*
proto: Move AllowAllStreamsFilter to crate-pub test module
Gabriela Moldovan
2026-03-25
1
-15
/
+3
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)
Gabriela Moldovan
2026-03-25
1
-12
/
+38
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()
Gabriela Moldovan
2026-03-25
1
-36
/
+39
*
proto: Move rmsg_to_ccmsg to crate-pub test module
Gabriela Moldovan
2026-03-25
1
-10
/
+1
*
Fix grammar typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
Merge branch 'circ-sync-view-streams' into 'main'
gabi-250
2026-02-16
1
-3
/
+1
|
\
|
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-1
/
+1
|
*
proto: Replace CircSyncView with previously client-only CircSyncView
Gabriela Moldovan
2026-02-16
1
-2
/
+0
|
*
proto: Rename ClientCircSyncView to CircSyncView
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
|
proto: Use is_multiple_of() as suggested by clippy
Gabriela Moldovan
2026-02-16
1
-1
/
+1
|
/
*
Revert "proto: Add a new ToRelayMsg util"
Gabriela Moldovan
2026-02-12
1
-13
/
+0
*
proto: Add a new ToRelayMsg util
Gabriela Moldovan
2026-01-29
1
-0
/
+13
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
1
-11
/
+3
*
proto: Make ClientCircChanMsg pub(super)
David Goulet
2025-12-10
1
-1
/
+1
*
proto: Move unit tests and minor fix
David Goulet
2025-12-10
1
-0
/
+20
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-20
/
+11
*
proto: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
1
-1
/
+22
*
proto: Add comment about create_firsthop_fast
Nick Mathewson
2025-12-03
1
-1
/
+2
*
proto: Allow unstable_name_collisions in several places
Gabriela Moldovan
2025-12-01
1
-0
/
+5
*
tor-proto: Track information on when tunnels were last used
Nick Mathewson
2025-11-12
1
-0
/
+17
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
bad_extend_test_impl: Wait for message instead of a 100 ms delay.
Nick Mathewson
2025-11-04
1
-8
/
+18
*
proto: use assert_matches in circuit.rs tests.
Nick Mathewson
2025-11-04
1
-5
/
+6
*
proto: Replace ClientCircSyncView in IncomingStreamRequestFilter
Gabriela Moldovan
2025-10-30
1
-2
/
+2
*
proto: Move StreamMpsc{Sender,Receiver} to stream module
Gabriela Moldovan
2025-10-21
1
-5
/
+3
*
proto: Move hop settings into a shared module
Gabriela Moldovan
2025-10-21
1
-300
/
+6
*
Cleanup: Remove a variable rename
Nick Mathewson
2025-10-20
1
-4
/
+2
*
Refactor: turn circ_extensions_from_settings into a method
Nick Mathewson
2025-10-20
1
-0
/
+60
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
1
-2
/
+1
*
Merge branch 'mv-flow-ctrl' into 'main'
gabi-250
2025-10-08
1
-1
/
+1
|
\
|
*
proto: Move flow_ctrl module under stream (fmt).
Gabriela Moldovan
2025-10-07
1
-1
/
+1
|
*
proto: Move flow_ctrl module under stream.
Gabriela Moldovan
2025-10-07
1
-1
/
+1
*
|
tor-proto: deprecate handshake-specific create/extend variants
Nick Mathewson
2025-10-07
1
-0
/
+10
|
/
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-0
/
+96
|
\
|
*
proto: Add test to ensure half-streams are removed after a while.
Gabriela Moldovan
2025-09-19
1
-0
/
+80
|
*
proto: Use the CBT to compute half-stream timeouts.
Gabriela Moldovan
2025-09-16
1
-0
/
+16
[next]