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
*
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
*
|
|
|
CircMgr: retire all circuits if bridge configuration changes.
Nick Mathewson
2022-11-22
1
-7
/
+40
|
|
_
|
/
|
/
|
|
*
|
|
bridge config parsing tests: Show expected error message in asssrt
Ian Jackson
2022-11-22
1
-2
/
+3
*
|
|
bridge config parsing: Parse transport as TransportId (fmt)
Ian Jackson
2022-11-22
1
-17
/
+15
*
|
|
bridge config parsing: Parse transport as TransportId
Ian Jackson
2022-11-22
1
-11
/
+23
*
|
|
bridge config parsing: Move unsupported block
Ian Jackson
2022-11-22
1
-7
/
+7
*
|
|
bridge non-support: Add doc notes to GuardMgrConfig::bridges_enabled
Ian Jackson
2022-11-21
1
-0
/
+7
*
|
|
bridge non-support: Provide a better BridgeConfigBuilder
Ian Jackson
2022-11-21
2
-3
/
+47
*
|
|
bridge config: Feature-gate the error variants
Ian Jackson
2022-11-21
1
-0
/
+9
*
|
|
bridge config: Move error to its own file
Ian Jackson
2022-11-21
2
-104
/
+112
*
|
|
bridge non-support: Move dummy bridge module into own file
Ian Jackson
2022-11-21
2
-22
/
+23
*
|
|
tor-config: introduce ConfigBuildError::Unsupported
Ian Jackson
2022-11-21
1
-1
/
+1
*
|
|
bridge config builder: Introduce error constructor helpers (fmt noise)
Ian Jackson
2022-11-21
1
-12
/
+12
*
|
|
bridge config builder: Introduce error constructor helpers
Ian Jackson
2022-11-21
1
-40
/
+47
*
|
|
bridge config builder: Document one id of each type restriction
Ian Jackson
2022-11-21
1
-0
/
+2
*
|
|
bridge config builder: Document PT one address restriction
Ian Jackson
2022-11-21
1
-0
/
+2
*
|
|
BridgeConfigBuilder: Allow (de)ser to/from bridge lines
Ian Jackson
2022-11-21
1
-2
/
+39
*
|
|
BridgeConfigBuilder: Implement FromStr
Ian Jackson
2022-11-21
1
-1
/
+46
[next]