summaryrefslogtreecommitdiff
path: root/crates/arti-config
Commit message (Expand)AuthorAgeFilesLines
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-011-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Increment versions of crates with trivial changes only.Nick Mathewson2022-06-241-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'lint' into 'main'Ian Jackson2022-05-311-0/+35
|\
| * lints: Make lint blocks consistentIan Jackson2022-05-311-1/+3
| * lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
| * lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
| * lints: arti-config: Re-add standard lint listIan Jackson2022-05-311-0/+30
* | arti-config: Change description of tombstone crateIan Jackson2022-05-311-1/+1
|/
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+1
* update readmestrinity-1686a2022-05-251-0/+2
* Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-133-80/+8
* arti-config abolition: Move functionality to tor-configIan Jackson2022-05-131-233/+1
* arti-config: Move default config file test to arti-clientIan Jackson2022-05-131-10/+0
* Fix comment locationIan Jackson2022-05-131-2/+2
* config load: Move mistrust checking to load()Ian Jackson2022-05-131-15/+34
* ARTI_DEFAULTS: Move to arti crateIan Jackson2022-05-123-192/+0
* config defaults: No longer apply ARTI_DEFAULTS in load()Ian Jackson2022-05-121-4/+0
* arti-config: Move cmdline to tor-configIan Jackson2022-05-112-207/+1
* Move default_config_file() into arti-clientIan Jackson2022-05-111-6/+1
* ConfigurationSources: Have the generics take Into<owned>Ian Jackson2022-05-111-12/+12
* ConfigurationSource: Move "usual" logic for constructionIan Jackson2022-05-112-0/+47
* default_config_file(): Have it return Result, not OptionIan Jackson2022-05-111-3/+3
* ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-111-1/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-4/+4
* Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
* Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-1/+1
|\
| * derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* | Fix grammar and typosSamanta Navarro2022-04-272-2/+2
* | 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