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
/
circuit.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
1
-0
/
+2
*
proto: Replace CircuitRx{Sender,Receiver} with new channel type
Gabriela Moldovan
2026-06-08
1
-11
/
+1
*
proto: Add a new channel -> circuit queue type
Gabriela Moldovan
2026-06-08
1
-0
/
+1
*
proto: Add a test helper function for building a CircNetParameters
David Goulet
2026-04-14
1
-0
/
+17
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
proto: Move CREATE helpers to a shared module
Gabriela Moldovan
2026-02-05
1
-0
/
+1
*
proto: Avoid locking in CircHopOutbound::ccontrol()
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Add a new module for the generic circuit reactor
Gabriela Moldovan
2026-01-29
1
-0
/
+1
*
proto; Factor HOPS constant out of maybenot_padding
Gabriela Moldovan
2026-01-29
1
-0
/
+3
*
proto: Move CircPaddingDisposition to a new module
Gabriela Moldovan
2026-01-29
1
-0
/
+1
*
proto: #[macro_use] be gone!
Gabriela Moldovan
2025-12-10
1
-1
/
+0
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-0
/
+12
*
proto: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
1
-0
/
+1
*
Merge branch 'cell-sender' into 'main'
Alexander Hansen Færøy
2025-11-10
1
-0
/
+1
|
\
|
*
proto: Move cell_sender out of the client module
Gabriela Moldovan
2025-10-28
1
-0
/
+1
*
|
proto: Add a new CircSyncView type
Gabriela Moldovan
2025-10-30
1
-0
/
+2
|
/
*
proto: Fix doc links post-refactoring
Gabriela Moldovan
2025-10-21
1
-2
/
+2
*
proto: Move hop settings into a shared module
Gabriela Moldovan
2025-10-21
1
-0
/
+72
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
1
-0
/
+1
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-0
/
+8
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
1
-2563
/
+0
*
tor-proto: Change the visibility of a series of struct
Gabriela Moldovan
2025-02-20
1
-7
/
+7
*
tor-proto: Move CreateHandshakeWrap to reactor module.
Gabriela Moldovan
2025-02-18
1
-56
/
+1
*
tor-proto: remove `ClientCirc::channel`
Steven Engler
2025-02-10
1
-26
/
+2
*
tor-proto: add `ClientCirc::first_hop_clock_skew`
Steven Engler
2025-02-10
1
-0
/
+14
*
conflux: Split off `time_provider` from `channel` in `ClientCirc`
Neel Chauhan
2025-02-10
1
-2
/
+7
*
tor-proto: Turn some CtrlMsgs into CtrlCmds.
Gabriela Moldovan
2025-02-06
1
-10
/
+10
*
tor-proto: Make shutdown a CtrlCmd.
Gabriela Moldovan
2025-02-06
1
-5
/
+6
*
proto: Remove ConversationInHandler
David Goulet
2025-02-04
1
-41
/
+1
*
tor-proto: Ensure rx end of chan reactor output sink is not dropped in test.
Gabriela Moldovan
2025-02-03
1
-1
/
+1
*
tor-proto: Rewrite circuit reactor run_once() loop to use select!.
Gabriela Moldovan
2025-01-29
1
-2
/
+5
*
tor-proto: Use SendRelayCell within CtrlMsg::SendRelayCell.
Gabriela Moldovan
2025-01-29
1
-2
/
+3
*
tor-proto: Derive Default for MutableState.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
tor-proto: Replace sleep() in test with advance_until_stalled().
Gabriela Moldovan
2025-01-16
1
-15
/
+5
*
congestion: Remove FixedWindow start window default value
David Goulet
2025-01-16
1
-1
/
+1
*
test: Fix circuit unit tests
David Goulet
2025-01-16
1
-0
/
+1
*
proto: Remove unused circuit/sendme.rs
David Goulet
2025-01-16
1
-1
/
+0
*
proto: Use congestion control in circuit reactor
David Goulet
2025-01-16
1
-1
/
+1
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-50
/
+21
*
tor-proto: Add traced_test to test cases
Ian Jackson
2025-01-15
1
-0
/
+21
*
Resolve clippy::empty_line_after_doc_comments warnings.
Nick Mathewson
2024-12-03
1
-1
/
+1
*
Merge branch 'mq-fix' into 'main'
Ian Jackson
2024-10-22
1
-14
/
+24
|
\
|
*
memquota: Fix resolve stream account lifetime
Ian Jackson
2024-10-21
1
-6
/
+5
|
*
memquota: Fix circuit account lifetime (fmt)
Ian Jackson
2024-10-21
1
-4
/
+16
|
*
memquota: Fix circuit account lifetime (clippy churn)
Ian Jackson
2024-10-21
1
-4
/
+4
|
*
memquota: Fix circuit account lifetime
Ian Jackson
2024-10-21
1
-4
/
+3
*
|
tor-proto: Reinstate circuit hop check in test_create()
Neel Chauhan
2024-10-16
1
-4
/
+1
|
/
*
Replace _ => panic!() in tor-proto
Ian Jackson
2024-10-15
1
-14
/
+14
*
Merge branch 'mq-circ' into 'main'
David Goulet
2024-10-10
1
-9
/
+11
|
\
|
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-09
1
-4
/
+1
[next]