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
/
sample.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ticket_176_v2' into 'main'
Nick Mathewson
2022-01-11
1
-13
/
+8
|
\
|
*
Remove now-unused GuardSet::new().
Nick Mathewson
2022-01-11
1
-14
/
+8
|
*
guardmgr: Use a better persistent data format
Nick Mathewson
2022-01-11
1
-0
/
+1
*
|
guardmgr::..::sample_test: Fix intermittent failure.
Nick Mathewson
2022-01-11
1
-3
/
+37
|
/
*
Tests for new guardmgr functionality.
Nick Mathewson
2022-01-06
1
-0
/
+32
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
1
-0
/
+12
*
Make TlsConnector wrap TCP connections, not create its own
eta
2021-12-07
1
-1
/
+1
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
*
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-6
/
+6
*
tor-guardmgr: Add tests for a few functions.
Nick Mathewson
2021-11-02
1
-0
/
+39
*
Mark primary guards as retriable when we come back online.
Nick Mathewson
2021-11-02
1
-0
/
+9
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
1
-2
/
+12
*
Avoid a strange borrow syntax in tor_guardmgr::sample
Nick Mathewson
2021-10-26
1
-3
/
+3
*
Implement a "lightweight" form of pathbias detection.
Nick Mathewson
2021-10-26
1
-0
/
+10
*
guardmgr: Don't use guards that are marked as unlisted.
Nick Mathewson
2021-10-25
1
-7
/
+17
*
Implement the guard side of shared state directories.
Nick Mathewson
2021-10-21
1
-0
/
+9
*
Make the guard selection function return a more useful type.
Nick Mathewson
2021-10-11
1
-0
/
+5
*
Add a few tracing calls to tor-guardmgr.
Nick Mathewson
2021-10-08
1
-7
/
+20
*
Resolve small issues and XXXX/TODO comments in GuardMgr.
Nick Mathewson
2021-10-07
1
-12
/
+17
*
Tests for tor_guardmgr::sample.
Nick Mathewson
2021-10-07
1
-1
/
+330
*
Initial backend implementation for guard node manager.
Nick Mathewson
2021-10-07
1
-0
/
+690