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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version of tor-basic-utils
Ian Jackson
2025-08-05
1
-1
/
+1
*
Version bumps for 1.4.6
Ian Jackson
2025-08-05
1
-24
/
+24
*
circmgr: Apply incoming cell limits to hsdir connections
Nick Mathewson
2025-07-10
1
-1
/
+12
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-24
/
+24
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-07-07
1
-3
/
+3
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
Improve descriptions of rejected relays: omit "rejected 0/X"
Nick Mathewson
2025-06-25
1
-3
/
+3
*
tor-circmgr: Reduced dependency on `once_cell`
hashcatHitman
2025-06-14
1
-2
/
+2
*
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
*
tor-circmgr: fix docs failure
Steven Engler
2025-06-09
1
-2
/
+2
*
release: Delete semver.md files after release.
Alexander Hansen Færøy
2025-06-05
1
-1
/
+0
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-24
/
+24
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
3
-0
/
+5
*
./maint/cargo_sort: Run cargo-sort on the entire workspace.
Gabriela Moldovan
2025-05-27
1
-1
/
+6
*
hspool: Explain _why_ ClientRend is Guarded.
Nick Mathewson
2025-05-22
1
-4
/
+12
*
hspool: refactor path match to be exhaustive.
Nick Mathewson
2025-05-22
1
-7
/
+11
*
hspool: ClientRend first should be Guarded
Nick Mathewson
2025-05-22
1
-4
/
+5
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2025-05-22
1
-1
/
+1
*
circmgr: Apply last-hop-in-stem usage when retrieving a stem circ.
Nick Mathewson
2025-05-20
1
-20
/
+85
*
circmgr: when building client rend stems, make sure last hop has new_rend usage.
Nick Mathewson
2025-05-20
2
-28
/
+72
*
guardmgr, circmgr: Make vanguard selection take a RelaySelector.
Nick Mathewson
2025-05-20
3
-32
/
+62
*
circmgr: Propagate Option<HsCircKind> down to path selection functions
Nick Mathewson
2025-05-20
4
-46
/
+103
*
circmgr: Change get_or_launch_stem to take a HsCircKind
Nick Mathewson
2025-05-20
1
-13
/
+22
*
circmgr: rename ensure_circuit_{compatible_with => can_extend_to}_target
Nick Mathewson
2025-05-20
1
-6
/
+3
*
relay-selection: tweak messages about rejection reasons
Nick Mathewson
2025-05-20
1
-3
/
+3
*
tor-proto: Future-proof some comments about path_ref() errors.
Gabriela Moldovan
2025-05-15
1
-2
/
+2
*
tor-proto: Return Error::Protocol if ClientCirc accessors return an error.
Gabriela Moldovan
2025-05-15
1
-32
/
+40
*
tor-proto: Update the TunnelMutableState when a circuit is removed.
Gabriela Moldovan
2025-05-15
5
-13
/
+36
*
Resolve clippy warnings from 1.83
Nick Mathewson
2025-05-13
1
-2
/
+1
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
Merge branch 'clientcirc_extend' into 'main'
Nick Mathewson
2025-05-06
5
-19
/
+11
|
\
|
*
proto: Provide and use a create_firsthop() wrapper too.
Nick Mathewson
2025-04-28
1
-7
/
+2
|
*
circmgr: Rename AbstractCirc::{extend_ntor => extend}
Nick Mathewson
2025-04-28
4
-6
/
+5
|
*
tor-proto: New extend() to pick between ntor and ntor3
Nick Mathewson
2025-04-28
2
-7
/
+5
*
|
circmgr: Make path module public on "--features=experimental-api"
Nick Mathewson
2025-05-05
1
-1
/
+9
*
|
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
2
-25
/
+24
*
|
maint: Update semver.md files from semver-checks
Wesley Aptekar-Cassels
2025-04-30
1
-0
/
+1
*
|
Update rand requirement to 0.9.1
Nick Mathewson
2025-04-29
1
-1
/
+1
*
|
Run cargo update.
Wesley Aptekar-Cassels
2025-04-29
1
-1
/
+1
|
/
*
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
2
-3
/
+7
*
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
5
-17
/
+16
*
congestion: Setup a fallback algorithm in the params
David Goulet
2025-04-23
1
-0
/
+1
*
tor-circmgr: Added TODO about replacing OnceCell
hashcatHitman
2025-04-17
1
-0
/
+8
*
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
2
-13
/
+1
[next]