| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | rpc-meta: Rename intermediate response to "update". | Nick Mathewson | 2023-03-24 | 1 | -25/+23 | |
| | | | ||||||
| * | | rpc-meta-draft: consistently say "request" or "method", not "command". | Nick Mathewson | 2023-03-24 | 1 | -15/+15 | |
| | | | ||||||
| * | | rpc-meta-draft: make a number of localized changes from the review. | Nick Mathewson | 2023-03-24 | 1 | -21/+103 | |
| | | | ||||||
| * | | Start drafting a dev note about a JSON-based OO RPC design. | Nick Mathewson | 2023-03-24 | 1 | -0/+348 | |
| | | | ||||||
| * | | 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/+1689 | |
| Closes #576. | ||||||
