aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-config
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'upgrade_dependencies' into 'main'eta2022-04-271-1/+1
|\ \ | |/ |/|
| * Bump to config 0.13Nick Mathewson2022-04-261-1/+1
* | Merge branch 'download-schedule' into 'main'Nick Mathewson2022-04-261-4/+4
|\ \ | |/ |/|
| * DownloadSchedule: Rename field to "attempts"Ian Jackson2022-04-261-4/+4
* | Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* | Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* | Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-6/+8
|/
* Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-211-1/+1
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-4/+4
* Use a lower default for max_retries.Nick Mathewson2022-03-301-1/+1
* Run rustfmt to tidy up importsIan Jackson2022-03-211-1/+1
* Move ApplicationConfig to arti crateIan Jackson2022-03-212-30/+1
* Move ProxyConfig to arti crateIan Jackson2022-03-212-51/+1
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-212-127/+2
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-212-261/+5
* derive_builder: Switch to upstream 0.11Ian Jackson2022-03-161-1/+1
* add udp to runtimetrinity-1686a2022-03-141-0/+10
* rustfmtIan Jackson2022-03-111-10/+15
* Make ArtiConfigBuilder contain a TorClientConfigBuilderIan Jackson2022-03-111-135/+19
* Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-071-29/+0
* Have ArtiConfig contain a TorClientConfig, and drop builder retconIan Jackson2022-03-071-134/+13
* Provide way to get TorConfigBuilder from ArtiConfigBuilderIan Jackson2022-03-071-0/+27
* Derive Deserialize for handwritten ArtiConfigBuilderIan Jackson2022-03-071-1/+16
* Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+3
* Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-1/+1
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-4/+4
* | Update README.md files from rustdoc.Nick Mathewson2022-03-011-0/+8
* | Add warnings about configuration stability.Nick Mathewson2022-02-281-0/+8
* | Upgrade to newer version of config crate.Nick Mathewson2022-02-253-32/+56
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Fix a doc link.Nick Mathewson2022-02-041-1/+2
* Merge branch 'ticket270' into 'main'Nick Mathewson2022-02-033-4/+76
|\
| * Document that `notify` behavior is strange with symlinksNick Mathewson2022-02-032-0/+10
| * arti-config: add blank lines between functions.Nick Mathewson2022-02-021-0/+6
| * arti-config: Small type and comment refactoring from review.Nick Mathewson2022-02-021-2/+0
| * Make configuration-watching configurable and off-by-default.Nick Mathewson2022-02-013-2/+57
| * Reload configuration when our configuration files change.Nick Mathewson2022-02-011-1/+4
* | Fix typosDimitris Apostolou2022-02-021-1/+1
|/
* arti_config: Refactor configuration sources into a structNick Mathewson2022-02-011-26/+73
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-4/+4
* Make max_file_limit configurableNeel Chauhan2022-01-282-1/+24
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-4/+4
* Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-103-23/+118
* Expose and rename stream timeout config.Nick Mathewson2022-01-101-6/+6
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-7/+7
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Rename timeout_rules to stream_timeouts.Nick Mathewson2021-12-072-14/+18
* Merge branch 'revised_preemptive_config' into 'main'eta2021-12-072-28/+41
|\