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
/
timeouts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
2
-2
/
+2
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-0
/
+12
|
\
|
*
proto: Use the circuit build timeout instead of the abandon timeout.
Gabriela Moldovan
2025-09-22
1
-2
/
+2
|
*
circmgr: Implement TimeoutEstimator for Estimator.
Gabriela Moldovan
2025-09-16
1
-0
/
+12
*
|
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
3
-4
/
+4
*
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
2
-0
/
+2
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
2
-0
/
+2
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+2
*
|
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
|
/
*
circmgr: Use event_report!() and similar macros
Nick Mathewson
2023-07-07
1
-2
/
+2
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
1
-1
/
+0
*
Use ErrorReport for errors in warn! in tor-circmgr
Ian Jackson
2023-01-30
1
-1
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
2
-0
/
+2
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
2
-0
/
+16
*
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
2
-2
/
+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
3
-7
/
+10
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
2
-3
/
+3
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Basic tests for readonly estimators, and estimator migration.
Nick Mathewson
2021-11-03
2
-2
/
+92
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
1
-2
/
+8
*
Remove #![allow(dead_code)] in timeouts.rs
Nick Mathewson
2021-10-21
1
-0
/
+1
*
Finish the timeout-inference side of shared state.
Nick Mathewson
2021-10-20
1
-2
/
+63
*
Add a timeout estimator to take estimates from another process.
Nick Mathewson
2021-10-20
3
-42
/
+92
*
Allow type of timeout estimator to change at runtime.
Nick Mathewson
2021-10-20
2
-143
/
+221
*
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
[next]