| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos | Dimitris Apostolou | 2022-02-02 | 1 | -1/+1 |
| | | |||||
| * | Resolve roughly half of the XXXXs. | Nick Mathewson | 2021-12-06 | 1 | -1/+3 |
| | | | | | | | | | We want to only use TODO in the codebase for non-blockers, and open tickets for anything that is a bigger blocker than a TODO. These XXXXs seem like definite non-blockers to me. Part of arti#231. | ||||
| * | Idle hacking to get 90% coverage in arti-config | Nick Mathewson | 2021-12-02 | 1 | -0/+18 |
| | | | | | | This is just a matter of writing a few tests for some very easy functions. | ||||
| * | deglob some enums, use concise iteration syntax | Daniel Eades | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | Move top-level configuration downwards from `arti` to `arti-config`. | Nick Mathewson | 2021-11-18 | 1 | -0/+185 |
| 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. | |||||
