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
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
"Fix" remaining unchecked-subtraction warnings.
Nick Mathewson
2023-01-27
1
-1
/
+3
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Merge branch 'remove_deadcode_allow' into 'main'
Nick Mathewson
2022-11-23
1
-1
/
+0
|
\
|
*
guardmgr: Remove a now-unneeded "allow(dead_code)"
Nick Mathewson
2022-11-16
1
-1
/
+0
*
|
GuardMgr: split Reachable::Unknown into Untried and Retriable
Nick Mathewson
2022-11-17
1
-3
/
+5
|
/
*
GuardSet: Add a method to report which bridge descs we want.
Nick Mathewson
2022-11-14
1
-0
/
+37
*
GuardMgr: remove redundant call to extend_sample_as_needed
Nick Mathewson
2022-11-10
1
-3
/
+3
*
GuardMgr: rename n_primary_without_dir_info
Nick Mathewson
2022-11-10
1
-3
/
+8
*
GuardMgr: Fix build with bridge-client disabled.
Nick Mathewson
2022-11-08
1
-0
/
+1
*
GuardMgr: Remove no-longer-relevant `TODO pt-client` comments
Nick Mathewson
2022-11-08
1
-4
/
+0
*
GuardMgr: Pass correct universe to "Bridges" `GuardSet`.
Nick Mathewson
2022-11-08
1
-1
/
+1
*
tor-guardmgr: use imported WeightThreshold in one place
Ian Jackson
2022-11-03
1
-1
/
+1
*
GuardMgr: Fix and improve comments based on review.
Nick Mathewson
2022-11-02
1
-1
/
+1
*
guardmgr: fix rustdoc references.
Nick Mathewson
2022-11-02
1
-1
/
+1
*
guardmgr: Refactor candidate info; add `full_dir_info`
Nick Mathewson
2022-11-02
1
-7
/
+7
*
guardmgr: Universe API should look up by ChanTarget
Nick Mathewson
2022-11-02
1
-1
/
+1
*
guardmgr: take sampled guards from Universe.
Nick Mathewson
2022-11-02
1
-65
/
+33
*
guardmgr: Continue porting porting code to use Universe.
Nick Mathewson
2022-11-02
1
-9
/
+8
*
guardmgr: Begin to decouple guards from NetDir.
Nick Mathewson
2022-11-02
1
-1
/
+5
*
guardmgr: Allow guards to be constructed from any ChanTarget.
Nick Mathewson
2022-11-02
1
-1
/
+1
*
guardmgr: Rename and clarify of non-persistent-state copy fns
Nick Mathewson
2022-10-27
1
-27
/
+5
*
Clarify fix_consistency
Ian Jackson
2022-10-27
1
-2
/
+2
*
Clarify what it means to be "an identity" for a primary guard.
Ian Jackson
2022-10-27
1
-1
/
+1
*
tor-guardmgr: Add big doc comment about guard id handling
Ian Jackson
2022-10-27
1
-0
/
+58
*
guardmgr: Use new ambiguity-tolerant contains in state handling
Nick Mathewson
2022-10-25
1
-2
/
+30
*
guard sample: Change semantics of `contains` to handle ambiguity.
Nick Mathewson
2022-10-25
1
-6
/
+18
*
Replace contains_relay with can_add_relay().
Nick Mathewson
2022-10-25
1
-9
/
+6
*
Convert guard samples to use ByRelayIds.
Nick Mathewson
2022-10-25
1
-98
/
+159
*
guardmgr: Add bridges sample, encode sample ID in FirstHopId.
Nick Mathewson
2022-10-21
1
-4
/
+11
*
fix a couple of spelling errors in guardmgr
Nick Mathewson
2022-10-19
1
-1
/
+1
*
GuardMgr: Add TODOs for bridge support.
Nick Mathewson
2022-09-26
1
-0
/
+4
*
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
[next]