summaryrefslogtreecommitdiff
path: root/doc/dev
Commit message (Collapse)AuthorAgeFilesLines
...
* | Try to be less ambigous about "maybe offline"...Nick Mathewson2023-01-241-9/+15
| | | | | | | | | | | | ...by defining "offline" as "maybe online". @diziet is this what you had in mind?
* | Try to specify which keys are whichNick Mathewson2023-01-241-13/+20
| | | | | | | | Use the terminology in the current draft torspec!105 MR.
* | Add a note about key storage in onion services and clientsNick Mathewson2023-01-241-0/+99
|/
* netdoc-builder api: Write down the correctness (non)-guaranteesIan Jackson2023-01-201-0/+10
|
* netdoc-builder api: Make object() take selfIan Jackson2023-01-201-3/+3
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/969#note_2869594
* netdoc-builder api: Change object multiplicity to 0 or 1Ian Jackson2023-01-201-5/+5
|
* netdoc-builder api: Provide raw methodsIan Jackson2023-01-201-0/+27
|
* netdoc-builder api: Fix typoIan Jackson2023-01-201-1/+1
|
* netdoc-builder api: Clarify ItemEncoder.objects contentIan Jackson2023-01-201-0/+4
|
* netdoc-builder api: In internal notes don't promise not to eagerly addIan Jackson2023-01-201-1/+2
|
* netdoc-builder api: Rename internal Builder to EncoderIan Jackson2023-01-201-15/+16
| | | | | This seems clearer now and also it solves the name clash with the `NetdocBuilder` trait.
* netdoc-builder api: Get rid of Item, and error reworkIan Jackson2023-01-201-6/+45
|
* netdoc-builder api: Add example of useIan Jackson2023-01-201-0/+18
|
* NetdocBuilder: Improvements apropos reviewIan Jackson2023-01-201-4/+30
|
* Improved pseudocode commentaryNick Mathewson2023-01-201-2/+3
|
* RFC netdoc builder APIIan Jackson2023-01-201-0/+119
|
* Update comments based on feedbackNick Mathewson2023-01-171-4/+17
|
* Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-01-131-0/+4
|
* Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-01-131-0/+4
|
* Sketch for some options and design issues around FFI/RPCNick Mathewson2023-01-131-0/+220
| | | | | | This is just a beginning, but hopefully we can expand it with more information and options, and then use it to get everybody in our nascent FFI/RPC working group on the same page.
* Merge branch 'hilev_docs' into 'main'Nick Mathewson2023-01-061-6/+119
|\ | | | | | | | | | | | | Architecture: More high-level documentation and diagrams. Closes #624 See merge request tpo/core/arti!963
| * 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.