summaryrefslogtreecommitdiff
path: root/doc/dev
Commit message (Collapse)AuthorAgeFilesLines
...
| * Architecture.md: Move title outside of diagramNick Mathewson2023-01-061-3/+2
| | | | | | | | Apparently, Mermaid 9.1 did not support this.
| * Architecture: More high-level documentation and diagrams.Nick Mathewson2023-01-051-6/+120
| | | | | | | | | | | | | | | | | | | | | | Specifically, I'm adding a high-level MDD (simplified for clarity). I'm also adding a diagram of the object relations among our manager types. (There are also communications that happen via channels, but those aren't discussed here.) That part closes #624. There is probably more to say here, but this should form a scaffold we can build on.
* | Add a protocol overview for onion services.Nick Mathewson2023-01-061-0/+180
|/
* doc: update the crate list in Architecture.mdEmil Engler2022-12-201-89/+37
| | | | | | This commit updates the crate list in Architecture.md. Because of the previous commit, which introduced consistency to these files, it was possible to generate it fairly easy with a tiny Perl script.
* Add another step to the release processNick Mathewson2022-12-101-0/+2
|
* Move developer-facing documentation into a doc/dev subdirNick Mathewson2022-12-0511-0/+1689
Closes #576.