index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
*
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
*
|
Add a comment to explain the computation of net_has_been_down.
Nick Mathewson
2021-11-02
1
-0
/
+5
*
|
Mark primary guards as retriable when we come back online.
Nick Mathewson
2021-11-02
1
-47
/
+40
|
/
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
1
-0
/
+1
*
Implement a "lightweight" form of pathbias detection.
Nick Mathewson
2021-10-26
1
-1
/
+5
*
Merge branch 'share_state'
Nick Mathewson
2021-10-21
1
-11
/
+39
|
\
|
*
Implement the guard side of shared state directories.
Nick Mathewson
2021-10-21
1
-2
/
+18
|
*
Finish the timeout-inference side of shared state.
Nick Mathewson
2021-10-20
1
-2
/
+19
|
*
Replace the return type of StorageMgr::try_lock with a tristate
Nick Mathewson
2021-10-20
1
-1
/
+1
|
*
Initial work on periodically reloading state.
Nick Mathewson
2021-10-19
1
-11
/
+6
*
|
Fix most warnings from nightly.
Nick Mathewson
2021-10-19
1
-0
/
+1
|
/
*
Use better reporting for guard status.
Nick Mathewson
2021-10-13
1
-2
/
+2
*
Rename GuardStatusMsg, make it public, add an `Indeterminate` case.
Nick Mathewson
2021-10-13
1
-5
/
+5
*
Actually select guards for directory circuits.
Nick Mathewson
2021-10-13
1
-1
/
+2
*
Make the guard selection function return a more useful type.
Nick Mathewson
2021-10-11
1
-4
/
+43
*
Change the GuardMgr APIs to no longer be async.
Nick Mathewson
2021-10-10
1
-32
/
+18
*
Use an mpsc::unbounded() channel in GuardMgr.
Nick Mathewson
2021-10-10
1
-24
/
+18
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-0
/
+1
*
Normalize tor-guardmgr warnings
Nick Mathewson
2021-10-09
1
-6
/
+6
*
Note a possible heisenbug in a unit test.
Nick Mathewson
2021-10-08
1
-0
/
+6
*
Add a few tracing calls to tor-guardmgr.
Nick Mathewson
2021-10-08
1
-5
/
+28
*
Resolve small issues and XXXX/TODO comments in GuardMgr.
Nick Mathewson
2021-10-07
1
-29
/
+39
[next]