| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'config-updates-and-tests' | Nick Mathewson | 2021-11-29 | 1 | -0/+4 |
| |\ | |||||
| | * | Resolve some warnings in tor-config test | Nick Mathewson | 2021-11-25 | 1 | -0/+4 |
| | | | |||||
| * | | deglob some enums, use concise iteration syntax | Daniel Eades | 2021-11-25 | 1 | -0/+1 |
| |/ | |||||
| * | Fix a few typos. | Nick Mathewson | 2021-11-24 | 1 | -1/+1 |
| | | | | | Also fix some commonwealth spellings that had slipped in. | ||||
| * | More tests for tor-config. | Nick Mathewson | 2021-11-24 | 1 | -0/+54 |
| | | |||||
| * | Use named fields for the elements of ConfigBuildError | Nick Mathewson | 2021-11-18 | 1 | -13/+33 |
| | | |||||
| * | Move top-level configuration downwards from `arti` to `arti-config`. | Nick Mathewson | 2021-11-18 | 1 | -0/+39 |
| To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation. | |||||
