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-circmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-11
/
+0
*
Remove semver.md files post-release.
Gabriela Moldovan
2025-04-01
1
-2
/
+0
*
tor-circmgr: Explicit type annotation
Clara Engler
2025-03-26
1
-1
/
+1
*
circmgr: test behavior of IteratorRandom::choose_multiple
Nick Mathewson
2025-03-25
1
-1
/
+15
*
Merge branch 'named_protovers' into 'main'
David Goulet
2025-03-20
1
-7
/
+7
|
\
|
*
Use named subprotocol versions throughout arti.
Nick Mathewson
2025-03-12
1
-7
/
+7
*
|
Merge branch 'timeout_est_overflow' into 'main'
Nick Mathewson
2025-03-19
1
-3
/
+11
|
\
\
|
*
|
Impose a maximum on our fallback estimated timeout
Nick Mathewson
2025-03-06
1
-3
/
+11
*
|
|
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
|
|
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
5
-8
/
+8
|
|
/
|
/
|
*
|
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
2
-1
/
+19
|
/
*
relay-selection: Add FamilyRules to exclude_relays_in_same_family.
Nick Mathewson
2025-02-25
2
-12
/
+22
*
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
*
Add missing semver.md files
David Goulet
2025-01-16
1
-0
/
+2
*
circmgr: Remove the CircParameters build .expect()
David Goulet
2025-01-16
4
-53
/
+26
*
circ: Specialize the circparams from netparams function
David Goulet
2025-01-16
4
-64
/
+102
*
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
4
-27
/
+128
*
tor-circmgr: Add trace log on circuit build timeout.
Wesley Aptekar-Cassels
2025-01-08
1
-0
/
+2
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
Resolve clippy::empty_line_after_doc_comments warnings.
Nick Mathewson
2024-12-03
1
-1
/
+2
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-circmgr: Clarify that using guarded for client rend is an exception.
Gabriela Moldovan
2024-10-24
1
-1
/
+14
*
tor-circmgr: Rename Short/Extended to Naive/Guarded.
Gabriela Moldovan
2024-10-24
4
-32
/
+32
*
tor-circmgr: Try to clarify what a "circuit stem" is.
Gabriela Moldovan
2024-10-24
1
-2
/
+3
*
tor-circmgr: Post-renaming documentation fixes.
Gabriela Moldovan
2024-10-24
4
-14
/
+14
*
tor-circmgr: s/stub/stem throughout.
Gabriela Moldovan
2024-10-24
4
-100
/
+100
*
tor-circmgr: s/HsCircStubKind/HsCircStemKind.
Gabriela Moldovan
2024-10-24
2
-27
/
+27
*
tor-circmgr: s/HsCircStubKind/HsCircStemKind.
Gabriela Moldovan
2024-10-24
5
-60
/
+60
*
tor-circmgr: Use the new vanguards terminology throughout.
Gabriela Moldovan
2024-10-24
3
-75
/
+75
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
Merge branch 'mq-prevent' into 'main'
Ian Jackson
2024-10-15
1
-1
/
+6
|
\
|
*
Introduce mpsc_channel_no_memquota and use it in the places it's wanted
Ian Jackson
2024-10-15
1
-1
/
+6
*
|
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
2
-2
/
+4
|
/
*
Merge branch 'circmgr-code-motion-for-tests' into 'main'
Ian Jackson
2024-10-08
1
-193
/
+193
|
\
|
*
CircMgr: Move note_external_{failure, success} methods to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-27
/
+27
|
*
CircMgr: Move get_or_launch_dir_specific method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-18
/
+18
|
*
CircMgr: Move get_or_launch_exit method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-45
/
+45
|
*
CircMgr: Move get_or_launch_dir method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-8
/
+8
|
*
CircMgr: Move skew_events method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-11
/
+11
|
*
CircMgr: Move retire_circ method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-6
/
+6
|
*
CircMgr: Move reconfigure method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-67
/
+67
|
*
CircMgr: Move retire_all_circuits method to generic impl.
Wesley Aptekar-Cassels
2024-10-03
1
-11
/
+11
[prev]
[next]