aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Rename key identifiers that have changed in the specNick Mathewson2023-02-081-1/+1
|/ | | | | | | | | Generated with perl: s/K([PS])_hs_intro_tid/K$1_hs_ipt_sid/g; s/K([PS])_onion_ntor/K$1_ntor/g; s/K([PS])_hs_intro_ntor/K$1_hss_ntor/g; s/K([PS])_hs_desc_ephem/K$1_hss_desc_enc/g;
* Update Tor number for s101 o3 (Tor: 2033cc7b5e).Alexander Færøy2023-01-271-0/+13
|
* Fix typo.Alexander Færøy2023-01-271-1/+1
|
* exportedapisketc: note that HTTP can be tricky.Nick Mathewson2023-01-261-0/+12
|
* Merge branch 'netdoc-builder' into 'main'eta2023-01-261-177/+1
|\ | | | | | | | | tor-netdoc: Provide NetdocEncoder (internal) See merge request tpo/core/arti!984
| * netdoc-builder: Move example into implementation doc commentIan Jackson2023-01-241-18/+0
| | | | | | | | Not actually tested yet
| * netdoc-builder api: Move internal API into actual code fileIan Jackson2023-01-241-135/+1
| | | | | | | | Motion, plus the bare minimum needed to make it compile.
| * netdoc-builder api: Remove obsolete proposed `Item` changesIan Jackson2023-01-241-24/+0
| | | | | | | | We decided against these in !969
* | New results for heap_and_download_size.mdNick Mathewson2023-01-251-0/+13
| |
* | 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/+0
| | | | Closes #576.
* Update bridges.md a littlearti-v1.1.0Nick Mathewson2022-11-301-4/+5
|
* Add a quick "how to use bridges" explanation document.Nick Mathewson2022-11-301-0/+55
|
* Check more targetstrinity-1686a2022-11-101-1/+1
|
* Add September values to heap_and_download_size.md.Alexander Færøy2022-10-251-2/+26
|
* Add Methodologies section to our Heap and Download Size document.Alexander Færøy2022-10-251-0/+11
|
* Add missing data from October from Nick.Alexander Færøy2022-10-251-3/+2
|
* Update heap and download size metrics for OctoberAlexander Færøy2022-10-251-3/+43
| | | | | This patch updates the heap_and_download_size.md file with numbers from October 2022 for our Sponsor 101 deliverables.
* Fix various typos (using typos tool and hand-inspection)Nick Mathewson2022-10-181-1/+1
|
* Abolish maint/readmesIan Jackson2022-10-121-1/+0
| | | | This is not needed any more
* Add a reminder to remove semver.md after release.Nick Mathewson2022-09-071-0/+2
|
* Merge branch 'bridge_writeup' into 'main'Nick Mathewson2022-08-261-0/+243
|\ | | | | | | | | Overview of issues with bridges in 1.1.0 See merge request tpo/core/arti!686
| * Qualify a few statements about bridges.Nick Mathewson2022-08-261-4/+11
| |
| * Remove first person: Now my opinions are facts. ;)Nick Mathewson2022-08-261-4/+4
| |
| * Overview of issues with bridges in 1.1.0Nick Mathewson2022-08-231-0/+236
| |