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
/
vanguards
/
set.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-5
/
+5
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
Conditionalise a test-only `use`
Ian Jackson
2025-11-06
1
-1
/
+4
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
guardmgr, circmgr: Make vanguard selection take a RelaySelector.
Nick Mathewson
2025-05-20
1
-2
/
+2
*
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-guardmgr: Convert a TODO into a NOTE.
Gabriela Moldovan
2024-09-10
1
-1
/
+2
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
tor-guardmgr: Return a BootstrapRequired error if all the sets are empty.
Gabriela Moldovan
2024-05-09
1
-0
/
+5
*
tor-guardmgr: Remove TODO about removing Vanguard abstraction.
Gabriela Moldovan
2024-05-09
1
-3
/
+0
*
tor-guardmgr: Remove a TODO HS-VANGUARDS.
Gabriela Moldovan
2024-05-09
1
-3
/
+0
*
tor-guardmgr: Make remove_unlisted return the number of unlisted vanguards.
Gabriela Moldovan
2024-04-30
1
-2
/
+4
*
tor-guardmgr: Make remove_expired return the number of expired vanguards.
Gabriela Moldovan
2024-04-30
1
-17
/
+23
*
tor-guardmgr: Prevent misleading logs when not rotating vanguards.
Gabriela Moldovan
2024-04-29
1
-0
/
+10
*
tor-guardmgr: Remove unnecessary clippy allows.
Gabriela Moldovan
2024-04-29
1
-1
/
+0
*
tor-guardmgr: Remove unnecessary VanguardSetsTrackedMut contraption.
Gabriela Moldovan
2024-04-22
1
-163
/
+16
*
tor-guardmgr: Remove pick_{l2,l3}_relay, add l2(), l3() accessors.
Gabriela Moldovan
2024-04-22
1
-25
/
+10
*
tor-guardmgr: Make vanguard logs begin with an uppercase letter for consistency.
Gabriela Moldovan
2024-04-22
1
-1
/
+1
*
tor-guardmgr: Add logging around vanguard rotation.
Gabriela Moldovan
2024-04-22
1
-3
/
+19
*
tor-guardmgr: Derive PartialEq for VanguardSets.
Gabriela Moldovan
2024-04-22
1
-3
/
+3
*
tor-guardmgr: Make VanguardSet private.
Gabriela Moldovan
2024-04-22
1
-18
/
+10
*
tor-guardmgr: Move vanguard set replenishing logic to VanguardSetsTrackedMut.
Gabriela Moldovan
2024-04-22
1
-13
/
+272
*
tor-guardmgr: Add VanguardSetsTrackedMut for mutating VanguardSets.
Gabriela Moldovan
2024-04-22
1
-0
/
+54
*
tor-guardmgr: Add some accessors for VanguardSets.
Gabriela Moldovan
2024-04-22
1
-0
/
+43
*
tor-guardmgr: VanguardSet::remove_{unlisted,expired} returns whether the set ...
Gabriela Moldovan
2024-04-22
1
-5
/
+14
*
tor-guardmgr: Introduce an abstraction over the two vanguard sets.
Gabriela Moldovan
2024-04-22
1
-0
/
+19
*
tor-guardmgr: Derive Default for VanguardSet.
Gabriela Moldovan
2024-04-22
1
-1
/
+6
*
tor-guardmgr: Remove unnecessary mutable reference.
Gabriela Moldovan
2024-04-15
1
-1
/
+1
*
tor-guardmgr: Remove outdated documentation.
Gabriela Moldovan
2024-04-15
1
-3
/
+0
*
tor-guardmgr: Remove unused TimeBoundVanguard implementations.
Gabriela Moldovan
2024-04-15
1
-24
/
+0
*
tor-guardmgr: Replace vanguard heap with a simpler approach.
Gabriela Moldovan
2024-04-10
1
-27
/
+25
*
tor-guardmgr: Remove unnecessary call to discard_expired().
Gabriela Moldovan
2024-04-10
1
-1
/
+0
*
tor-guardmgr: Explain why we're making a uniform choice.
Gabriela Moldovan
2024-04-09
1
-0
/
+3
*
tor-guardmgr: Add tests for the vanguard manager.
Gabriela Moldovan
2024-04-05
1
-0
/
+16
*
tor-guardmgr: Replenish the vanguard sets as needed.
Gabriela Moldovan
2024-04-05
1
-0
/
+24
*
tor-guardmgr: Implement From<&VanguardSet> for RelayIdSet.
Gabriela Moldovan
2024-04-05
1
-1
/
+20
*
tor-guardmgr: Implement VanguardSet::pick_relay.
Gabriela Moldovan
2024-04-05
1
-9
/
+32
*
tor-guardmgr: Make TimeboundVanguard fields pub(super).
Gabriela Moldovan
2024-04-05
1
-2
/
+2
*
tor-guardmgr: Store the TimeboundVanguards in a binary heap.
Gabriela Moldovan
2024-04-05
1
-5
/
+29
*
tor-guardmgr: Give VanguardSets a target set size.
Gabriela Moldovan
2024-04-05
1
-1
/
+11
*
tor-guardmgr: Pass an rng to select_vanguard.
Gabriela Moldovan
2024-04-05
1
-1
/
+3
*
tor-guardmgr: Fix typo in VanguardSet docs.
Gabriela Moldovan
2024-04-05
1
-1
/
+1
*
tor-circmgr: Fix a clippy warning.
Gabriela Moldovan
2024-03-21
1
-1
/
+1
*
tor-guardmgr: Explain what neighbor_exclusion is for.
Gabriela Moldovan
2024-03-21
1
-1
/
+4
*
tor-guardmgr: Make Vanguard::select_relay take a RelayExclusion.
Gabriela Moldovan
2024-03-21
1
-1
/
+6
*
tor-guardmgr: Derive getters for Vanguard.
Gabriela Moldovan
2024-03-20
1
-2
/
+1
*
tor-guardmgr: Move the VanguardSets into the inner mutable state.
Gabriela Moldovan
2024-03-11
1
-1
/
+1
*
tor-guardmgr: Say more about TimeBoundVanguards.
Gabriela Moldovan
2024-03-11
1
-0
/
+8
*
tor-guardmgr: Add vanguards API skeleton.
Gabriela Moldovan
2024-03-11
1
-0
/
+45