summaryrefslogtreecommitdiff
path: root/crates/arti-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-8/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* 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
* Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-131-46/+4
* 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-121-3/+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-111-2/+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-111-0/+46
* 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
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* Run rustfmt to tidy up importsIan Jackson2022-03-211-1/+1
* Move ApplicationConfig to arti crateIan Jackson2022-03-211-1/+1
* Move ProxyConfig to arti crateIan Jackson2022-03-211-3/+1
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-211-2/+1
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-3/+2
* 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
* | Add warnings about configuration stability.Nick Mathewson2022-02-281-0/+8
* | Upgrade to newer version of config crate.Nick Mathewson2022-02-251-25/+39
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Fix a doc link.Nick Mathewson2022-02-041-1/+2
* 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-011-2/+3
* Reload configuration when our configuration files change.Nick Mathewson2022-02-011-1/+4
* arti_config: Refactor configuration sources into a structNick Mathewson2022-02-011-26/+73