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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GuardMgr: Add UniverseType to make code more explicit.
Nick Mathewson
2022-11-08
1
-7
/
+28
*
GuardMgr: Launch a background task to keep the list of bridge
Nick Mathewson
2022-11-08
1
-1
/
+10
*
GuardMgr: Pass correct universe to "Bridges" `GuardSet`.
Nick Mathewson
2022-11-08
1
-14
/
+47
*
GuardMgr: Store bridge configuration.
Nick Mathewson
2022-11-08
1
-15
/
+56
*
GuardMgr: Remove duplicate code in set_filter
Nick Mathewson
2022-11-08
1
-13
/
+2
*
GuardMgr: Clarify intent with update_active_set.
Nick Mathewson
2022-11-08
1
-4
/
+5
*
GuardMgr: Split `update_internal` into two functions.
Nick Mathewson
2022-11-08
1
-27
/
+50
*
Refactor external guardmgr APIs: Stop taking NetDir arguments.
Nick Mathewson
2022-11-08
1
-54
/
+42
*
Add an accessor for the latest BridgeDescList.
Nick Mathewson
2022-11-08
1
-0
/
+12
*
Implement GuardMgr::install_bridge_desc_provider
Nick Mathewson
2022-11-08
1
-6
/
+25
*
guardmgr config: Provide bridge information to new and reconfigure
Ian Jackson
2022-11-03
1
-0
/
+5
*
bridges config: Provide uninhabited placeholder
Ian Jackson
2022-11-03
1
-0
/
+14
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
1
-11
/
+20
*
guardmgr config: Pass fallback list from config by reference
Ian Jackson
2022-11-03
1
-2
/
+2
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
guardmgr: Continue porting porting code to use Universe.
Nick Mathewson
2022-11-02
1
-3
/
+3
*
guardmgr: Rename and clarify of non-persistent-state copy fns
Nick Mathewson
2022-10-27
1
-1
/
+3
*
guard sample: Change semantics of `contains` to handle ambiguity.
Nick Mathewson
2022-10-25
1
-4
/
+15
*
guardmgr: Refactor the interior of FirstHop.
Nick Mathewson
2022-10-24
1
-31
/
+84
*
guardmgr: Hold FallbackDir in fallback::set::Entry
Nick Mathewson
2022-10-21
1
-2
/
+5
*
guardmgr: Add bridges sample, encode sample ID in FirstHopId.
Nick Mathewson
2022-10-21
1
-32
/
+57
*
fix a couple of spelling errors in guardmgr
Nick Mathewson
2022-10-19
1
-1
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-92
/
+1
*
Begin revising HasAddr and its relationship to ChanTarget
Nick Mathewson
2022-10-06
1
-0
/
+1
*
Temporarily suppress a false positive from nightly.
Nick Mathewson
2022-10-04
1
-0
/
+5
*
Add the necessary APIs for bridge-based circuit construction.
Nick Mathewson
2022-09-26
1
-0
/
+10
*
GuardMgr/DirMgr: Add APIs for bridge descriptor lists
Nick Mathewson
2022-09-26
1
-0
/
+12
*
GuardMgr: Add TODOs for bridge support.
Nick Mathewson
2022-09-26
1
-0
/
+25
*
A basic configuration type for a bridge.
Nick Mathewson
2022-09-26
1
-0
/
+2
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Make sure all HasRelayIds constaints allow ?Sized.
Nick Mathewson
2022-08-10
1
-14
/
+17
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-28
/
+12
*
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
1
-5
/
+3
*
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
1
-3
/
+6
*
guardmgr: Change APIs that used to take IDs.
Nick Mathewson
2022-08-02
1
-14
/
+9
*
guardmgr: Replace IdPair with RelayIds
Nick Mathewson
2022-08-02
1
-2
/
+2
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-5
/
+6
*
GuardMgr: Update to use new NetDirProvider API.
Nick Mathewson
2022-07-26
1
-3
/
+3
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Rename guardset-selection function.
Nick Mathewson
2022-06-17
1
-2
/
+7
*
Rename pick_guard, pick_guard_ext.
Nick Mathewson
2022-06-17
1
-1
/
+1
*
Refactor and document issues with modify_hop.
Nick Mathewson
2022-06-17
1
-12
/
+2
*
API-fix for extend_sample_as_needed.
Nick Mathewson
2022-06-17
1
-10
/
+3
*
Remove some outdated comments.
Nick Mathewson
2022-06-17
1
-6
/
+0
*
Tweak parameters in guardmgr tests to improve testnet behavior.
Nick Mathewson
2022-06-17
1
-9
/
+18
*
GuardMgr: Support for multiple guard sets
Nick Mathewson
2022-06-17
1
-31
/
+96
*
Move set_filter into GuardMgrInner.
Nick Mathewson
2022-06-17
1
-40
/
+33
*
GuardMgr: Also apply filters to fallback directories.
Nick Mathewson
2022-06-17
1
-2
/
+5
*
GuardMgr: remove disallowed addresses from returned FirstHops.
Nick Mathewson
2022-06-17
1
-1
/
+2
[prev]
[next]