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
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-11
/
+11
*
Improve some documentation links
Nick Mathewson
2021-10-29
2
-6
/
+6
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
2
-0
/
+2
*
Add Futureproof<T> wrapper type, use for GuardDisabled enum
eta
2021-10-27
1
-6
/
+4
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
2
-4
/
+20
*
Avoid a strange borrow syntax in tor_guardmgr::sample
Nick Mathewson
2021-10-26
1
-3
/
+3
*
Do not blame a guard for failures on non-random circuits.
Nick Mathewson
2021-10-26
1
-3
/
+30
*
Implement a "lightweight" form of pathbias detection.
Nick Mathewson
2021-10-26
3
-5
/
+193
*
guardmgr: Don't use guards that are marked as unlisted.
Nick Mathewson
2021-10-25
2
-7
/
+22
*
Merge branch 'share_state'
Nick Mathewson
2021-10-21
3
-11
/
+62
|
\
|
*
Implement the guard side of shared state directories.
Nick Mathewson
2021-10-21
3
-2
/
+41
|
*
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
2
-0
/
+2
|
/
*
Remove Guard::get_relay(); use Guard::guard_id().get_relay().
Nick Mathewson
2021-10-19
1
-12
/
+4
*
Use better reporting for guard status.
Nick Mathewson
2021-10-13
2
-2
/
+8
*
Rename GuardStatusMsg, make it public, add an `Indeterminate` case.
Nick Mathewson
2021-10-13
3
-26
/
+43
*
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
3
-4
/
+56
*
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
2
-29
/
+22
*
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
3
-17
/
+74
*
Update the tor-guardmgr README.md.
Nick Mathewson
2021-10-07
1
-1
/
+97
*
Resolve small issues and XXXX/TODO comments in GuardMgr.
Nick Mathewson
2021-10-07
5
-48
/
+63
*
Tests for top-level GuardMgr.
Nick Mathewson
2021-10-07
5
-23
/
+205
*
Tests for tor_guardmgr::sample.
Nick Mathewson
2021-10-07
1
-1
/
+330
*
Initial tests for tor_guardmgr::guard
Nick Mathewson
2021-10-07
2
-0
/
+296
*
Implement persistent state for guard mgr
Nick Mathewson
2021-10-07
2
-10
/
+26
*
Initial backend implementation for guard node manager.
Nick Mathewson
2021-10-07
9
-0
/
+2502