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
*
guardmgr: Stop using now-needless retain_mut crate.
Nick Mathewson
2023-11-30
2
-10
/
+2
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
2
-6
/
+3
*
oneshot: Use veneer in tor-ptmgr
Ian Jackson
2023-10-11
1
-1
/
+4
*
oneshot: Use veneer in tor-guardmgr
Ian Jackson
2023-10-11
2
-2
/
+3
*
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
10
-0
/
+10
*
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
*
tor-guardmgr: bridges: getter for BridgeConfigBuilder.transport
Ian Jackson
2023-07-20
1
-0
/
+8
*
Merge branch 'bug638' into 'main'
Alexander Færøy
2023-07-14
2
-4
/
+14
|
\
|
*
Better report for any recurrence of bug #638.
Nick Mathewson
2023-07-13
1
-0
/
+14
|
*
Stop unconditionally marking bridges as having dir info.
Nick Mathewson
2023-07-13
1
-4
/
+0
*
|
Bridges: deduplicate addresses.
Nick Mathewson
2023-07-13
1
-0
/
+2
|
/
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
10
-0
/
+11
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
10
-0
/
+11
*
|
rng ranges: Use gen_range_infallible() for Duration::ZERO..=T
Ian Jackson
2023-07-10
1
-1
/
+2
|
/
*
Remove some needless into_iter() calls.
Nick Mathewson
2023-07-10
1
-5
/
+3
*
rng ranges: Use inclusive Duration ranges in several places
Ian Jackson
2023-07-07
1
-1
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Additional documentation around bridges/PT configuration
Nick Mathewson
2023-07-03
1
-0
/
+11
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
guardmgr, netdir: fix some needless-mut warnings
Nick Mathewson
2023-05-18
1
-2
/
+2
*
guardmgr: suppress a clippy-nightly warning.
Nick Mathewson
2023-05-18
1
-0
/
+1
*
tor-guardmgr, tor-proto: minor logging tweaks
eta
2023-05-18
1
-2
/
+2
*
Use bool::then_some() as appropriate
Nick Mathewson
2023-04-11
2
-2
/
+2
*
guardmgr: update feature behavior wrt testing and pts.
Nick Mathewson
2023-04-06
1
-2
/
+2
*
Use humantime in tor-guardmgr
Saksham Mittal
2023-02-27
1
-3
/
+3
*
"Fix" remaining unchecked-subtraction warnings.
Nick Mathewson
2023-01-27
1
-1
/
+3
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
10
-0
/
+10
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Complete our migration to base64ct.
Nick Mathewson
2023-01-20
1
-2
/
+2
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
7
-0
/
+56
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
7
-0
/
+56
*
|
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
2
-2
/
+2
*
bridge config: Add a TODO about a redundant clone
Ian Jackson
2022-11-30
1
-0
/
+3
*
bridge config: Rename accessors
Ian Jackson
2022-11-30
1
-2
/
+2
*
bridge config: Use unreachable, not None.expect
Ian Jackson
2022-11-30
1
-2
/
+1
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
1
-22
/
+30
*
Merge branch 'more-linkspec-tests' into 'main'
Nick Mathewson
2022-11-29
1
-1
/
+1
|
\
|
*
Fix up compatibility issues between linkspec tests and other patches
Nick Mathewson
2022-11-28
1
-1
/
+1
*
|
Merge branch 'ptmgr-optional-dep' into 'main'
Ian Jackson
2022-11-29
1
-0
/
+5
|
\
\
|
*
|
guardmgr: Conditionalise DisplayRule::Redacted
Ian Jackson
2022-11-29
1
-0
/
+5
*
|
|
guardmgr: remove todo about bridge::config::Inner members
Nick Mathewson
2022-11-29
1
-4
/
+0
*
|
|
guardmgr: Remove now-unneeded #[allow(unnecessary_wraps)]
Nick Mathewson
2022-11-29
1
-1
/
+0
|
/
/
*
|
Rustdoc fix: escape []s.
Nick Mathewson
2022-11-28
1
-1
/
+1
*
|
GuardMgr: Treat Guards as sensitive and Bridges as redacted.
Nick Mathewson
2022-11-28
3
-5
/
+46
*
|
Display guards in redacted form in guard status messages.
Nick Mathewson
2022-11-28
1
-3
/
+3
|
/
*
Merge branch 'chanmethod-non-exhaustive' into 'main'
Nick Mathewson
2022-11-27
2
-1
/
+27
|
\
|
*
Make ChannelMethod non-exhaustive
Ian Jackson
2022-11-24
2
-1
/
+27
[next]