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
/
arti-client
/
src
/
config.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Use "typos-cli" to fix a bunch of typos.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
arti-client: fix conditional unused_import and dead_code warnings
Nick Mathewson
2023-08-16
1
-3
/
+5
*
arti-client: Use Path::join instead of format!.
Gabriela Moldovan
2023-08-14
1
-1
/
+1
*
arti-client: Make from_directories() derive the keystore_dir from state_dir.
Gabriela Moldovan
2023-08-11
1
-1
/
+39
*
bridge config: Fix an error message slightly
Ian Jackson
2023-08-08
1
-1
/
+1
*
arti-client config test: partially un-degrade formatting
Ian Jackson
2023-08-08
1
-10
/
+10
*
arti-client config test: degrade formatting
Ian Jackson
2023-08-08
1
-12
/
+18
*
arti-client config: Add an extra test case for bridges
Ian Jackson
2023-08-08
1
-0
/
+45
*
bridge config: reject bridges=true when there are no bridges
Ian Jackson
2023-08-08
1
-2
/
+0
*
Add error if [[bridges.transports]] isn't written in config file
Saksham Mittal
2023-08-01
1
-10
/
+201
*
arti-client: Use a default keystore config if `experimental-api` is disabled.
Gabriela Moldovan
2023-07-20
1
-3
/
+3
*
arti-client: Use the config struct from tor-keymgr.
Gabriela Moldovan
2023-07-13
1
-85
/
+11
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Additional documentation around bridges/PT configuration
Nick Mathewson
2023-07-03
1
-1
/
+14
*
Add a missing "experimental-api" rustdoc notation
Nick Mathewson
2023-06-29
1
-0
/
+1
*
Merge branch 'keymgr-config' into 'main'
gabi-250
2023-06-29
1
-0
/
+97
|
\
|
*
arti-client: Fix clippy lint.
Gabriela Moldovan
2023-06-29
1
-0
/
+1
|
*
arti-client: Make keystore_dir an experimental option.
Gabriela Moldovan
2023-06-29
1
-24
/
+17
|
*
arti-client: Add TODO regarding keystore_dir deserialization.
Gabriela Moldovan
2023-06-29
1
-0
/
+3
|
*
tor-config: Make ItemOrBool an experimental feature.
Gabriela Moldovan
2023-06-29
1
-3
/
+22
|
*
arti-client: Add expand_keystore_dir function.
Gabriela Moldovan
2023-06-29
1
-0
/
+13
|
*
arti-client: Add keystore_dir to StorageConfig.
Gabriela Moldovan
2023-06-29
1
-1
/
+69
*
|
Turn off HS client connections by default
Ian Jackson
2023-06-29
1
-1
/
+1
|
/
*
HS configuration: Plumb configuration through
Ian Jackson
2023-06-28
1
-0
/
+2
*
HS configuration: Add and honour `allow_onion_addrs` in configuration
Ian Jackson
2023-06-28
1
-0
/
+7
*
add a few more comments on PTs
trinity-1686a
2023-06-09
1
-0
/
+2
*
complement general documentation on bridges and pt
trinity-1686a
2023-06-07
1
-0
/
+2
*
move snowflake example to dedicated file and comment it more
trinity-1686a
2023-06-07
1
-27
/
+5
*
add documentation for configuring snowflake pt
trinity-1686a
2023-06-07
1
-4
/
+27
*
arti-client: Only run BridgesConfig doc test if pt-client feature is enabled.
Gabriela Moldovan
2023-05-02
1
-1
/
+2
*
tor_client: Add some example code for BridgeConfig.
Nick Mathewson
2023-03-24
1
-0
/
+49
*
arti-client: Make TransportConfigListBuilder public.
Nick Mathewson
2023-03-24
1
-1
/
+8
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
arti: BridgesConfig is evidently not too high up
Ian Jackson
2022-11-30
1
-8
/
+0
*
arti, arti-client: Conditionalise various things on pt-client
Ian Jackson
2022-11-29
1
-3
/
+4
*
Temporarily make ptmgr required for arti-client :/
Nick Mathewson
2022-11-28
1
-0
/
+3
*
Integrate PtMgr into arti-client.
Nick Mathewson
2022-11-28
1
-1
/
+1
*
Merge branch 'stability' into 'main'
Nick Mathewson
2022-11-23
1
-9
/
+0
|
\
|
*
arti-client, tor-config: Remove stability warning from top-level docs
Ian Jackson
2022-11-21
1
-9
/
+0
*
|
bridge non-support: De-cfg the primary bridge config fields
Ian Jackson
2022-11-21
1
-7
/
+3
*
|
Make the bridge list in the builder be a list of BridgeConfigBuilder
Ian Jackson
2022-11-21
1
-7
/
+6
|
/
*
tor-ptmgr: make configuration use builders, plumb into arti-client
eta
2022-11-16
1
-0
/
+22
*
guardmgr config: Provide bridge information to new and reconfigure
Ian Jackson
2022-11-03
1
-2
/
+36
*
bridges config: Check that bridges aren't enabled with no bridges
Ian Jackson
2022-11-03
1
-1
/
+32
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
1
-0
/
+1
*
struct BridgeConfig: Rename from Bridge
Ian Jackson
2022-10-12
1
-5
/
+5
*
pt and bridges: Parse configuration
Ian Jackson
2022-10-12
1
-0
/
+83
*
READMEs: Drop stability warning re config
Ian Jackson
2022-09-02
1
-9
/
+0
[next]