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.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
-2
/
+21
|
*
tor-guardmgr: Make Vanguard::select_relay take a RelayExclusion.
Gabriela Moldovan
2024-03-21
1
-1
/
+3
|
|
|
|
|
|
|
This enables us to prevent the same relay from being picked in consecutive positions in a path. Part of #1340
*
tor-circmgr: Unconditionally define VanguardMode.
Gabriela Moldovan
2024-03-20
1
-2
/
+2
|
*
tor-guardmgr: Add a function for getting the current VanguardMode.
Gabriela Moldovan
2024-03-20
1
-0
/
+5
|
*
tor-guardmgr: Return an error if VanguardMode does not support the specified ↵
Gabriela Moldovan
2024-03-11
1
-5
/
+24
|
|
|
|
Layer.
*
tor-guardmgr: Move the VanguardSets into the inner mutable state.
Gabriela Moldovan
2024-03-11
1
-11
/
+12
|
*
tor-guardmgr: Add TODO about reading vanguards from disk.
Gabriela Moldovan
2024-03-11
1
-0
/
+1
|
*
arti-client: Re-export VanguardsConfig from vanguards module.
Gabriela Moldovan
2024-03-11
1
-1
/
+1
|
*
tor-guardmgr: Add vanguards API skeleton.
Gabriela Moldovan
2024-03-11
1
-0
/
+148
Part of #1275