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
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-4
/
+4
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
tor-config: Apply deferred cargo fmt.
Gabriela Moldovan
2024-06-03
1
-1
/
+1
*
tor-config: Add macro for implementing NotAutoValue.
Gabriela Moldovan
2024-06-03
1
-2
/
+2
*
tor-config: Add NotAutoValue trait bound to ExplicitOrAuto inner type.
Gabriela Moldovan
2024-06-03
1
-1
/
+3
*
tor-guardmgr: Replace From impl with VanguardConfig::mode accessor.
Gabriela Moldovan
2024-06-03
1
-7
/
+9
*
tor-guardmgr: Use ExplicitOrAuto in the VanguardConfig
Gabriela Moldovan
2024-06-03
1
-2
/
+11
*
tor-guardmgr: Unconditionally define VanguardConfig.
Gabriela Moldovan
2024-06-03
1
-0
/
+15
*
tor-guardmgr: Remove dead_code allow.
Gabriela Moldovan
2024-05-09
1
-1
/
+0
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
tor-guardmgr: Split derive list over multiple lines.
Gabriela Moldovan
2024-04-11
1
-2
/
+4
*
tor-guardmgr: Derive Ord for VanguardMode.
Gabriela Moldovan
2024-04-11
1
-6
/
+14
*
tor-guardmgr: Replace From impl with from_net_parameter constructor.
Gabriela Moldovan
2024-03-26
1
-2
/
+8
*
tor-guardmgr: Implement From<BoundedInt32> for VanguardMode.
Gabriela Moldovan
2024-03-26
1
-0
/
+13
*
tor-circmgr: Unconditionally define VanguardMode.
Gabriela Moldovan
2024-03-20
1
-0
/
+32
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-circmgr: Give CircMgr a VanguardMgr.
Gabriela Moldovan
2024-03-11
1
-0
/
+4
*
tor-guardmgr: Add vanguards API skeleton.
Gabriela Moldovan
2024-03-11
1
-0
/
+2
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-7
/
+4
*
guardmgr: Stop using now-needless retain_mut crate.
Nick Mathewson
2023-11-30
1
-6
/
+1
*
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
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]