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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-8
/
+8
*
Bump tor-units version for breaking change.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Bump minor versions for significant breaking changes.
Nick Mathewson
2023-02-28
1
-3
/
+3
*
Upgrade to latest toml crate.
Nick Mathewson
2023-02-14
1
-1
/
+1
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-8
/
+8
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-7
/
+7
*
"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
*
Upgrade toml to version 0.6.
Nick Mathewson
2023-01-25
1
-1
/
+1
*
Complete our migration to base64ct.
Nick Mathewson
2023-01-20
2
-3
/
+3
*
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
*
|
Merge branch 'bug589a' into 'main'
eta
2023-01-06
1
-5
/
+0
|
\
\
|
*
|
Remove allow(unreachable_pub) from tor-guardmgr/src/lib.rs
Neel Chauhan
2022-12-16
1
-5
/
+0
|
|
/
*
/
doc: consistent summary line for the READMEs
Emil Engler
2022-12-20
1
-1
/
+1
|
/
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-4
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-18
/
+18
*
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
*
|
Merge branch 'reconfig-bridges-bad' into 'main'
Nick Mathewson
2022-11-27
3
-11
/
+63
|
\
\
|
|
/
|
/
|
|
*
tor-guardmgr: rustfmt for recent changes
Ian Jackson
2022-11-24
2
-5
/
+6
|
*
tor-guardmgr: NoLock error: add TODO for trying to get lock
Ian Jackson
2022-11-24
1
-0
/
+2
|
*
tor-config: Rename to ReconfigureError::UnsupportedSituation
Ian Jackson
2022-11-24
1
-1
/
+1
|
*
tor-config: Rename to ConfigBuildError::NoCompileTimeSupport
Ian Jackson
2022-11-24
1
-1
/
+1
|
*
tor-guardmgr: Refuse to configure bridges if we don't have the lock
Ian Jackson
2022-11-23
2
-1
/
+18
|
*
tor-guardmgr: make replace_bridge_config fallible
Ian Jackson
2022-11-23
2
-7
/
+38
|
*
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
3
-29
/
+43
|
\
\
|
*
|
BridgeConfig: Replace all Arc<BridgeConfig> with BridgeConfig
Ian Jackson
2022-11-22
2
-7
/
+3
|
*
|
BridgeConfig: Make it be a newtype around Arc<Inner>
Ian Jackson
2022-11-22
1
-21
/
+40
|
*
|
bridge config: Remove a done TODO
Ian Jackson
2022-11-22
1
-1
/
+0
*
|
|
Merge branch 'test-config' into 'main'
Ian Jackson
2022-11-23
2
-2
/
+2
|
\
\
\
|
*
|
|
tor-guardmgr: Fix visibility of TestConfig with no features enabled
Ian Jackson
2022-11-18
2
-2
/
+2
*
|
|
|
Merge branch 'remove_deadcode_allow' into 'main'
Nick Mathewson
2022-11-23
1
-1
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
guardmgr: Remove a now-unneeded "allow(dead_code)"
Nick Mathewson
2022-11-16
1
-1
/
+0
[next]