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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ChanMgr: Rename ChannelMap to MgrState
Nick Mathewson
2022-11-16
2
-7
/
+7
|
/
*
Merge branch 'ptmgr-config' into 'main'
eta
2022-11-16
7
-10
/
+112
|
\
|
*
pt config, arti cfg test: Expect bridges.transports to be missing
Ian Jackson
2022-11-16
1
-2
/
+9
|
*
arti cfg test: Coalesce expect_missing
Ian Jackson
2022-11-16
1
-0
/
+22
|
*
tor-ptmgr: make configuration use builders, plumb into arti-client
eta
2022-11-16
6
-8
/
+81
*
|
Merge branch 'real_netdoc_pos' into 'main'
Ian Jackson
2022-11-16
2
-21
/
+15
|
\
\
|
*
|
Replace `Option<Pos>` with `Pos` in `ParseError`.
Nick Mathewson
2022-11-15
2
-21
/
+15
*
|
|
Merge branch 'remove_netdoc_todo' into 'main'
Nick Mathewson
2022-11-15
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove a `TODO pt-client` in netdoc.
Nick Mathewson
2022-11-15
1
-2
/
+0
|
/
/
*
|
Merge branch 'fix_bridgeconf_lookup' into 'main'
Nick Mathewson
2022-11-15
4
-2
/
+21
|
\
\
|
*
|
Resolve a dead-code warning.
Nick Mathewson
2022-11-15
1
-0
/
+1
|
*
|
Allow a subset-only ChanMethod match when looking up a BridgeConfig
Nick Mathewson
2022-11-15
2
-1
/
+20
|
*
|
Remove a spurious log that I committed by mistake. Whoops.
Nick Mathewson
2022-11-15
1
-1
/
+0
*
|
|
Merge branch 'cfg-doc' into 'main'
Ian Jackson
2022-11-15
1
-3
/
+48
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
arti cfg test: Document exhaustive_1 and comment exhaustive
Ian Jackson
2022-11-15
1
-0
/
+39
|
*
arti cfg test: Break out CONFIG_KEYS_EXPECT_NO_EXAMPLE
Ian Jackson
2022-11-15
1
-2
/
+9
|
*
arti cfg test: Drop a redundant allow
Ian Jackson
2022-11-15
1
-1
/
+0
*
|
Merge branch 'fix_parse' into 'main'
eta
2022-11-15
4
-5
/
+42
|
\
\
|
*
|
netdoc: Allow empty lines at the end of a router descriptor.
Nick Mathewson
2022-11-15
2
-3
/
+34
|
*
|
tor-netdoc: Add a new ErrorKind for EmptyLine.
Nick Mathewson
2022-11-15
3
-2
/
+8
*
|
|
Merge branch 'implement_usage' into 'main'
Nick Mathewson
2022-11-15
1
-1
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement more cases for `DirSpecificTarget`.
Nick Mathewson
2022-11-15
1
-1
/
+22
|
/
/
*
|
Merge branch 'bdm-arc' into 'main'
Nick Mathewson
2022-11-15
2
-5
/
+12
|
\
\
|
|
/
|
/
|
|
*
guardmgr: Document that guardmgr only holds a Weak
Ian Jackson
2022-11-15
1
-0
/
+5
|
*
arti-client: Retain a strong reference to the inner Arc<BridgeDescMgr>
Ian Jackson
2022-11-15
1
-5
/
+7
|
/
*
Merge branch 'bdm-plumb' into 'main'
Ian Jackson
2022-11-15
2
-2
/
+86
|
\
|
*
bridges: Create and install a BridgeDescMgr when we bootstrap
Ian Jackson
2022-11-15
2
-0
/
+72
|
*
arti-client: Store a handle to the DirMgrStore in TorClient (fmt)
Ian Jackson
2022-11-15
1
-1
/
+6
|
*
arti-client: Store a handle to the DirMgrStore in TorClient
Ian Jackson
2022-11-15
1
-1
/
+4
|
*
arti-client: Store a handle to the guardmgr in TorClient
Ian Jackson
2022-11-15
1
-1
/
+5
|
/
*
Merge branch 'make_bridges_work' into 'main'
Nick Mathewson
2022-11-14
1
-0
/
+1
|
\
|
*
Preserve active_set when loading guards.
Nick Mathewson
2022-11-14
1
-0
/
+1
*
|
Merge branch 'report_missing_descs' into 'main'
Nick Mathewson
2022-11-14
3
-1
/
+66
|
\
|
|
*
GuardMgr: Update desired bridge descs from 'update' function.
Nick Mathewson
2022-11-14
2
-1
/
+29
|
*
GuardSet: Add a method to report which bridge descs we want.
Nick Mathewson
2022-11-14
1
-0
/
+37
*
|
Merge branch 'guardmgr' into 'main'
Ian Jackson
2022-11-14
5
-4
/
+23
|
\
\
|
*
|
Move GuardMgr::new call to arti_client::TorClient (fmt)
Ian Jackson
2022-11-14
1
-4
/
+8
|
*
|
Move GuardMgr::new call to arti_client::TorClient
Ian Jackson
2022-11-14
4
-2
/
+13
|
*
|
Document Clone semantics of GuardMgr and DirMgr
Ian Jackson
2022-11-11
2
-0
/
+3
|
*
|
cfg-ify an import
Ian Jackson
2022-11-11
1
-0
/
+1
*
|
|
Merge branch 'store3' into 'main'
Ian Jackson
2022-11-14
7
-165
/
+76
|
\
\
\
|
*
|
|
dirmgr Store: Have constructors take DirMgrStore
Ian Jackson
2022-11-14
4
-10
/
+23
|
*
|
|
dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr (fmt)
Ian Jackson
2022-11-14
1
-8
/
+1
|
*
|
|
dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr
Ian Jackson
2022-11-14
2
-6
/
+33
|
*
|
|
dirmgr Store: Abolish redundant trait impl
Ian Jackson
2022-11-14
2
-109
/
+1
|
*
|
|
dirmgr Store: Use `**` syntax and deref to trait objects
Ian Jackson
2022-11-14
2
-34
/
+20
|
*
|
|
dirmgr Store: Move Send and 'static bounds to Store trait
Ian Jackson
2022-11-14
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'bdm-dormant' into 'main'
Ian Jackson
2022-11-14
2
-0
/
+51
|
\
|
|
|
*
|
bridge descriptor dormancy: Accept the dormancy value
Ian Jackson
2022-11-11
2
-1
/
+11
|
*
|
bridge descriptor dormancy: Add a TODO for this enum
Ian Jackson
2022-11-11
1
-0
/
+2
[prev]
[next]