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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
circmgr: Remove the CircParameters build .expect()
David Goulet
2025-01-16
1
-4
/
+4
*
circ: Specialize the circparams from netparams function
David Goulet
2025-01-16
1
-9
/
+16
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
1
-13
/
+10
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-circmgr: Rename Short/Extended to Naive/Guarded.
Gabriela Moldovan
2024-10-24
1
-1
/
+1
*
tor-circmgr: s/HsCircStubKind/HsCircStemKind.
Gabriela Moldovan
2024-10-24
1
-3
/
+3
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
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
*
CircMgr: Start writing tests.
Wesley Aptekar-Cassels
2024-10-03
1
-272
/
+331
*
CircMgr: Make CircMgr and HsCircPool generic over builder type.
Wesley Aptekar-Cassels
2024-09-24
1
-98
/
+263
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
tor-circmgr: make `GuardMgr` mandatory
Steven Engler
2024-08-12
1
-4
/
+0
*
tor-circmgr: Remove VanguardMode from Pool.
Gabriela Moldovan
2024-06-03
1
-3
/
+7
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
tor-guardmgr: Temporarily reintroduce VanguardConfig.
Gabriela Moldovan
2024-04-29
1
-1
/
+1
*
tor-guardmgr: Store whether we're running an onion svc (fmt).
Gabriela Moldovan
2024-04-11
1
-1
/
+6
*
tor-guardmgr: Store whether we're running an onion svc.
Gabriela Moldovan
2024-04-11
1
-2
/
+8
*
tor-circmgr: Call VanguardMgr::launch_background_tasks.
Gabriela Moldovan
2024-04-05
1
-0
/
+9
*
tor-guardmgr: Give VanguardMgr a handle to the runtime (fmt).
Gabriela Moldovan
2024-04-05
1
-1
/
+2
*
tor-guardmgr: Give VanguardMgr a handle to the runtime.
Gabriela Moldovan
2024-04-05
1
-3
/
+3
*
tor-circmgr: Make the path module crate-private.
Gabriela Moldovan
2024-03-20
1
-1
/
+1
*
tor-circmgr: Tell HsPathBuilder what kind of circuit stub is needed.
Gabriela Moldovan
2024-03-20
1
-0
/
+4
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-circmgr: Fix clippy warning.
Gabriela Moldovan
2024-03-11
1
-1
/
+1
*
tor-circmgr: Create the VanguardMgr in CircMgr::new.
Gabriela Moldovan
2024-03-11
1
-2
/
+4
*
tor-circmgr: Discard all circuits if VanguardMgr says so.
Gabriela Moldovan
2024-03-11
1
-0
/
+11
*
tor-circmgr: Give CircMgr a VanguardMgr.
Gabriela Moldovan
2024-03-11
1
-0
/
+6
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Teach *CircUsage structs about stability.
Nick Mathewson
2024-02-20
1
-1
/
+10
*
Downgrade some messages to trace
Ian Jackson
2023-11-29
1
-1
/
+1
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-1
/
+12
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Merge branch 'report-bugs-v2' into 'main'
Nick Mathewson
2023-07-07
1
-19
/
+9
|
\
|
*
circmgr: Use event_report!() and similar macros
Nick Mathewson
2023-07-07
1
-19
/
+9
*
|
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
|
/
*
tor-circmgr: Expose CircParameters from NetParameters construction
Ian Jackson
2023-06-29
1
-15
/
+5
*
Merge branch 'circmgr-timeout-est' into 'main'
Nick Mathewson
2023-06-22
1
-1
/
+31
|
\
|
*
circmgr: New API to expose estimate-based timeouts.
Nick Mathewson
2023-06-22
1
-1
/
+31
[next]