| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-config: Update documentation to not refer to config crate. | Nick Mathewson | 2024-03-13 | 1 | -1/+1 |
| | | |||||
| * | doc: consistent summary line for the READMEs | Emil Engler | 2022-12-20 | 1 | -1/+1 |
| | | | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate. | ||||
| * | tor-config: Document how to reject compiled-out features | Ian Jackson | 2022-12-06 | 1 | -0/+49 |
| | | | | | Fixes #654 | ||||
| * | tor-config: Add "particular situations" sections and mention list_builder | Ian Jackson | 2022-12-06 | 1 | -0/+11 |
| | | |||||
| * | arti-client, tor-config: Remove stability warning from top-level docs | Ian Jackson | 2022-11-21 | 1 | -8/+0 |
| | | | | | | | | Ticket #285 is closed and most of this is stable now we think. (There are still a couple of stability warnings for specific types in tor-config, which aren't exposed at the arti-client level.) | ||||
| * | Fix typos | Dimitris Apostolou | 2022-06-05 | 1 | -1/+1 |
| | | |||||
| * | Update tor-config README.md. | Nick Mathewson | 2022-05-27 | 1 | -1/+41 |
| | | |||||
| * | Update README.md files from rustdoc. | Nick Mathewson | 2022-03-01 | 1 | -0/+8 |
| | | |||||
| * | Move top-level configuration downwards from `arti` to `arti-config`. | Nick Mathewson | 2021-11-18 | 1 | -2/+1 |
| | | | | | | | | | 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. | ||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+14 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
