| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename key identifiers that have changed in the spec | Nick Mathewson | 2023-02-08 | 1 | -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øy | 2023-01-27 | 1 | -0/+13 |
| | | |||||
| * | Fix typo. | Alexander Færøy | 2023-01-27 | 1 | -1/+1 |
| | | |||||
| * | exportedapisketc: note that HTTP can be tricky. | Nick Mathewson | 2023-01-26 | 1 | -0/+12 |
| | | |||||
| * | Merge branch 'netdoc-builder' into 'main' | eta | 2023-01-26 | 1 | -177/+1 |
| |\ | | | | | | | | | tor-netdoc: Provide NetdocEncoder (internal) See merge request tpo/core/arti!984 | ||||
| | * | netdoc-builder: Move example into implementation doc comment | Ian Jackson | 2023-01-24 | 1 | -18/+0 |
| | | | | | | | | | Not actually tested yet | ||||
| | * | netdoc-builder api: Move internal API into actual code file | Ian Jackson | 2023-01-24 | 1 | -135/+1 |
| | | | | | | | | | Motion, plus the bare minimum needed to make it compile. | ||||
| | * | netdoc-builder api: Remove obsolete proposed `Item` changes | Ian Jackson | 2023-01-24 | 1 | -24/+0 |
| | | | | | | | | | We decided against these in !969 | ||||
| * | | New results for heap_and_download_size.md | Nick Mathewson | 2023-01-25 | 1 | -0/+13 |
| | | | |||||
| * | | Try to be less ambigous about "maybe offline"... | Nick Mathewson | 2023-01-24 | 1 | -9/+15 |
| | | | | | | | | | | | | | ...by defining "offline" as "maybe online". @diziet is this what you had in mind? | ||||
| * | | Try to specify which keys are which | Nick Mathewson | 2023-01-24 | 1 | -13/+20 |
| | | | | | | | | | Use the terminology in the current draft torspec!105 MR. | ||||
| * | | Add a note about key storage in onion services and clients | Nick Mathewson | 2023-01-24 | 1 | -0/+99 |
| |/ | |||||
| * | netdoc-builder api: Write down the correctness (non)-guarantees | Ian Jackson | 2023-01-20 | 1 | -0/+10 |
| | | |||||
| * | netdoc-builder api: Make object() take self | Ian Jackson | 2023-01-20 | 1 | -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 1 | Ian Jackson | 2023-01-20 | 1 | -5/+5 |
| | | |||||
| * | netdoc-builder api: Provide raw methods | Ian Jackson | 2023-01-20 | 1 | -0/+27 |
| | | |||||
| * | netdoc-builder api: Fix typo | Ian Jackson | 2023-01-20 | 1 | -1/+1 |
| | | |||||
| * | netdoc-builder api: Clarify ItemEncoder.objects content | Ian Jackson | 2023-01-20 | 1 | -0/+4 |
| | | |||||
| * | netdoc-builder api: In internal notes don't promise not to eagerly add | Ian Jackson | 2023-01-20 | 1 | -1/+2 |
| | | |||||
| * | netdoc-builder api: Rename internal Builder to Encoder | Ian Jackson | 2023-01-20 | 1 | -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 rework | Ian Jackson | 2023-01-20 | 1 | -6/+45 |
| | | |||||
| * | netdoc-builder api: Add example of use | Ian Jackson | 2023-01-20 | 1 | -0/+18 |
| | | |||||
| * | NetdocBuilder: Improvements apropos review | Ian Jackson | 2023-01-20 | 1 | -4/+30 |
| | | |||||
| * | Improved pseudocode commentary | Nick Mathewson | 2023-01-20 | 1 | -2/+3 |
| | | |||||
| * | RFC netdoc builder API | Ian Jackson | 2023-01-20 | 1 | -0/+119 |
| | | |||||
| * | Update comments based on feedback | Nick Mathewson | 2023-01-17 | 1 | -4/+17 |
| | | |||||
| * | Apply 1 suggestion(s) to 1 file(s) | Ian Jackson | 2023-01-13 | 1 | -0/+4 |
| | | |||||
| * | Apply 1 suggestion(s) to 1 file(s) | Ian Jackson | 2023-01-13 | 1 | -0/+4 |
| | | |||||
| * | Sketch for some options and design issues around FFI/RPC | Nick Mathewson | 2023-01-13 | 1 | -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 Mathewson | 2023-01-06 | 1 | -6/+119 |
| |\ | | | | | | | | | | | | | Architecture: More high-level documentation and diagrams. Closes #624 See merge request tpo/core/arti!963 | ||||
| | * | Architecture.md: Move title outside of diagram | Nick Mathewson | 2023-01-06 | 1 | -3/+2 |
| | | | | | | | | | Apparently, Mermaid 9.1 did not support this. | ||||
| | * | Architecture: More high-level documentation and diagrams. | Nick Mathewson | 2023-01-05 | 1 | -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 Mathewson | 2023-01-06 | 1 | -0/+180 |
| |/ | |||||
| * | doc: update the crate list in Architecture.md | Emil Engler | 2022-12-20 | 1 | -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 process | Nick Mathewson | 2022-12-10 | 1 | -0/+2 |
| | | |||||
| * | Move developer-facing documentation into a doc/dev subdir | Nick Mathewson | 2022-12-05 | 11 | -0/+0 |
| | | | | | Closes #576. | ||||
| * | Update bridges.md a littlearti-v1.1.0 | Nick Mathewson | 2022-11-30 | 1 | -4/+5 |
| | | |||||
| * | Add a quick "how to use bridges" explanation document. | Nick Mathewson | 2022-11-30 | 1 | -0/+55 |
| | | |||||
| * | Check more targets | trinity-1686a | 2022-11-10 | 1 | -1/+1 |
| | | |||||
| * | Add September values to heap_and_download_size.md. | Alexander Færøy | 2022-10-25 | 1 | -2/+26 |
| | | |||||
| * | Add Methodologies section to our Heap and Download Size document. | Alexander Færøy | 2022-10-25 | 1 | -0/+11 |
| | | |||||
| * | Add missing data from October from Nick. | Alexander Færøy | 2022-10-25 | 1 | -3/+2 |
| | | |||||
| * | Update heap and download size metrics for October | Alexander Færøy | 2022-10-25 | 1 | -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 Mathewson | 2022-10-18 | 1 | -1/+1 |
| | | |||||
| * | Abolish maint/readmes | Ian Jackson | 2022-10-12 | 1 | -1/+0 |
| | | | | | This is not needed any more | ||||
| * | Add a reminder to remove semver.md after release. | Nick Mathewson | 2022-09-07 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'bridge_writeup' into 'main' | Nick Mathewson | 2022-08-26 | 1 | -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 Mathewson | 2022-08-26 | 1 | -4/+11 |
| | | | |||||
| | * | Remove first person: Now my opinions are facts. ;) | Nick Mathewson | 2022-08-26 | 1 | -4/+4 |
| | | | |||||
| | * | Overview of issues with bridges in 1.1.0 | Nick Mathewson | 2022-08-23 | 1 | -0/+236 |
| | | | |||||
