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
/
src
/
cfg.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: cfg: Remove another needless borrow
Ian Jackson
2022-06-16
1
-1
/
+1
*
arti cfg tests: Remove a redundant line that shadows an earlier binding
Ian Jackson
2022-06-16
1
-1
/
+0
*
arti cfg tests: Test that example config works as-is
Ian Jackson
2022-06-16
1
-0
/
+2
*
arti: cfg tests: Refactor to prepare for new test
Ian Jackson
2022-06-16
1
-16
/
+23
*
arti config: Check that example config is exhaustive
Ian Jackson
2022-05-30
1
-0
/
+114
*
arti: config: Canonicalise ports, and provide example dns_port
Ian Jackson
2022-05-30
1
-8
/
+2
*
arti: Make ProxyConfig no longer Deserialize
Ian Jackson
2022-05-30
1
-4
/
+1
*
arti: cfg: Actually uncomment *all* the things in the example
Ian Jackson
2022-05-30
1
-1
/
+1
*
add unit tests for ArtiConfig public functions
michael mccune
2022-05-28
1
-0
/
+24
*
arti: Better doc for ArtiCombinedConfig
Ian Jackson
2022-05-25
1
-1
/
+3
*
tor-config: Rename resolve_return_unrecognized, ..._ignore_...
Ian Jackson
2022-05-25
1
-1
/
+1
*
tor-config: Rename "ignored" to "unrecognized" throughout
Ian Jackson
2022-05-25
1
-3
/
+3
*
tor-config: Tests for ignored config key handling
Ian Jackson
2022-05-24
1
-8
/
+4
*
Split TorClientConfig out of ArtiConfig, and Resolvable trait
Ian Jackson
2022-05-24
1
-35
/
+14
*
arti tests: Introduce bld_tor variable
Ian Jackson
2022-05-24
1
-22
/
+19
*
Apply fs-mistrust to logfile directories.
Nick Mathewson
2022-05-24
1
-1
/
+1
*
Merge branch 'builder-default-3' into 'main'
Nick Mathewson
2022-05-13
1
-19
/
+0
|
\
|
*
impl_standard_builder: Have it generate FooConfig::builder
Ian Jackson
2022-05-12
1
-19
/
+0
*
|
Merge branch 'template' into 'main'
Nick Mathewson
2022-05-12
1
-6
/
+34
|
\
\
|
|
/
|
/
|
|
*
arti-example-config.toml: Re-un-comment the example settings in test
Ian Jackson
2022-05-12
1
-4
/
+23
|
*
config defaults: Test that empty deser is the same
Ian Jackson
2022-05-12
1
-0
/
+4
|
*
ARTI_EXAMPLE_CONFIG: Rename from ARTI_DEFAULTS
Ian Jackson
2022-05-12
1
-3
/
+2
|
*
ARTI_DEFAULTS: Move to arti crate
Ian Jackson
2022-05-12
1
-0
/
+3
|
*
config defaults: No longer apply ARTI_DEFAULTS in load()
Ian Jackson
2022-05-12
1
-1
/
+0
|
*
config defaults: Test that going via builder explicitly is the same
Ian Jackson
2022-05-12
1
-0
/
+4
*
|
Rename impl_standard_builder from impl_default_via_builder
Ian Jackson
2022-05-12
1
-5
/
+5
*
|
config: Replace more handwritten impl Default
Ian Jackson
2022-05-12
1
-12
/
+2
*
|
config: Move macro calls to next to the struct
Ian Jackson
2022-05-12
1
-1
/
+0
|
/
*
No longer derive Default on three structs which derive Builder
Ian Jackson
2022-05-11
1
-3
/
+6
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-11
/
+7
*
FallbackDir: Use VecBuilder for orports
Ian Jackson
2022-05-04
1
-3
/
+4
*
Change builder list API
Ian Jackson
2022-05-04
1
-7
/
+3
*
Merge branch 'download-schedule' into 'main'
Nick Mathewson
2022-04-26
1
-3
/
+16
|
\
|
*
DownloadSchudule: Have NetworkConfig contain Builders
Ian Jackson
2022-04-26
1
-17
/
+18
|
*
DownloadSchedule: Abolish new() method
Ian Jackson
2022-04-26
1
-4
/
+16
*
|
Merge branch 'main' into 'msrv_1_56'
Nick Mathewson
2022-04-26
1
-6
/
+8
|
\
|
|
*
Rename ThingListBuilder::replace (from set)
Ian Jackson
2022-04-25
1
-3
/
+3
|
*
Introduce PredictedPortsListBuilder
Ian Jackson
2022-04-25
1
-2
/
+5
|
*
Introduce AuthorityListBuilder in NetworkConfigBuilder
Ian Jackson
2022-04-25
1
-3
/
+2
*
|
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-3
/
+0
|
/
*
arti: ArtiConfig: derive ArtiConfigBuilder
Ian Jackson
2022-04-22
1
-87
/
+13
*
fallback list: Introduce and use FallbackListBuilder
Ian Jackson
2022-04-22
1
-3
/
+3
*
Move SystemConfig to arti::cfg
Ian Jackson
2022-03-21
1
-2
/
+35
*
ApplicationConfig: abolish accessor
Ian Jackson
2022-03-21
1
-8
/
+1
*
Move ApplicationConfig to arti crate
Ian Jackson
2022-03-21
1
-1
/
+25
*
socks: abolish config accessors
Ian Jackson
2022-03-21
1
-14
/
+2
*
Move ProxyConfig to arti crate
Ian Jackson
2022-03-21
1
-1
/
+50
*
Move logging configuration from arti_config::options to arti::logging
Ian Jackson
2022-03-21
1
-4
/
+3
*
Move ArtiConfig to new arti::cfg module
Ian Jackson
2022-03-21
1
-0
/
+269