index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
...
*
oneshot: Use veneer in tor-ptmgr
Ian Jackson
2023-10-11
1
-1
/
+4
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
guardmgr: Fix a dead-code warning when built without bridge support.
Nick Mathewson
2023-08-16
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Better report for any recurrence of bug #638.
Nick Mathewson
2023-07-13
1
-0
/
+14
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+8
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
|
Remove allow(unreachable_pub) from tor-guardmgr/src/lib.rs
Neel Chauhan
2022-12-16
1
-5
/
+0
|
/
*
Rename for_circuit_usage => as_relay_with_desc
Nick Mathewson
2022-11-30
1
-1
/
+1
*
guardmgr: Remove now-unneeded #[allow(unnecessary_wraps)]
Nick Mathewson
2022-11-29
1
-1
/
+0
*
Merge branch 'reconfig-bridges-bad' into 'main'
Nick Mathewson
2022-11-27
1
-7
/
+14
|
\
|
*
tor-guardmgr: rustfmt for recent changes
Ian Jackson
2022-11-24
1
-1
/
+1
|
*
tor-guardmgr: NoLock error: add TODO for trying to get lock
Ian Jackson
2022-11-24
1
-0
/
+2
|
*
tor-guardmgr: Refuse to configure bridges if we don't have the lock
Ian Jackson
2022-11-23
1
-0
/
+3
|
*
tor-guardmgr: make replace_bridge_config fallible
Ian Jackson
2022-11-23
1
-7
/
+8
|
*
tor-guardmgr: Replace a let _ignore with a typed version
Ian Jackson
2022-11-23
1
-1
/
+2
*
|
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
[prev]
[next]