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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-guardmgr: Derive PartialEq for VanguardSets.
Gabriela Moldovan
2024-04-22
1
-3
/
+3
*
tor-guardmgr: Fix vanguard doc links.
Gabriela Moldovan
2024-04-22
1
-4
/
+4
*
tor-guardmgr: Select an L3 vanguard in a vanguard test.
Gabriela Moldovan
2024-04-22
1
-4
/
+3
*
tor-guardmgr: Allow running VanguardMgr in "service mode" in the tests.
Gabriela Moldovan
2024-04-22
1
-7
/
+7
*
tor-guardmgr: Make VanguardSet private.
Gabriela Moldovan
2024-04-22
1
-18
/
+10
*
tor-guardmgr: Load the vanguards from disk on startup.
Gabriela Moldovan
2024-04-22
1
-7
/
+26
*
tor-guardmgr: Flush the vanguard changes to disk (fmt).
Gabriela Moldovan
2024-04-22
1
-1
/
+2
*
tor-guardmgr: Flush the vanguard changes to disk.
Gabriela Moldovan
2024-04-22
1
-3
/
+8
*
tor-guardmgr: Implement VanguardMgr::flush_to_storage.
Gabriela Moldovan
2024-04-22
1
-10
/
+15
*
tor-guardmgr: Fix vanguard expiration test.
Gabriela Moldovan
2024-04-22
1
-1
/
+18
*
tor-guardmgr: Don't try to replenish the sets unless some vanguards expired.
Gabriela Moldovan
2024-04-22
1
-23
/
+18
*
tor-guardmgr: Move vanguard set replenishing logic to VanguardSetsTrackedMut.
Gabriela Moldovan
2024-04-22
2
-225
/
+372
*
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: Add VanguardMgrError variant for tor-persist errors.
Gabriela Moldovan
2024-04-22
1
-0
/
+5
*
tor-guardmgr: Create storage handle for storing vanguards.
Gabriela Moldovan
2024-04-22
1
-3
/
+11
*
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: By default, use full vanguards for onion services.
Gabriela Moldovan
2024-04-22
1
-2
/
+2
*
tor-guardmgr: Add a TODO about a call that needs to be relocated.
Gabriela Moldovan
2024-04-22
1
-0
/
+10
*
tor-guardmgr: Use RelayUsage::vanguard in the VanguardMgr.
Gabriela Moldovan
2024-04-22
1
-2
/
+1
*
Merge branch 'vanguards-cleanup' into 'main'
Alexander Færøy
2024-04-15
3
-37
/
+4
|
\
|
*
tor-guardmgr: Remove unnecessary mutable reference.
Gabriela Moldovan
2024-04-15
2
-4
/
+4
|
*
tor-guardmgr: Remove outdated TODO.
Gabriela Moldovan
2024-04-15
1
-6
/
+0
|
*
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
*
|
vanguards: Fix another doc ref
Ian Jackson
2024-04-15
1
-1
/
+1
*
|
vanguards: Fix a doc ref
Ian Jackson
2024-04-15
1
-2
/
+3
|
/
*
tor-guardmgr: Split derive list over multiple lines.
Gabriela Moldovan
2024-04-11
1
-2
/
+4
*
tor-guardmgr: Derive Ord for VanguardMode.
Gabriela Moldovan
2024-04-11
2
-12
/
+16
*
tor-guardmgr: Expand on a TODO about handling config changes.
Gabriela Moldovan
2024-04-11
1
-0
/
+4
*
tor-guardmgr: Add a TODO about updating has_onion_svc on reconfigure.
Gabriela Moldovan
2024-04-11
1
-0
/
+1
*
tor-guardmgr: Fix typo in VanguardMgr error message.
Gabriela Moldovan
2024-04-11
1
-1
/
+1
*
tor-guardmgr: Read the VanguardMode from VanguardParams.
Gabriela Moldovan
2024-04-11
1
-26
/
+54
*
tor-guardmgr: Store whether we're running an onion svc.
Gabriela Moldovan
2024-04-11
1
-1
/
+8
*
tor-guardmgr: Add the two VanguardModes to VanguardParams.
Gabriela Moldovan
2024-04-11
1
-0
/
+12
*
tor-guardmgr: Replace vanguard heap with a simpler approach.
Gabriela Moldovan
2024-04-10
2
-134
/
+118
*
tor-guardmgr: Do not store the NetDir in VanguardMgr.
Gabriela Moldovan
2024-04-10
1
-31
/
+23
*
tor-guardmgr: Remove unnecessary call to discard_expired().
Gabriela Moldovan
2024-04-10
2
-3
/
+8
*
tor-guardmgr: Rename vanguards to vanguards heap for clarity.
Gabriela Moldovan
2024-04-10
1
-12
/
+12
*
tor-guardmgr: Remove unused params field.
Gabriela Moldovan
2024-04-10
1
-4
/
+0
*
tor-guardmgr: Validate lifetimes before constructing VanguarParams.
Gabriela Moldovan
2024-04-10
1
-4
/
+35
*
tor-guardmgr: Hold a weak reference to NetDirProvider.
Gabriela Moldovan
2024-04-10
1
-7
/
+14
*
tor-guardmgr: Don't recreate the event stream for each iteration (fmt).
Gabriela Moldovan
2024-04-10
1
-1
/
+7
*
tor-guardmgr: Don't recreate the event stream for each iteration.
Gabriela Moldovan
2024-04-10
1
-3
/
+5
*
tor-guardmgr: Only replenish the L3 sets if full vanguards are in use (fmt).
Gabriela Moldovan
2024-04-10
1
-8
/
+2
*
tor-guardmgr: Only replenish the L3 sets if full vanguards are in use.
Gabriela Moldovan
2024-04-10
1
-33
/
+54
*
tor-guardmgr: Clarify VanguardMgr::select_vanguard behaviour.
Gabriela Moldovan
2024-04-09
1
-0
/
+9
*
tor-guardmgr: Use ids_listed() instead of by_ids() (fmt).
Gabriela Moldovan
2024-04-09
1
-1
/
+2
[prev]
[next]