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
/
timeouts
/
pareto.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
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-5
/
+5
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
circmgr: Replace BoundedVecDeque with a much smaller wrapper
Nick Mathewson
2025-09-17
1
-10
/
+79
*
tor-circmgr: Removed dependency on `static_assertions`
hashcatHitman
2025-09-01
1
-3
/
+2
*
tor-circmgr: Make connection failure log at debug level.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+1
*
tor-circmgr: Add more logging about timeout estimation.
Wesley Aptekar-Cassels
2025-08-12
1
-0
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Resolve clippy warnings from 1.83
Nick Mathewson
2025-05-13
1
-2
/
+1
*
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 '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
|
/
*
tor-circmgr: Add trace log on circuit build timeout.
Wesley Aptekar-Cassels
2025-01-08
1
-0
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
rng ranges: Use gen_range_infallible() for Duration::ZERO..=T
Ian Jackson
2023-07-10
1
-1
/
+1
*
|
rng ranges: Use gen_range_checked().unwrap() in test case
Ian Jackson
2023-07-10
1
-2
/
+2
|
/
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
1
-1
/
+0
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
Add TODOs on uncertain points about time_since_last_traffic
Nick Mathewson
2022-02-09
1
-0
/
+1
*
Remove the use of Mutex in channel unused_since timestamp
Yuan Lyu
2022-02-08
1
-2
/
+6
*
Only count timeouts when we've seen net activity.
Nick Mathewson
2021-12-20
1
-5
/
+7
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-2
/
+1
*
Use a safer histogram rebuild algorithm.
Nick Mathewson
2021-12-08
1
-9
/
+14
*
Change an XXX in pareto.rs: a ticket is now open.
Nick Mathewson
2021-12-08
1
-2
/
+3
*
Use a panic-free function to multiply timeouts.
Nick Mathewson
2021-12-06
1
-3
/
+4
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-2
/
+2
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
1
-2
/
+8
*
Add a timeout estimator to take estimates from another process.
Nick Mathewson
2021-10-20
1
-0
/
+8
*
Allow type of timeout estimator to change at runtime.
Nick Mathewson
2021-10-20
1
-143
/
+90
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-4
/
+10
*
Initial backend implementation for guard node manager.
Nick Mathewson
2021-10-07
1
-0
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+2
*
More tests in pareto.rs
Nick Mathewson
2021-09-08
1
-9
/
+47
*
Use same defaults for abandon and close times in timeout code.
Nick Mathewson
2021-09-07
1
-6
/
+4
*
Stop making abandoned/successful circuit counts persistent
Nick Mathewson
2021-09-07
1
-22
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+941