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
...
*
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-32
/
+24
*
Remove now-redundant Send+Sync constraints alongside NetDirProvider
Nick Mathewson
2022-06-07
1
-4
/
+4
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
fix typo in doc
trinity-1686a
2022-04-25
1
-1
/
+1
*
Merge branch 'report-skew' into 'main'
eta
2022-04-13
1
-0
/
+12
|
\
|
*
circmgr: re-export clock skew estimates.
Nick Mathewson
2022-04-12
1
-0
/
+12
*
|
circmgr: back off on preemptive circuits if they fail consistently
Nick Mathewson
2022-04-12
1
-8
/
+48
*
|
circmgr: Remove now-unused scheduled entry points.
Nick Mathewson
2022-04-12
1
-18
/
+8
*
|
circmgr: Report CircProvenance from AbstractCircMgr.
Nick Mathewson
2022-04-12
1
-2
/
+2
|
/
*
Run cargo fmt one more time for good measure.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-10
/
+22
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-3
/
+3
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
1
-3
/
+3
*
Replace the fallback directories when they change in the config.
Nick Mathewson
2022-03-30
1
-0
/
+5
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
1
-0
/
+9
*
circmgr: Use guard-manager's view of the fallbacks when possible.
Nick Mathewson
2022-03-30
1
-1
/
+4
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-7
/
+12
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-1
/
+2
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-3
/
+251
*
move StreamIsolation to isolation module
trinity-1686a
2022-03-24
1
-1
/
+2
*
move isolation in separate module
trinity-1686a
2022-03-24
1
-5
/
+3
*
dirmgr: Note errors and inform the circmgr about them.
Nick Mathewson
2022-03-21
1
-0
/
+11
*
circmgr: Change API for using FallbackDirs
Nick Mathewson
2022-03-21
1
-3
/
+3
*
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
1
-0
/
+4
|
\
|
*
replace TODOs with documentation
trinity-1686a
2022-03-16
1
-1
/
+1
|
*
testing new api for isolation
Trinity Pointard
2022-03-16
1
-0
/
+4
*
|
Make CircMgrConfig transparent (and make it a trait)
Ian Jackson
2022-03-16
1
-20
/
+15
|
/
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
Merge remote-tracking branch 'origin/mr/340'
Nick Mathewson
2022-02-23
1
-7
/
+6
|
\
|
*
Make NoLock into BadApiUsage.
Nick Mathewson
2022-02-22
1
-7
/
+6
*
|
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
|
/
*
Move persistent state flush from client to circmgr
Yuan Lyu
2022-02-15
1
-1
/
+13
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
tor-circmgr: Introduce TargetPorts with a pretty Display impl
Ian Jackson
2022-02-04
1
-1
/
+1
*
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
1
-0
/
+1
*
Rename FooRuntime to FooNativeTlsRuntime for consistency.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Merge branch 'ticket255' into 'main'
eta
2022-01-24
1
-1
/
+1
|
\
|
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
1
-1
/
+1
*
|
Rename PathConfig::more_permissive_than()
Nick Mathewson
2022-01-20
1
-1
/
+3
|
/
*
Merge branch 'ticket_178' into 'main'
eta
2022-01-10
1
-0
/
+12
|
\
|
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
1
-0
/
+12
*
|
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
1
-2
/
+2
|
/
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Expand some comments about circuit expiration.
Nick Mathewson
2021-12-15
1
-2
/
+5
*
Add spawn_expiration_task function in circuit manager
Yuan Lyu
2021-12-15
1
-31
/
+2
*
Make preemptive circuits reconfigurable.
Nick Mathewson
2021-12-07
1
-19
/
+16
*
Make circuit_timing reconfigurable.
Nick Mathewson
2021-12-07
1
-4
/
+2
*
Add new configuration objects to reconfigure.
Nick Mathewson
2021-12-07
1
-5
/
+9
[prev]
[next]