index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-guardmgr
/
src
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
BridgeConfigBuilder: Implement FromStr
Ian Jackson
2022-11-21
1
-1
/
+46
*
BridgeConfigBuilder: Introduce build() function
Ian Jackson
2022-11-21
1
-8
/
+255
*
BridgeConfigBuilder: Introduce the struct with the dictionary repr
Ian Jackson
2022-11-21
1
-5
/
+122
*
BridgeAddr rename: update tor_guardmgr::bridge::config
Ian Jackson
2022-11-21
1
-5
/
+5
*
Allow a subset-only ChanMethod match when looking up a BridgeConfig
Nick Mathewson
2022-11-15
1
-1
/
+5
*
GuardMgr: Update desired bridge descs from 'update' function.
Nick Mathewson
2022-11-14
1
-1
/
+1
*
GuardMgr: Explain why we timestamp BridgeSets as we do.
Nick Mathewson
2022-11-10
1
-8
/
+7
*
GuardMgr Document why a BridgeSet has trivial weight thresholds.
Nick Mathewson
2022-11-10
1
-0
/
+4
*
Remove TODO to rename for_circuit_usage in favor of #623
Nick Mathewson
2022-11-10
1
-1
/
+0
*
Resolve todo!()s and TODOs around BridgeRelay::HasAddrs.
Nick Mathewson
2022-11-10
1
-15
/
+35
*
GuardMgr: Docs for BridgeDescProvider
Nick Mathewson
2022-11-08
1
-2
/
+12
*
GuardMgr: Remove a TODO pt-client comment.
Nick Mathewson
2022-11-08
1
-2
/
+0
*
Merge branch 'store' into 'main'
Nick Mathewson
2022-11-08
1
-2
/
+2
|
\
|
*
bridge descs: Rename BridgeDescMgr from BridgeDescManager
Ian Jackson
2022-11-08
1
-2
/
+2
*
|
GuardMgr: Remove no-longer-relevant `TODO pt-client` comments
Nick Mathewson
2022-11-08
2
-12
/
+0
*
|
GuardMgr: Rename an error variant
Nick Mathewson
2022-11-08
1
-2
/
+2
*
|
GuardMgr: Spelling fixes and normalizations.
Nick Mathewson
2022-11-08
1
-2
/
+2
*
|
GuardMgr: When possible, return a FirstHop that can be a CircTarget
Nick Mathewson
2022-11-08
1
-1
/
+1
*
|
GuardMgr: Refactor UniverseRef to contains Arcs.
Nick Mathewson
2022-11-08
1
-8
/
+8
*
|
GuardMgr: Change BridgeSet, BridgeRelay to use more references
Nick Mathewson
2022-11-08
2
-29
/
+27
*
|
Require Send+Sync for BridgeDescProvider
Nick Mathewson
2022-11-08
1
-1
/
+1
*
|
bridge desc: Make BridgeDescProvider DynClone
Ian Jackson
2022-11-07
1
-1
/
+3
|
/
*
Refactor CandidateStatus API to simplify code in descs.
Nick Mathewson
2022-11-02
1
-26
/
+31
*
guardmgr: Refactor candidate info; add `full_dir_info`
Nick Mathewson
2022-11-02
1
-5
/
+12
*
guardmgr: Implement Universe for bridges.
Nick Mathewson
2022-11-02
2
-1
/
+160
*
BridgeDescProvider: Make BridgeDescEvent repr(u16) and derive traits
Ian Jackson
2022-10-27
1
-1
/
+6
*
impl Hash for BridgeConfig and various PT information
Ian Jackson
2022-10-27
1
-1
/
+1
*
BridgeDescEvent: Change the sole variant to SomethingChanged
Ian Jackson
2022-10-25
1
-5
/
+17
*
tor-guardmgr: descs: Make BridgeDescError DynClone
Ian Jackson
2022-10-21
1
-1
/
+4
*
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
|
/
*
struct BridgeConfig: Rename from Bridge
Ian Jackson
2022-10-12
2
-16
/
+16
*
struct Bridge: add ref to ticket
Ian Jackson
2022-10-12
1
-1
/
+1
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
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
*
Begin revising HasAddr and its relationship to ChanTarget
Nick Mathewson
2022-10-06
1
-1
/
+15
*
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
1
-1
/
+56
*
Start on a new BridgeRelay type.
Nick Mathewson
2022-10-04
1
-0
/
+38
*
Implement HasRelayIds for Bridge.
Nick Mathewson
2022-10-04
1
-1
/
+11
*
Implement BridgeDesc and BridgeDescList.
Nick Mathewson
2022-10-04
1
-58
/
+41
*
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
[prev]
[next]