| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix category in tor-config/Cargo.toml | Nick Mathewson | 2021-06-24 | 1 | -1/+1 |
| | | |||||
| * | Remove "publish = false" | Nick Mathewson | 2021-06-24 | 1 | -1/+0 |
| | | |||||
| * | Give every Cargo.toml a repository field | Nick Mathewson | 2021-05-19 | 1 | -0/+1 |
| | | |||||
| * | Fill in "package.categories" on all Cargo.toml | Nick Mathewson | 2021-05-19 | 1 | -0/+1 |
| | | |||||
| * | Bump regex and memchr versions | Nick Mathewson | 2021-05-03 | 1 | -1/+1 |
| | | |||||
| * | upgrade httparse and zeroize | Nick Mathewson | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | More tests in tor-config | Nick Mathewson | 2021-04-21 | 1 | -0/+1 |
| | | |||||
| * | Remove a few unused dependencies | Nick Mathewson | 2021-04-05 | 1 | -1/+0 |
| | | |||||
| * | upgrade to newer version of config crate. | Nick Mathewson | 2021-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add the tor project as an author. | Nick Mathewson | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | Add keywords to each Cargo.toml | Nick Mathewson | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | Add a description field to all our Cargo.toml files | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Give it a homepage everyplace. | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Avoid most regex features. | Nick Mathewson | 2021-03-10 | 1 | -1/+1 |
| | | |||||
| * | Only enable the `config` features we are using. | Nick Mathewson | 2021-03-10 | 1 | -1/+2 |
| | | | | | | This saves us from a lot of extra backends, including an entire extra version of serde (!). | ||||
| * | Bump dependencies with "cargo upgrade" | Nick Mathewson | 2021-03-06 | 1 | -2/+2 |
| | | |||||
| * | Update to latest futures, once_cell | Nick Mathewson | 2021-02-23 | 1 | -1/+1 |
| | | |||||
| * | Update some dependencies. | Nick Mathewson | 2021-02-19 | 1 | -2/+2 |
| | | |||||
| * | Add some tests for tor_config::CfgPath | Nick Mathewson | 2021-02-12 | 1 | -0/+1 |
| | | |||||
| * | Implement storage-directory configuration. | Nick Mathewson | 2021-02-12 | 1 | -0/+2 |
| | | | | | | | | This affects the cache_dir and the as-yet-unused state_dir. It uses the shellexpand and directories crates so that the default values can be constant strings that use variables to refer to the right default locations. | ||||
| * | Initial support for configuration from file and/or command-line. | Nick Mathewson | 2021-02-02 | 1 | -0/+2 |
| | | |||||
| * | bump serde and log | Nick Mathewson | 2021-02-01 | 1 | -1/+1 |
| | | |||||
| * | Start a 'tor-config' crate | Nick Mathewson | 2021-02-01 | 1 | -0/+16 |
| This crate is mainly intended to wrap the config.rs code if necessary, and to give a way for interacting with it on the command line. | |||||
