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
...
*
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
|
/
*
Merge branch 'builder-default-bis' into 'main'
eta
2022-05-12
1
-9
/
+5
|
\
|
*
Rename impl_standard_builder from impl_default_via_builder
Ian Jackson
2022-05-12
1
-5
/
+5
|
*
config: Move macro calls to next to the struct
Ian Jackson
2022-05-12
1
-8
/
+4
*
|
Merge branch 'ticket_412_467' into 'main'
Nick Mathewson
2022-05-12
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Add DirSkewTolerance section to DirMgr configuration.
Nick Mathewson
2022-05-11
1
-3
/
+9
*
|
Merge branch 'builder-default' into 'main'
eta
2022-05-12
1
-27
/
+5
|
\
\
|
*
|
Define and use impl_default_via_builder
Ian Jackson
2022-05-11
1
-27
/
+5
*
|
|
Add correct serde(default) attrs for humantime_serde::option
Ian Jackson
2022-05-12
1
-3
/
+3
|
/
/
*
/
Move default_config_file() into arti-client
Ian Jackson
2022-05-11
1
-1
/
+6
|
/
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
1
-5
/
+19
|
\
|
*
Remove "Mistrust" from the public API of arti-client.
Nick Mathewson
2022-05-09
1
-1
/
+4
|
*
arti: use fs-mistrust to validate configuration file locations.
Nick Mathewson
2022-05-09
1
-0
/
+12
|
*
arti-client: Configure and use fs-mistrust.
Nick Mathewson
2022-05-09
1
-5
/
+4
*
|
NetParams: Document its role as a validated config parameter
Ian Jackson
2022-05-09
1
-3
/
+0
|
/
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-17
/
+8
*
FallbackDir: Use VecBuilder for orports
Ian Jackson
2022-05-04
1
-3
/
+4
*
Change builder list API
Ian Jackson
2022-05-04
1
-2
/
+2
*
CfgPath: Overhaul API
Ian Jackson
2022-05-03
1
-2
/
+2
*
Merge branch 'download-schedule' into 'main'
Nick Mathewson
2022-04-26
1
-5
/
+9
|
\
|
*
DirMgrConfig: Rename two fields that contained a _config
Ian Jackson
2022-04-26
1
-2
/
+2
|
*
DownloadSchudule: Have NetworkConfig contain Builders
Ian Jackson
2022-04-26
1
-17
/
+8
|
*
DownloadSchedule: Abolish new() method
Ian Jackson
2022-04-26
1
-3
/
+16
*
|
Merge branch 'main' into 'msrv_1_56'
Nick Mathewson
2022-04-26
1
-6
/
+3
|
\
|
|
*
Rename ThingListBuilder::replace (from set)
Ian Jackson
2022-04-25
1
-2
/
+2
|
*
Introduce AuthorityListBuilder in NetworkConfigBuilder
Ian Jackson
2022-04-25
1
-6
/
+3
*
|
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
|
/
*
arti-client: TorClientConfig: derive TorClientConfigBuilder
Ian Jackson
2022-04-22
1
-171
/
+41
*
fallback list: Introduce and use FallbackListBuilder
Ian Jackson
2022-04-22
1
-3
/
+3
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-0
/
+6
*
dirmgr: Initial DirFilter code.
Nick Mathewson
2022-03-24
1
-0
/
+1
*
Move SystemConfig to arti::cfg
Ian Jackson
2022-03-21
1
-48
/
+0
*
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
1
-27
/
+30
|
\
|
*
DirMgrConfig: abolish builder; make it transparent and exhaustive
Ian Jackson
2022-03-16
1
-13
/
+16
|
*
Make CircMgrConfig transparent (and make it a trait)
Ian Jackson
2022-03-16
1
-14
/
+9
|
*
Change type of TorClientConfig::override_net_params
Ian Jackson
2022-03-16
1
-3
/
+7
|
*
Actually honour preemptive circuits configuration
Ian Jackson
2022-03-16
1
-0
/
+1
*
|
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-3
/
+3
|
/
*
Use new upstream humantime_serde_option feature
Ian Jackson
2022-03-14
1
-4
/
+3
*
rustfmt
Ian Jackson
2022-03-11
1
-2
/
+1
*
Make TorClientConfigBuilder Deserialize
Ian Jackson
2022-03-11
1
-0
/
+11
*
Drop remaining conversion from FooConfig to FooConfigBuilder
Ian Jackson
2022-03-07
1
-66
/
+0
*
Have ArtiConfig contain a TorClientConfig, and drop builder retcon
Ian Jackson
2022-03-07
1
-6
/
+1
*
Derive Deserialize for derive-builder-generated config builders
Ian Jackson
2022-03-07
1
-0
/
+8
*
Fix rustdoc errors.
Nick Mathewson
2022-03-01
1
-8
/
+9
*
Run rustfmt.
Nick Mathewson
2022-03-01
1
-1
/
+0
[prev]
[next]