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
...
*
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
*
|
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+3
|
/
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-3
/
+4
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-3
/
+3
*
Avoid a warning about retain_mut() in nightly.
Nick Mathewson
2021-11-23
1
-2
/
+2
*
Use guard-extreme-restriction-percent
Neel Chauhan
2021-11-23
1
-3
/
+8
*
In guard filtering code, warn if the filter is too small according to guard p...
Neel Chauhan
2021-11-22
1
-1
/
+8
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-1
/
+1
*
Merge branch 'bug219'
Nick Mathewson
2021-11-02
1
-8
/
+4
|
\
|
*
Refactor tor-guardmgr's inter-task communication.
Nick Mathewson
2021-11-02
1
-8
/
+4
*
|
tor-circmgr: test DirPathBuilder with GuardMgr.
Nick Mathewson
2021-11-02
1
-1
/
+2
[prev]
[next]