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
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
circmgr: simplify a loop counter.
Nick Mathewson
2026-04-21
1
-3
/
+1
*
circmgr: Port to web-time-compat.
Nick Mathewson
2026-03-26
1
-1
/
+1
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-7
/
+10
*
test: Remove unused import
David Goulet
2026-01-13
1
-1
/
+0
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
1
-1
/
+1
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-1
/
+0
*
tor-circmgr: small comment fix
Steven Engler
2025-12-03
1
-1
/
+1
*
tor-circmgr: reduce level of info reactor tracing msg
Steven Engler
2025-12-03
1
-1
/
+1
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-0
/
+12
*
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
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-12
/
+26
|
\
|
*
circmgr: Pass the timeout estimator to circuit constructor (fmt).
Gabriela Moldovan
2025-09-16
1
-8
/
+13
|
*
circmgr: Pass the timeout estimator to circuit constructor.
Gabriela Moldovan
2025-09-16
1
-7
/
+16
*
|
tor-proto: use `CellCount` in `FlowCtrlParameters`
Steven Engler
2025-09-16
1
-4
/
+4
|
/
*
tor-proto: add `FlowCtrlParameters` to `CircParameters` and `HopSettings`
Steven Engler
2025-09-11
1
-1
/
+9
*
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
[next]