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
/
mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
circmgr: Fix a pair of clippy warnings.
Nick Mathewson
2022-01-07
1
-2
/
+2
*
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
1
-11
/
+11
*
tor-circmgr: tests: Do fake circuit equality by id
Ian Jackson
2022-01-07
1
-2
/
+2
*
tor-circmgr: tests: Introduce and use FakeCirc::eq()
Ian Jackson
2022-01-07
1
-13
/
+19
*
tor-circmgr: Replace some Arc::clone with .clone()
Ian Jackson
2022-01-07
1
-5
/
+5
*
tor-circmgr: Require that AbstractCirc are Clone
Ian Jackson
2022-01-07
1
-1
/
+1
*
Remove XXXs from tor-circmgr::mgr
Nick Mathewson
2021-12-20
1
-4
/
+0
*
Do not treat spawn failure as a fatal error.
Nick Mathewson
2021-12-15
1
-12
/
+12
*
Expand some comments about circuit expiration.
Nick Mathewson
2021-12-15
1
-4
/
+9
*
Add spawn_expiration_task function in circuit manager
Yuan Lyu
2021-12-15
1
-23
/
+103
*
Make circuit_timing reconfigurable.
Nick Mathewson
2021-12-07
1
-12
/
+18
*
Allow on-the-fly changing of path_rules
Nick Mathewson
2021-12-07
1
-7
/
+33
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
1
-0
/
+7
*
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
1
-3
/
+11
*
Merge remote-tracking branch 'origin/mr/154'
Nick Mathewson
2021-11-30
1
-24
/
+195
|
\
|
*
Add tests & address review commentary
eta
2021-11-30
1
-7
/
+155
|
*
Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptive
eta
2021-11-23
1
-23
/
+46
*
|
Merge remote-tracking branch 'origin/mr/148'
Nick Mathewson
2021-11-29
1
-10
/
+2
|
\
\
|
*
|
In struct PendingEntry, remove circ_spec
Neel Chauhan
2021-11-28
1
-10
/
+2
|
|
/
*
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-3
/
+3
*
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-1
/
+1
|
/
*
Fold "circuit_timing" and "request_timing" into a single section.
Nick Mathewson
2021-11-18
1
-30
/
+7
*
Replace all println/eprintln calls outside of arti CLI with trace.
Nick Mathewson
2021-11-04
1
-1
/
+2
*
Mark request_retried test as ignored
Nick Mathewson
2021-10-28
1
-0
/
+1
*
circmgr: Split request_timeout test into two.
Nick Mathewson
2021-10-26
1
-0
/
+7
*
Overhaul the way WaitFor and the MockSleepProvider work
eta
2021-10-26
1
-7
/
+51
*
Implement the "request_loyalty" configuration option
Nick Mathewson
2021-10-19
1
-2
/
+1
*
Do not use set_ prefix on derive_builder setters
Jani Monoses
2021-09-16
1
-1
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+1
*
A little more test coverage in tor-circmgr::mgr
Nick Mathewson
2021-09-07
1
-5
/
+35
*
tor_circmgr::mgr -- refactor some duplicate code.
Nick Mathewson
2021-09-07
1
-20
/
+32
*
Rename pick_action to clarify that it can modify self
Nick Mathewson
2021-09-07
1
-5
/
+5
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+1692
[prev]