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-guardmgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fallback list: Move default list into tor-guardmgr
Ian Jackson
2022-04-22
3
-0
/
+1729
*
arti-client: Report clock skew when it is noteworthy
Nick Mathewson
2022-04-12
1
-0
/
+5
*
circmgr: re-export clock skew estimates.
Nick Mathewson
2022-04-12
2
-0
/
+4
*
GuardMgr: publish skew estimates.
Nick Mathewson
2022-04-12
3
-9
/
+86
*
guardmgr: fix a unit test panic.
Nick Mathewson
2022-04-11
1
-1
/
+5
*
Fold FallbackStatus into Entry.
Nick Mathewson
2022-04-11
1
-44
/
+31
*
Add a couple of TODO items to clock-skew estimator.
Nick Mathewson
2022-04-11
1
-0
/
+7
*
Implement a better clock skew estimator.
Nick Mathewson
2022-04-11
2
-16
/
+308
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
6
-1
/
+111
*
Reformat tor-guardmgr/Cargo.toml
Nick Mathewson
2022-04-07
1
-12
/
+12
*
GuardMgr: record clock skew information.
Nick Mathewson
2022-04-07
6
-22
/
+106
*
Create and use API to report guard/fallback skew.
Nick Mathewson
2022-04-07
2
-3
/
+17
*
Merge branch 'main' into 'separate_dir_status'
Nick Mathewson
2022-04-06
1
-0
/
+24
|
\
|
*
guardmgr: implement HasRetryTime.
Nick Mathewson
2022-04-04
1
-0
/
+24
*
|
Fix a rustdoc link
Nick Mathewson
2022-04-05
1
-5
/
+5
*
|
GuardMgr: Tests for copy_status_from.
Nick Mathewson
2022-04-05
2
-0
/
+65
*
|
GuardMgr: Tests for note_external_{success,failure}.
Nick Mathewson
2022-04-05
1
-0
/
+57
*
|
Rewrite and fix Guard::copy_status_from.
Nick Mathewson
2022-04-05
3
-21
/
+45
*
|
GuardMgr: Track directory status and circuit status separately.
Nick Mathewson
2022-04-05
4
-69
/
+235
*
|
Allow DirStatus objects to have different timeout floors
Nick Mathewson
2022-04-04
2
-21
/
+24
*
|
Rename fallback::status::Status to DirStatus.
Nick Mathewson
2022-04-04
4
-13
/
+13
|
/
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-16
/
+16
*
Use derive_more to derive AsRef.
Nick Mathewson
2022-03-30
2
-12
/
+4
*
Reformat tor-guardmgr/Cargo.toml.
Nick Mathewson
2022-03-30
1
-18
/
+18
*
Fix some Rustdoc links.
Nick Mathewson
2022-03-30
4
-5
/
+5
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
7
-169
/
+322
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
6
-70
/
+84
*
FallbackState: Use itertools::merge_join_by.
Nick Mathewson
2022-03-30
1
-100
/
+8
*
Fold fallback::Status::reset() into its (only) caller.
Nick Mathewson
2022-03-30
1
-7
/
+2
*
Rename FallbackState::lookup_mut => get_mut.
Nick Mathewson
2022-03-30
1
-12
/
+12
*
Rename FallbackSet => FallbackState.
Nick Mathewson
2022-03-30
3
-15
/
+15
*
Refactor select_guard_with_expand to use match and log errors.
Nick Mathewson
2022-03-30
1
-10
/
+13
*
ListKind: Use an exhaustive match to future-proof.
Nick Mathewson
2022-03-30
1
-1
/
+4
*
Clarify documentation about GuardUsable constructors
Nick Mathewson
2022-03-30
1
-4
/
+10
*
Add a TODO about an unslightly type.
Nick Mathewson
2022-03-30
1
-0
/
+2
*
Clean up a rustdoc link
Ian Jackson
2022-03-30
1
-1
/
+1
*
guardmgr::fallback::set: basic unit tests.
Nick Mathewson
2022-03-30
1
-10
/
+190
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
2
-11
/
+10
*
Replace the fallback directories when they change in the config.
Nick Mathewson
2022-03-30
2
-0
/
+122
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
5
-24
/
+260
*
GuardMgr: Return fallback directories when appropriate.
Nick Mathewson
2022-03-30
1
-26
/
+67
*
Fix typos in guardmgr/lib.rs
Nick Mathewson
2022-03-30
1
-2
/
+2
*
GuardMgr: some prep work for returning fallbacks as guards.
Nick Mathewson
2022-03-30
3
-4
/
+40
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
4
-5
/
+85
*
guardmgr: move error types into new err.rs module.
Nick Mathewson
2022-03-30
3
-73
/
+79
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
2
-0
/
+87
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
3
-18
/
+0
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
3
-6
/
+28
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
3
-6
/
+28
*
|
GuardMgr:: generalize GuardId::from_relay.
Nick Mathewson
2022-03-21
3
-6
/
+10
[prev]
[next]