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
...
|
*
GuardSet: Add a method to report which bridge descs we want.
Nick Mathewson
2022-11-14
1
-0
/
+37
*
|
Merge branch 'guardmgr' into 'main'
Ian Jackson
2022-11-14
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Document Clone semantics of GuardMgr and DirMgr
Ian Jackson
2022-11-11
1
-0
/
+1
|
*
cfg-ify an import
Ian Jackson
2022-11-11
1
-0
/
+1
*
|
GuardMgr: Explain why we timestamp BridgeSets as we do.
Nick Mathewson
2022-11-10
2
-10
/
+12
*
|
GuardMgr: Downgrade a pt-client TODO about an internal API
Nick Mathewson
2022-11-10
1
-2
/
+4
*
|
GuardMgr Document why a BridgeSet has trivial weight thresholds.
Nick Mathewson
2022-11-10
2
-3
/
+4
*
|
GuardMgr: once more, fix our n_primary_dir_info check.
Nick Mathewson
2022-11-10
1
-3
/
+25
*
|
GuardMgr: remove redundant call to extend_sample_as_needed
Nick Mathewson
2022-11-10
2
-32
/
+32
*
|
GuardMgr: rename n_primary_without_dir_info
Nick Mathewson
2022-11-10
2
-7
/
+12
*
|
Remove TODO to rename for_circuit_usage in favor of #623
Nick Mathewson
2022-11-10
1
-1
/
+0
*
|
GuardMgr: Remove TODO to move `mod bridge` to another crate
Nick Mathewson
2022-11-10
1
-3
/
+0
*
|
Resolve todo!()s and TODOs around BridgeRelay::HasAddrs.
Nick Mathewson
2022-11-10
1
-15
/
+35
*
|
GuardMgr: Docs for BridgeDescProvider
Nick Mathewson
2022-11-08
1
-2
/
+12
*
|
GuardMgr: Remove a TODO pt-client comment.
Nick Mathewson
2022-11-08
1
-2
/
+0
|
/
*
Merge branch 'store' into 'main'
Nick Mathewson
2022-11-08
1
-2
/
+2
|
\
|
*
bridge descs: Rename BridgeDescMgr from BridgeDescManager
Ian Jackson
2022-11-08
1
-2
/
+2
*
|
Try to explain exactly what lookup_bridge_circ_target does
Nick Mathewson
2022-11-08
1
-0
/
+11
*
|
GuardMgr: Try to explain what is going on with update()
Nick Mathewson
2022-11-08
1
-10
/
+45
*
|
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
[prev]
[next]