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
...
|
*
Clarify what it means to be "an identity" for a primary guard.
Ian Jackson
2022-10-27
1
-1
/
+1
|
*
tor-guardmgr: Add big doc comment about guard id handling
Ian Jackson
2022-10-27
1
-0
/
+58
|
*
guardmgr: Use new ambiguity-tolerant contains in state handling
Nick Mathewson
2022-10-25
1
-2
/
+30
|
*
guard sample: Change semantics of `contains` to handle ambiguity.
Nick Mathewson
2022-10-25
2
-10
/
+33
|
*
Replace contains_relay with can_add_relay().
Nick Mathewson
2022-10-25
1
-9
/
+6
|
*
Convert guard samples to use ByRelayIds.
Nick Mathewson
2022-10-25
3
-124
/
+193
|
*
impl HasRelayIds for GuardId.
Nick Mathewson
2022-10-25
1
-0
/
+9
*
|
BridgeDescProvider: Make BridgeDescEvent repr(u16) and derive traits
Ian Jackson
2022-10-27
2
-1
/
+7
*
|
impl Hash for BridgeConfig and various PT information
Ian Jackson
2022-10-27
1
-1
/
+1
*
|
tor-guardmgr: bridges: export BridgeDescError at toplevel
Ian Jackson
2022-10-27
1
-1
/
+1
*
|
BridgeDescEvent: Change the sole variant to SomethingChanged
Ian Jackson
2022-10-25
1
-5
/
+17
|
/
*
Merge branch 'guards_as_bridges_part1' into 'main'
Nick Mathewson
2022-10-24
8
-135
/
+255
|
\
|
*
guardmgr: Refactor the interior of FirstHop.
Nick Mathewson
2022-10-24
4
-45
/
+111
|
*
guardmgr: Hold FallbackDir in fallback::set::Entry
Nick Mathewson
2022-10-21
3
-43
/
+61
|
*
guardmgr: Add bridges sample, encode sample ID in FirstHopId.
Nick Mathewson
2022-10-21
5
-52
/
+88
*
|
tor-guardmgr: descs: Make BridgeDescError DynClone
Ian Jackson
2022-10-21
2
-1
/
+5
*
|
tor-guardmgr: descs: Make BridgeDescError into a trait
Ian Jackson
2022-10-21
1
-4
/
+15
|
/
*
Merge branch 'bridge-internal-apis' into 'main'
Ian Jackson
2022-10-20
1
-3
/
+12
|
\
|
*
bridge descriptors: Change types of the descriptor cache
Ian Jackson
2022-10-20
1
-3
/
+12
*
|
impl ChanTarget etc. for BridgeConfig
Ian Jackson
2022-10-20
1
-1
/
+17
|
/
*
fix a couple of spelling errors in guardmgr
Nick Mathewson
2022-10-19
2
-2
/
+2
*
Merge branch 'readmes' into 'main'
Nick Mathewson
2022-10-12
1
-93
/
+1
|
\
|
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
|
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-92
/
+1
*
|
struct BridgeConfig: Rename from Bridge
Ian Jackson
2022-10-12
3
-17
/
+17
*
|
struct Bridge: add ref to ticket
Ian Jackson
2022-10-12
1
-1
/
+1
|
/
*
tor-guardmgr: Export BridgeParseError from toplevel
Ian Jackson
2022-10-12
1
-1
/
+1
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
2
-0
/
+2
*
Change multiplicity of ChannelMethod and addresses
Nick Mathewson
2022-10-11
2
-8
/
+14
*
tor-guardmgr: Fix build without pt-client feature
Ian Jackson
2022-10-11
1
-1
/
+3
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-1
/
+7
*
Begin revising HasAddr and its relationship to ChanTarget
Nick Mathewson
2022-10-06
4
-1
/
+21
*
Merge branch 'bridge_containers' into 'main'
Nick Mathewson
2022-10-06
5
-61
/
+168
|
\
|
*
Extend some comments about bridge descriptors
Nick Mathewson
2022-10-06
2
-2
/
+11
|
*
Add a temporary HasAddrs for BridgeRelay
Nick Mathewson
2022-10-04
1
-1
/
+10
|
*
BridgeRelay: Implement more traits.
Nick Mathewson
2022-10-04
2
-2
/
+58
|
*
Start on a new BridgeRelay type.
Nick Mathewson
2022-10-04
2
-1
/
+41
|
*
Implement HasRelayIds for Bridge.
Nick Mathewson
2022-10-04
1
-1
/
+11
|
*
Implement BridgeDesc and BridgeDescList.
Nick Mathewson
2022-10-04
1
-58
/
+41
*
|
Temporarily suppress a false positive from nightly.
Nick Mathewson
2022-10-04
1
-0
/
+5
|
/
*
Merge branch 'bridge-parse' into 'main'
Ian Jackson
2022-10-03
2
-2
/
+516
|
\
|
*
pt: bridge line parsing: overhaul errors
Ian Jackson
2022-10-03
1
-36
/
+107
|
*
pt: Check PT key=value syntax
Ian Jackson
2022-10-03
1
-3
/
+0
|
*
pt: Make PtTarget::push_setting fallible, and take Into
Ian Jackson
2022-10-03
1
-3
/
+8
|
*
pt: bridge line parsing: Add commentary
Ian Jackson
2022-10-03
1
-0
/
+26
|
*
pt: Document Bridge line syntax
Ian Jackson
2022-10-03
1
-0
/
+31
|
*
pt: bridge parsing: Add an IPv6 test case
Ian Jackson
2022-09-30
1
-0
/
+12
|
*
pt: impl Display for Bridge and test it
Ian Jackson
2022-09-30
1
-0
/
+43
|
*
implement FromStr for Bridge, and test it
Ian Jackson
2022-09-30
1
-0
/
+327
|
*
tor-guardmgr: Introduce pt-client feature
Ian Jackson
2022-09-30
1
-1
/
+3
[prev]
[next]