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
...
*
|
Merge branch 'bridge-config-arc' into 'main'
Nick Mathewson
2022-11-23
1
-2
/
+1
|
\
\
|
*
|
BridgeConfig: Replace all Arc<BridgeConfig> with BridgeConfig
Ian Jackson
2022-11-22
1
-2
/
+1
*
|
|
Merge branch 'test-config' into 'main'
Ian Jackson
2022-11-23
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-guardmgr: Fix visibility of TestConfig with no features enabled
Ian Jackson
2022-11-18
1
-1
/
+1
*
|
|
CircMgr: retire all circuits if bridge configuration changes.
Nick Mathewson
2022-11-22
1
-7
/
+40
|
|
/
|
/
|
*
|
bridge non-support: Move dummy bridge module into own file
Ian Jackson
2022-11-21
1
-22
/
+2
*
|
BridgeConfigBuilder: Introduce the struct with the dictionary repr
Ian Jackson
2022-11-21
1
-0
/
+10
|
/
*
GuardMgr: Add Instant to update().
Nick Mathewson
2022-11-16
1
-18
/
+36
*
GuardMgr: Rename "now" arg in update() to "wallclock"
Nick Mathewson
2022-11-16
1
-10
/
+10
*
guardmgr: Document that guardmgr only holds a Weak
Ian Jackson
2022-11-15
1
-0
/
+5
*
Merge branch 'make_bridges_work' into 'main'
Nick Mathewson
2022-11-14
1
-0
/
+1
|
\
|
*
Preserve active_set when loading guards.
Nick Mathewson
2022-11-14
1
-0
/
+1
*
|
Merge branch 'report_missing_descs' into 'main'
Nick Mathewson
2022-11-14
1
-0
/
+28
|
\
|
|
*
GuardMgr: Update desired bridge descs from 'update' function.
Nick Mathewson
2022-11-14
1
-0
/
+28
*
|
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: 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
1
-3
/
+0
*
|
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
1
-29
/
+29
*
|
GuardMgr: rename n_primary_without_dir_info
Nick Mathewson
2022-11-10
1
-4
/
+4
|
/
*
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
1
-1
/
+3
*
GuardMgr: Remove no-longer-relevant `TODO pt-client` comments
Nick Mathewson
2022-11-08
1
-5
/
+0
*
GuardMgr: Spelling fixes and normalizations.
Nick Mathewson
2022-11-08
1
-1
/
+1
*
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
1
-3
/
+28
*
GuardMgr: Refactor UniverseRef to contains Arcs.
Nick Mathewson
2022-11-08
1
-14
/
+18
*
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
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
[prev]
[next]