index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
*
Fix rustdoc errors.
Nick Mathewson
2022-03-01
1
-8
/
+9
*
Run rustfmt.
Nick Mathewson
2022-03-01
1
-1
/
+0
*
arti-client: Add stability warning to config module
Ian Jackson
2022-03-01
1
-0
/
+9
*
Add warnings about configuration stability.
Nick Mathewson
2022-02-28
1
-2
/
+8
*
Expose Reconfigure enum from arti-client.
Nick Mathewson
2022-02-01
1
-1
/
+1
*
Make max_file_limit configurable
Neel Chauhan
2022-01-28
1
-0
/
+56
*
Put our cache files in the right place.
Nick Mathewson
2022-01-18
1
-1
/
+1
*
Improve the layout of crate exports; add runtime convenience functions
eta
2022-01-11
1
-3
/
+1
*
Expose and rename stream timeout config.
Nick Mathewson
2022-01-10
1
-16
/
+24
*
Improve documentation of which config can change.
Nick Mathewson
2021-12-07
1
-0
/
+2
*
Make TorClient reconfigurable.
Nick Mathewson
2021-12-07
1
-0
/
+8
*
Make ClientTimeoutConfig members crate-private.
Nick Mathewson
2021-12-07
1
-3
/
+3
*
Rename timeout_rules to stream_timeouts.
Nick Mathewson
2021-12-07
1
-15
/
+16
*
Merge branch 'revised_preemptive_config' into 'main'
eta
2021-12-07
1
-13
/
+13
|
\
|
*
Rename circuits_preemptive to preemptive_circuits
Nick Mathewson
2021-12-07
1
-13
/
+13
*
|
Merge branch 'bug252' into 'main'
eta
2021-12-07
1
-0
/
+81
|
\
\
|
|
/
|
/
|
|
*
Rename ClientDNSConfig -> ClientTimeoutConfig
Neel Chauhan
2021-12-07
1
-19
/
+22
|
*
Improve ClientDNSConfig field comments
Neel Chauhan
2021-12-03
1
-3
/
+5
|
*
Make DNS fields in arti-client/src/client.rs configurable
Neel Chauhan
2021-12-03
1
-0
/
+76
*
|
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
1
-2
/
+21
|
/
*
Fix a documentation link.
Nick Mathewson
2021-11-30
1
-2
/
+3
*
Fix a bad rustdoc reference.
Nick Mathewson
2021-11-29
1
-1
/
+1
*
Change sane_defaults() and with_directories()
Nick Mathewson
2021-11-29
1
-32
/
+27
*
Merge branch 'config-updates-and-tests'
Nick Mathewson
2021-11-29
1
-28
/
+109
|
\
|
*
Document StorageConfig defaults better.
Nick Mathewson
2021-11-29
1
-3
/
+17
|
*
Add basic tests for high-level builders
Nick Mathewson
2021-11-25
1
-3
/
+52
|
*
Impl and test Default for high-level configs
Nick Mathewson
2021-11-25
1
-0
/
+20
|
*
Ensure that all config sections have deny_unknown_fields
Nick Mathewson
2021-11-25
1
-0
/
+1
|
*
Make directory accessors crate-private.
Nick Mathewson
2021-11-25
1
-4
/
+2
|
*
Define defaults for StorageConfig
Nick Mathewson
2021-11-25
1
-19
/
+18
*
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-1
/
+1
|
/
*
Resolve a pair of rustdoc warnings.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-2
/
+2
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Implement meta-builder pattern for TorClientConfig
Nick Mathewson
2021-11-22
1
-10
/
+159
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-3
/
+3
*
For every* config type, make defaults consistent.
Nick Mathewson
2021-11-21
1
-0
/
+1
*
Rename .gitignore APP_FOO to ARTI_FOO.
Nick Mathewson
2021-11-21
1
-1
/
+1
*
Give CfgPath an alternative inner representation.
Nick Mathewson
2021-11-21
1
-12
/
+2
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-0
/
+16
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-0
/
+7
*
Make arti-client config object match arti config better.
Nick Mathewson
2021-11-21
1
-40
/
+80
*
Lower StorageConfig to arti-client crate
Nick Mathewson
2021-11-21
1
-3
/
+39
*
Fold "circuit_timing" and "request_timing" into a single section.
Nick Mathewson
2021-11-18
1
-1
/
+1
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-1
/
+4
*
Remove dependency from arti-client to tor-config.
Nick Mathewson
2021-11-16
1
-8
/
+12
*
Try writing a bit more documentation for configuration types.
Nick Mathewson
2021-10-28
1
-6
/
+40
*
Rename tor_client/arti_tor_client to arti_client.
Nick Mathewson
2021-10-21
1
-0
/
+105