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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
4
-14
/
+49
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
6
-23
/
+31
*
Reformat tor-circmgr/Cargo.toml
Nick Mathewson
2022-03-30
1
-21
/
+30
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
4
-4
/
+6
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
2
-5
/
+0
|
\
|
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
2
-5
/
+0
*
|
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-3
/
+251
|
/
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
4
-18
/
+44
|
\
|
*
typo
trinity-1686a
2022-02-28
1
-1
/
+1
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
2
-0
/
+5
|
*
fix tests
trinity-1686a
2022-02-25
2
-14
/
+21
|
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
4
-4
/
+18
*
|
Remove a now-irrelevant comment
Nick Mathewson
2022-03-28
1
-2
/
+0
*
|
remove usage of 'token' where it's no longer a token
trinity-1686a
2022-03-27
2
-13
/
+16
*
|
implement IsolationHelper for StreamIsolation
trinity-1686a
2022-03-25
2
-14
/
+12
*
|
move StreamIsolation to isolation module
trinity-1686a
2022-03-24
3
-108
/
+107
*
|
implement IsolationHelper for tuple of IsolationHelper
trinity-1686a
2022-03-24
1
-0
/
+159
*
|
move isolation in separate module
trinity-1686a
2022-03-24
5
-330
/
+336
*
|
seal trait Isolation
trinity-1686a
2022-03-24
1
-1
/
+11
*
|
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
2
-8
/
+8
*
|
Merge branch 'more_iso_docs' into 'main'
eta
2022-03-23
1
-7
/
+63
|
\
\
|
*
|
Expand documentation for isolation traits
Nick Mathewson
2022-03-17
1
-7
/
+63
*
|
|
Expand some comments based on review from @diziet.
Nick Mathewson
2022-03-21
1
-1
/
+4
*
|
|
circmgr: When planning, only keep one error; log them all.
Nick Mathewson
2022-03-21
1
-3
/
+6
*
|
|
dirmgr: Note errors and inform the circmgr about them.
Nick Mathewson
2022-03-21
1
-0
/
+11
*
|
|
Expose more peer information from circuit build failures
Nick Mathewson
2022-03-21
2
-9
/
+46
*
|
|
circmgr: Change API for using FallbackDirs
Nick Mathewson
2022-03-21
3
-6
/
+7
*
|
|
circmgr: use AllGuardsDown to retry better
Nick Mathewson
2022-03-21
2
-8
/
+36
|
/
/
*
|
Alternative API for set_isolation_group().
Nick Mathewson
2022-03-17
1
-0
/
+5
*
|
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
5
-86
/
+372
|
\
\
|
*
|
replace TODOs with documentation
trinity-1686a
2022-03-16
1
-1
/
+1
|
*
|
add trait to help test isolation related code
trinity-1686a
2022-03-16
3
-49
/
+182
|
*
|
add tests on Isolation and fix conditional compilation issues
trinity-1686a
2022-03-16
1
-0
/
+58
|
*
|
refactor restrict_mut
trinity-1686a
2022-03-16
1
-14
/
+15
|
*
|
replace Arc with Box and use dyn-clone
trinity-1686a
2022-03-16
2
-43
/
+25
|
*
|
add some documentation for new traits
trinity-1686a
2022-03-16
1
-12
/
+18
|
*
|
replace isolated with compatible
trinity-1686a
2022-03-16
1
-13
/
+13
|
*
|
use downcast-rs instead of our own AsAny
trinity-1686a
2022-03-16
2
-15
/
+4
|
*
|
fix existing tests
trinity-1686a
2022-03-16
2
-68
/
+62
|
*
|
add a join() on Isolation
trinity-1686a
2022-03-16
1
-4
/
+65
|
*
|
testing new api for isolation
Trinity Pointard
2022-03-16
2
-9
/
+71
*
|
|
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
2
-51
/
+48
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add rationale for CircMgrConfig transparency and trait
Ian Jackson
2022-03-16
1
-1
/
+22
|
*
|
Provide define_accessor_trait and use it to generate CircMgrConfig
Ian Jackson
2022-03-16
1
-20
/
+12
|
*
|
Make CircMgrConfig transparent (and make it a trait)
Ian Jackson
2022-03-16
2
-49
/
+33
*
|
|
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
2
-5
/
+5
|
/
/
*
|
Use new upstream humantime_serde_option feature
Ian Jackson
2022-03-14
1
-5
/
+4
*
|
humantime: Update to humantime-serde 1.1.1
Ian Jackson
2022-03-14
1
-1
/
+1
*
|
Drop remaining conversion from FooConfig to FooConfigBuilder
Ian Jackson
2022-03-07
1
-34
/
+0
[prev]
[next]