summaryrefslogtreecommitdiff
path: root/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Fix category in tor-config/Cargo.tomlNick Mathewson2021-06-241-1/+1
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+14
* Module docs for remaining cratesNick Mathewson2021-05-251-2/+8
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-182-2/+3
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-5/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Bump regex and memchr versionsNick Mathewson2021-05-031-1/+1
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+3
* upgrade httparse and zeroizeNick Mathewson2021-04-251-1/+1
* More tests in tor-configNick Mathewson2021-04-212-0/+74
* Remove a few unused dependenciesNick Mathewson2021-04-051-1/+0
* tor-config: fix a new clipppy warning.Nick Mathewson2021-03-291-1/+1
* upgrade to newer version of config crate.Nick Mathewson2021-03-241-1/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-1/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Allow spaces in command-line arguments againNick Mathewson2021-03-121-1/+3
* Avoid most regex features.Nick Mathewson2021-03-102-11/+6
* Only enable the `config` features we are using.Nick Mathewson2021-03-101-1/+2
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-2/+2
* Avoid unwrap() in tor-configNick Mathewson2021-03-041-5/+8
* Update to latest futures, once_cellNick Mathewson2021-02-231-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-2/+2
* Add some tests for tor_config::CfgPathNick Mathewson2021-02-123-1/+47
* Implement storage-directory configuration.Nick Mathewson2021-02-123-3/+118
* Initial support for configuration from file and/or command-line.Nick Mathewson2021-02-022-0/+64
* bump serde and logNick Mathewson2021-02-011-1/+1
* Start a 'tor-config' crateNick Mathewson2021-02-013-0/+214