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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Refactor configured_bridges
Nick Mathewson
2022-11-08
1
-30
/
+42
*
|
GuardMgr: Document that providers should only be installed once.
Nick Mathewson
2022-11-08
1
-0
/
+14
*
|
GuardMgr: Fix build with bridge-client disabled.
Nick Mathewson
2022-11-08
2
-1
/
+4
*
|
GuardMgr: Remove no-longer-relevant `TODO pt-client` comments
Nick Mathewson
2022-11-08
4
-21
/
+0
*
|
GuardMgr: Rename an error variant
Nick Mathewson
2022-11-08
1
-2
/
+2
*
|
GuardMgr: Spelling fixes and normalizations.
Nick Mathewson
2022-11-08
4
-7
/
+8
*
|
GuardMgr: do not use fallbacks when in bridge mode.
Nick Mathewson
2022-11-08
1
-5
/
+5
*
|
GuardMgr: When possible, return a FirstHop that can be a CircTarget
Nick Mathewson
2022-11-08
3
-5
/
+29
*
|
GuardMgr: Refactor UniverseRef to contains Arcs.
Nick Mathewson
2022-11-08
3
-27
/
+31
*
|
GuardMgr: Remove an outdated "Limitations" comment.
Nick Mathewson
2022-11-08
1
-10
/
+0
*
|
GuardMgr: do not block netdir if we are using bridges
Nick Mathewson
2022-11-08
1
-0
/
+4
*
|
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
2
-1
/
+38
*
|
GuardMgr: Exit keep-netdir-updated task early if GuardMgr disappears.
Nick Mathewson
2022-11-08
1
-0
/
+2
*
|
GuardMgr: Pass correct universe to "Bridges" `GuardSet`.
Nick Mathewson
2022-11-08
4
-15
/
+115
*
|
GuardMgr: Change BridgeSet, BridgeRelay to use more references
Nick Mathewson
2022-11-08
2
-29
/
+27
*
|
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
2
-59
/
+44
*
|
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
*
|
Require Send+Sync for BridgeDescProvider
Nick Mathewson
2022-11-08
1
-1
/
+1
*
|
bridge desc: Make BridgeDescProvider DynClone
Ian Jackson
2022-11-07
1
-1
/
+3
*
|
Fix typos
Dimitris Apostolou
2022-11-06
1
-2
/
+2
|
/
*
Merge branch 'warning' into 'main'
Nick Mathewson
2022-11-03
1
-1
/
+1
|
\
|
*
tor-guardmgr: use imported WeightThreshold in one place
Ian Jackson
2022-11-03
1
-1
/
+1
*
|
guardmgr config: Provide bridge information to new and reconfigure
Ian Jackson
2022-11-03
2
-1
/
+25
*
|
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
2
-11
/
+64
*
|
guardmgr config: Pass fallback list from config by reference
Ian Jackson
2022-11-03
2
-11
/
+11
|
/
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Refactor CandidateStatus API to simplify code in descs.
Nick Mathewson
2022-11-02
2
-30
/
+35
*
GuardMgr: Fix and improve comments based on review.
Nick Mathewson
2022-11-02
3
-6
/
+13
*
guardmgr: fix rustdoc references.
Nick Mathewson
2022-11-02
2
-3
/
+3
*
guardmgr: Refactor candidate info; add `full_dir_info`
Nick Mathewson
2022-11-02
4
-30
/
+72
*
guardmgr: Implement Universe for bridges.
Nick Mathewson
2022-11-02
3
-2
/
+161
*
guardmgr: Universe API should look up by ChanTarget
Nick Mathewson
2022-11-02
3
-14
/
+13
*
guardmgr: take sampled guards from Universe.
Nick Mathewson
2022-11-02
3
-83
/
+140
*
guardmgr: Continue porting porting code to use Universe.
Nick Mathewson
2022-11-02
2
-12
/
+11
*
guardmgr: Begin to decouple guards from NetDir.
Nick Mathewson
2022-11-02
3
-38
/
+122
*
guardmgr: Rename microdescriptor_missing to dir_info_missing
Nick Mathewson
2022-11-02
1
-9
/
+9
*
guardmgr: Allow guards to be constructed from any ChanTarget.
Nick Mathewson
2022-11-02
2
-7
/
+16
*
guardmgr: Include PtTarget in guards.
Nick Mathewson
2022-11-02
1
-8
/
+50
*
Merge branch 'guards_as_bridges_part2' into 'main'
Nick Mathewson
2022-10-27
4
-141
/
+317
|
\
|
*
guardmgr: Rename and clarify of non-persistent-state copy fns
Nick Mathewson
2022-10-27
3
-32
/
+24
|
*
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
[prev]
[next]