| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Resolve clippy warnings from Rust 1.52. | Nick Mathewson | 2021-05-07 | 1 | -5/+1 |
| | | | | | | | | | | | Rust 1.52 just came out, and there are new clippy lints to deal with: * It spots more cases when we could use Option::map * It spots more cases when we could use Iterator::flatten * When we build a struct instance, it wants us to list the fields in the same order that the struct declares them. | ||||
| * | tor-config: fix a new clipppy warning. | Nick Mathewson | 2021-03-29 | 1 | -1/+1 |
| | | |||||
| * | Allow spaces in command-line arguments again | Nick Mathewson | 2021-03-12 | 1 | -1/+3 |
| | | |||||
| * | Avoid most regex features. | Nick Mathewson | 2021-03-10 | 1 | -10/+5 |
| | | |||||
| * | Avoid unwrap() in tor-config | Nick Mathewson | 2021-03-04 | 1 | -5/+8 |
| | | |||||
| * | Add some tests for tor_config::CfgPath | Nick Mathewson | 2021-02-12 | 1 | -1/+0 |
| | | |||||
| * | Start a 'tor-config' crate | Nick Mathewson | 2021-02-01 | 1 | -0/+188 |
| 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. | |||||
