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
/
sample.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Downgrade "guard set loaded" messages
Nick Mathewson
2022-08-25
1
-1
/
+1
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-2
/
+2
*
Use accessors in two places where tests look at specific keys.
Nick Mathewson
2022-08-10
1
-3
/
+4
*
guardmgr: Replace IdPair with RelayIds
Nick Mathewson
2022-08-02
1
-1
/
+2
*
Improve message for failure to select a guard.
Nick Mathewson
2022-07-07
1
-17
/
+30
*
Rename pick_guard, pick_guard_ext.
Nick Mathewson
2022-06-17
1
-16
/
+28
*
Refactor and document issues with modify_hop.
Nick Mathewson
2022-06-17
1
-1
/
+22
*
API-fix for extend_sample_as_needed.
Nick Mathewson
2022-06-17
1
-9
/
+17
*
Remove some outdated comments.
Nick Mathewson
2022-06-17
1
-6
/
+0
*
GuardMgr: remove disallowed addresses from returned FirstHops.
Nick Mathewson
2022-06-17
1
-0
/
+5
*
tor-netdir: testnet: Make construct_netdir infallible (rustfmt)
Ian Jackson
2022-06-13
1
-3
/
+1
*
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
1
-1
/
+0
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
1
-0
/
+5
*
GuardMgr: record clock skew information.
Nick Mathewson
2022-04-07
1
-0
/
+8
*
GuardMgr: Tests for copy_status_from.
Nick Mathewson
2022-04-05
1
-0
/
+59
*
Rewrite and fix Guard::copy_status_from.
Nick Mathewson
2022-04-05
1
-6
/
+13
*
GuardMgr: Track directory status and circuit status separately.
Nick Mathewson
2022-04-05
1
-46
/
+65
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-32
/
+30
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-20
/
+22
*
ListKind: Use an exhaustive match to future-proof.
Nick Mathewson
2022-03-30
1
-1
/
+4
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
GuardMgr: some prep work for returning fallbacks as guards.
Nick Mathewson
2022-03-30
1
-0
/
+18
*
guardmgr: move error types into new err.rs module.
Nick Mathewson
2022-03-30
1
-30
/
+1
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
1
-11
/
+0
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-4
/
+18
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
1
-4
/
+18
*
|
GuardMgr:: generalize GuardId::from_relay.
Nick Mathewson
2022-03-21
1
-2
/
+2
*
|
GuardMgr: new API to record guard problems from outside the crate.
Nick Mathewson
2022-03-21
1
-10
/
+23
*
|
GuardMgr: revise handling of "all guards are down".
Nick Mathewson
2022-03-21
1
-13
/
+43
|
/
*
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
[prev]