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-circmgr
/
src
/
build.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-1
/
+1
*
chanmgr: Add KeyMgr to channel builder
David Goulet
2025-08-20
1
-0
/
+1
*
circmgr: Move the body of get_channel_to_guard into its only caller.
Nick Mathewson
2025-08-07
1
-33
/
+23
*
circmgr: Don't count channel negotiation towards circuit built time.
Nick Mathewson
2025-08-07
1
-53
/
+68
*
cirmgr: extract code that opens a channel.
Nick Mathewson
2025-08-07
1
-14
/
+26
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-5
/
+5
*
Merge branch 'use-cc' into 'main'
Nick Mathewson
2025-08-05
1
-39
/
+24
|
\
|
*
tor-proto: use congestion control when "flowctl-cc" is enabled
Steven Engler
2025-08-04
1
-39
/
+24
*
|
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
1
-1
/
+1
*
|
tunnel: Implement Buildable for ClientTunnel
David Goulet
2025-08-05
1
-33
/
+39
*
|
proto: Change PendingClientCirc to yield back a ClientTunnel
David Goulet
2025-08-05
1
-3
/
+3
|
/
*
proto: Refactor cc fallback.
Nick Mathewson
2025-06-10
1
-9
/
+13
*
Move responsibility for choosing extensions into tor-proto
Nick Mathewson
2025-06-10
1
-19
/
+3
*
proto: Provide and use a create_firsthop() wrapper too.
Nick Mathewson
2025-04-28
1
-7
/
+2
*
tor-proto: New extend() to pick between ntor and ntor3
Nick Mathewson
2025-04-28
1
-6
/
+2
*
tor-circmgr: put vegas cc in `CircParameters` behind `if false`
Steven Engler
2025-04-23
1
-22
/
+42
*
tor-circmgr: only use congestion control if "flowctl-cc" feature is enabled
Steven Engler
2025-04-23
1
-2
/
+5
*
tor-circmgr: switch from `supports_{known,named}_subver()`
Steven Engler
2025-04-23
1
-3
/
+3
*
circ: Don't pin CC algorithm to FixedWindow anymore
David Goulet
2025-04-23
1
-4
/
+1
*
circ: Apply possible subprotocol changes to circ params
David Goulet
2025-04-23
1
-5
/
+20
*
circ: Remove CircParameters reference in call stack
David Goulet
2025-04-23
1
-13
/
+12
*
congestion: Setup a fallback algorithm in the params
David Goulet
2025-04-23
1
-0
/
+1
*
tor-circmgr: clean up after "ntor_v3" feature flag removal
Steven Engler
2025-04-01
1
-21
/
+13
*
tor-circmgr: removed "ntor_v3" feature flag
Steven Engler
2025-04-01
1
-11
/
+0
*
Use named subprotocol versions throughout arti.
Nick Mathewson
2025-03-12
1
-7
/
+7
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-0
/
+3
*
congestion: Don't use Vegas just yet
David Goulet
2025-01-16
1
-1
/
+4
*
Make cargo clippy happy
David Goulet
2025-01-16
1
-4
/
+4
*
circmgr: Remove the CircParameters build .expect()
David Goulet
2025-01-16
1
-44
/
+19
*
circ: Specialize the circparams from netparams function
David Goulet
2025-01-16
1
-49
/
+82
*
congestion: Remove Default from every parameters
David Goulet
2025-01-16
1
-0
/
+2
*
congestion: Make the cc_alg values a caret_int for better code semantic
David Goulet
2025-01-16
1
-4
/
+4
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-9
/
+108
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-1
/
+2
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+2
*
CircMgr: Start writing tests.
Wesley Aptekar-Cassels
2024-10-03
1
-0
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
tor-circmgr: Remove no-longer-needed dead_code allow.
Gabriela Moldovan
2024-04-29
1
-1
/
+0
*
tor-circmgr: Call VanguardMgr::launch_background_tasks.
Gabriela Moldovan
2024-04-05
1
-1
/
+1
*
tor-guardmgr: Give VanguardMgr a handle to the runtime.
Gabriela Moldovan
2024-04-05
1
-3
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-circmgr: Give CircMgr a VanguardMgr.
Gabriela Moldovan
2024-03-11
1
-0
/
+17
*
tor-circmgr: Add UniqId to Error::Protocol.
Gabriela Moldovan
2024-02-27
1
-0
/
+6
*
tor-circmgr: Add UniqId to CircTimeout.
Gabriela Moldovan
2024-02-27
1
-7
/
+9
*
circmgr:Resolve a warning when building without ntor-v3
Nick Mathewson
2023-12-13
1
-2
/
+3
*
Fix a clippy lint
Ian Jackson
2023-12-12
1
-1
/
+1
*
ClientCir: use ntor_v3 handshake when target supports it
Jim Newsome
2023-12-07
1
-18
/
+50
*
tor-circmgr: panic instead in order to return Error
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-circmgr: port run_builder_test() to use spawn_join()
Saksham Mittal
2023-11-21
1
-10
/
+4
*
tor-circmgr: partially port test_double_timeout() to MockRuntime
Saksham Mittal
2023-11-14
1
-6
/
+3
[next]