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
*
tor-guardmgr: Port to web_time_compat.
Nick Mathewson
2026-03-26
1
-25
/
+26
*
RelayFlags: Use RelayFlag enum variant names everywhere
Ian Jackson
2025-11-18
1
-1
/
+1
*
RelayFlags: Use the singular RelayFlag for naming individual flags
Ian Jackson
2025-11-18
1
-2
/
+2
*
tor-netdoc: Remove the RelayFlags type alias in netstatus
Ian Jackson
2025-11-18
1
-1
/
+2
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy.
Gabriela Moldovan
2025-07-07
1
-2
/
+2
*
guardmgr: Fix clippy warning about needlessly owned cow.
Nick Mathewson
2025-05-15
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.
Gabriela Moldovan
2024-09-09
1
-3
/
+3
*
Remove all *Relay is_flagged_guard methods.
Nick Mathewson
2024-03-28
1
-3
/
+3
*
Remove temporary functions in CheckedRelay.
Nick Mathewson
2024-03-28
1
-5
/
+12
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
guardmgr: Stop using now-needless retain_mut crate.
Nick Mathewson
2023-11-30
1
-4
/
+1
*
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
[next]