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
*
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
*
tor-config: Replace dir detection with ConfigurationSource enum
Ian Jackson
2022-08-25
1
-6
/
+9
*
config sources: Read arti.d as well as arti.toml
Ian Jackson
2022-08-25
1
-5
/
+10
*
chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>
Ian Jackson
2022-08-17
1
-1
/
+1
*
Introduce ChannelConfig
Ian Jackson
2022-08-16
1
-0
/
+6
*
Rename download_tolerance to directory_tolerance
Nick Mathewson
2022-07-22
1
-3
/
+8
*
Rename DirSkewTolerance to DirTolerance
Nick Mathewson
2022-07-22
1
-2
/
+2
*
arti-client: Remove code related to overriding fs-mistrust.
Nick Mathewson
2022-07-19
1
-2
/
+2
*
Move responsibility for disable-fs-mistrust envvar.
Nick Mathewson
2022-07-19
1
-5
/
+12
*
Split TorClientConfig out of ArtiConfig, and Resolvable trait
Ian Jackson
2022-05-24
1
-0
/
+4
*
Apply fs-mistrust to logfile directories.
Nick Mathewson
2022-05-24
1
-0
/
+20
*
Make fs-mistrust configurable from the top level.
Nick Mathewson
2022-05-24
1
-15
/
+39
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-3
/
+3
*
Merge branch 'arti-config-2' into 'main'
Nick Mathewson
2022-05-13
1
-0
/
+9
|
\
|
*
arti-config: Move default config file test to arti-client
Ian Jackson
2022-05-13
1
-0
/
+9
*
|
impl_standard_builder: Have it generate FooConfig::builder
Ian Jackson
2022-05-12
1
-24
/
+0
|
/
[next]