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-config
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add warnings about configuration stability.
Nick Mathewson
2022-02-28
1
-0
/
+8
*
Upgrade to newer version of config crate.
Nick Mathewson
2022-02-25
2
-31
/
+55
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Fix a doc link.
Nick Mathewson
2022-02-04
1
-1
/
+2
*
Merge branch 'ticket270' into 'main'
Nick Mathewson
2022-02-03
3
-4
/
+76
|
\
|
*
Document that `notify` behavior is strange with symlinks
Nick Mathewson
2022-02-03
2
-0
/
+10
|
*
arti-config: add blank lines between functions.
Nick Mathewson
2022-02-02
1
-0
/
+6
|
*
arti-config: Small type and comment refactoring from review.
Nick Mathewson
2022-02-02
1
-2
/
+0
|
*
Make configuration-watching configurable and off-by-default.
Nick Mathewson
2022-02-01
3
-2
/
+57
|
*
Reload configuration when our configuration files change.
Nick Mathewson
2022-02-01
1
-1
/
+4
*
|
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
|
/
*
arti_config: Refactor configuration sources into a struct
Nick Mathewson
2022-02-01
1
-26
/
+73
*
Make max_file_limit configurable
Neel Chauhan
2022-01-28
2
-1
/
+24
*
Tracing configuration for logfiles, per-target filters
Nick Mathewson
2022-01-10
3
-23
/
+118
*
Expose and rename stream timeout config.
Nick Mathewson
2022-01-10
1
-6
/
+6
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Rename timeout_rules to stream_timeouts.
Nick Mathewson
2021-12-07
2
-14
/
+18
*
Merge branch 'revised_preemptive_config' into 'main'
eta
2021-12-07
2
-28
/
+41
|
\
|
*
Clarify names and docs for predictive circuits.
Nick Mathewson
2021-12-07
2
-13
/
+26
|
*
Rename circuits_preemptive to preemptive_circuits
Nick Mathewson
2021-12-07
2
-15
/
+15
*
|
Merge branch 'bug252' into 'main'
eta
2021-12-07
2
-2
/
+33
|
\
\
|
|
/
|
/
|
|
*
Rename ClientDNSConfig -> ClientTimeoutConfig
Neel Chauhan
2021-12-07
2
-11
/
+14
|
*
Make DNS fields in arti-client/src/client.rs configurable
Neel Chauhan
2021-12-03
2
-2
/
+30
*
|
Merge branch 'preemptive-config' into 'main'
eta
2021-12-07
2
-0
/
+41
|
\
\
|
*
|
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
2
-0
/
+41
|
|
/
*
/
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+3
|
/
*
Idle hacking to get 90% coverage in arti-config
Nick Mathewson
2021-12-02
1
-0
/
+18
*
Change sane_defaults() and with_directories()
Nick Mathewson
2021-11-29
1
-1
/
+1
*
Merge branch 'config-updates-and-tests'
Nick Mathewson
2021-11-29
2
-16
/
+270
|
\
|
*
Document StorageConfig defaults better.
Nick Mathewson
2021-11-29
1
-8
/
+11
|
*
Add basic tests for high-level builders
Nick Mathewson
2021-11-25
1
-0
/
+57
|
*
Implement builder patterns for ArtiConfig.
Nick Mathewson
2021-11-25
2
-6
/
+181
|
*
Impl and test Default for high-level configs
Nick Mathewson
2021-11-25
1
-3
/
+22
*
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-0
/
+1
*
|
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
/
+3
*
Implement meta-builder pattern for TorClientConfig
Nick Mathewson
2021-11-22
1
-10
/
+27
*
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
/
+17
*
Rename .gitignore APP_FOO to ARTI_FOO.
Nick Mathewson
2021-11-21
2
-5
/
+5
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-0
/
+18
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-2
/
+17
*
Make arti-client config object match arti config better.
Nick Mathewson
2021-11-21
1
-34
/
+8
*
Lower StorageConfig to arti-client crate
Nick Mathewson
2021-11-21
2
-37
/
+3
*
Use named fields for the elements of ConfigBuildError
Nick Mathewson
2021-11-18
1
-2
/
+8
*
Rename RetryConfig to DownloadSchedule, fold in parallelism.
Nick Mathewson
2021-11-18
1
-6
/
+4
*
Move the socks_port option into a new proxy section.
Nick Mathewson
2021-11-18
3
-8
/
+25
*
Rename the "network" configuration section to "tor_network".
Nick Mathewson
2021-11-18
1
-2
/
+2
*
Rename addr_config to address_filter; clarify its usage.
Nick Mathewson
2021-11-18
2
-5
/
+6
*
Flatten enforce_distance into path_rules.
Nick Mathewson
2021-11-18
2
-3
/
+4
[next]