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
/
mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
circmgr: Avoid a race condition in circuit usage restriction
Nick Mathewson
2022-04-04
1
-5
/
+14
*
circmgr: limit circuit attempts when launch_parallelism > 1.
Nick Mathewson
2022-03-30
1
-1
/
+21
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-2
/
+4
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
move isolation in separate module
trinity-1686a
2022-03-24
1
-1
/
+1
*
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
1
-6
/
+6
*
circmgr: When planning, only keep one error; log them all.
Nick Mathewson
2022-03-21
1
-3
/
+6
*
circmgr: Change API for using FallbackDirs
Nick Mathewson
2022-03-21
1
-1
/
+1
*
circmgr: use AllGuardsDown to retry better
Nick Mathewson
2022-03-21
1
-7
/
+35
*
add trait to help test isolation related code
trinity-1686a
2022-03-16
1
-9
/
+26
*
Replace manual Debug impl with std derive in tor-circmgr
Ian Jackson
2022-03-02
1
-10
/
+3
*
resolve comment
trinity-1686a
2022-02-28
1
-1
/
+6
*
add some error to retry_error instead of dropping it
trinity-1686a
2022-02-28
1
-45
/
+45
*
Merge branch 'teardown' into 'main'
Nick Mathewson
2022-02-28
1
-1
/
+12
|
\
|
*
Add a debug! log message for source cancellation
Ian Jackson
2022-02-28
1
-0
/
+4
|
*
Fix rustfmt
Ian Jackson
2022-02-28
1
-1
/
+1
|
*
tor-circmgr: take_action: Handle Cancelled from the oneshot
Ian Jackson
2022-02-25
1
-1
/
+8
*
|
Merge branch 'fix/210' into 'main'
Nick Mathewson
2022-02-28
1
-1
/
+1
|
\
\
|
*
|
don't return already errored pending circuit when searching new circuit match...
trinity-1686a
2022-02-27
1
-1
/
+1
|
|
/
*
|
Fix two typos
Nick Mathewson
2022-02-28
1
-1
/
+1
*
|
impl Debug for various internal types
Ian Jackson
2022-02-25
1
-3
/
+12
|
/
*
Handle panics from circuit construction.
Nick Mathewson
2022-02-18
1
-1
/
+12
*
Move the main body of our circuit-launching task into a new function
Nick Mathewson
2022-02-18
1
-47
/
+55
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
1
-6
/
+7
|
\
|
*
Clarify and rename PendingCanceled
Nick Mathewson
2022-02-16
1
-2
/
+2
|
*
Add kinds for *most* circmgr errors.
Nick Mathewson
2022-02-16
1
-4
/
+5
*
|
Add a comment about "&mut [&mut ]"
Ian Jackson
2022-02-17
1
-0
/
+1
*
|
Re-enable clippy::ptr_arg where it had been disabled.
Nick Mathewson
2022-02-16
1
-2
/
+2
|
/
*
tor-circmgr: Turn a type annotation comment into code
Ian Jackson
2022-02-04
1
-2
/
+1
*
Merge branch 'typos' into 'main'
eta
2022-02-03
1
-1
/
+1
|
\
|
*
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
*
|
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
1
-1
/
+1
|
/
*
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
|
\
\
[prev]
[next]