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
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow use of RetainMut, since we do not require Rust 1.61 yet.
Nick Mathewson
2022-05-24
1
-0
/
+2
*
impl_standard_builder: Test the Deserialize impl
Ian Jackson
2022-05-12
1
-1
/
+1
*
Rename impl_standard_builder from impl_default_via_builder
Ian Jackson
2022-05-12
1
-2
/
+2
*
No longer derive Default on three structs which derive Builder
Ian Jackson
2022-05-11
1
-1
/
+4
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-1
/
+1
*
GuardUsage: restrictions: Use list builder
Ian Jackson
2022-05-04
1
-11
/
+24
*
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
*
GuardMgr: publish skew estimates.
Nick Mathewson
2022-04-12
1
-9
/
+43
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
1
-0
/
+17
*
GuardMgr: record clock skew information.
Nick Mathewson
2022-04-07
1
-0
/
+20
*
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
1
-4
/
+4
*
GuardMgr: Track directory status and circuit status separately.
Nick Mathewson
2022-04-05
1
-17
/
+41
*
Rename fallback::status::Status to DirStatus.
Nick Mathewson
2022-04-04
1
-0
/
+1
*
Fix some Rustdoc links.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-80
/
+111
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-18
/
+22
*
Rename FallbackSet => FallbackState.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
Refactor select_guard_with_expand to use match and log errors.
Nick Mathewson
2022-03-30
1
-10
/
+13
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
1
-9
/
+8
*
Replace the fallback directories when they change in the config.
Nick Mathewson
2022-03-30
1
-0
/
+8
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
1
-20
/
+43
*
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
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-3
/
+13
*
guardmgr: move error types into new err.rs module.
Nick Mathewson
2022-03-30
1
-43
/
+3
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-0
/
+1
*
GuardMgr:: generalize GuardId::from_relay.
Nick Mathewson
2022-03-21
1
-3
/
+3
*
GuardMgr: new API to record guard problems from outside the crate.
Nick Mathewson
2022-03-21
1
-1
/
+21
*
GuardMgr: revise handling of "all guards are down".
Nick Mathewson
2022-03-21
1
-8
/
+12
*
Replace manual Default impls with educe in tor-guardmgr
Ian Jackson
2022-03-02
1
-7
/
+4
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Add TODOs on uncertain points about time_since_last_traffic
Nick Mathewson
2022-02-09
1
-0
/
+1
*
Remove the use of Mutex in channel unused_since timestamp
Yuan Lyu
2022-02-08
1
-5
/
+10
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
1
-11
/
+25
*
errors: impl HasKind for GuardMgrError
Ian Jackson
2022-02-04
1
-0
/
+12
*
spawn errors: tor-guardmgr: Use formulaic pattern
Ian Jackson
2022-02-04
1
-2
/
+2
*
tor_persist::Error: impl HasKind and adjust comments
Ian Jackson
2022-02-04
1
-1
/
+2
*
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
1
-0
/
+1
*
guardmgr: Use a better persistent data format
Nick Mathewson
2022-01-11
1
-50
/
+136
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
1
-1
/
+11
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Remove unused started_at PendingRequest
Neel Chauhan
2021-12-14
1
-7
/
+2
*
Merge branch 'bug183a_redux' into 'main'
eta
2021-12-07
1
-6
/
+14
|
\
|
*
Use hashset _inside_ GuardRestriction.
Nick Mathewson
2021-12-06
1
-1
/
+3
|
*
Change GuardUsage to have Vec of restrictions.
Nick Mathewson
2021-12-06
1
-7
/
+13
|
*
Implement guard family restriction code
Neel Chauhan
2021-12-06
1
-3
/
+3
[next]