| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | rpc: Clarify/restate method definition requirements | Ian Jackson | 2023-03-24 | 1 | -9/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | In particular, abolish the notion of a "response type". Since responses don't come with a discriminant, each method may have only one success response format (although of course that format might itself have optional fields or be an enum or something). | |||||
| | * | | rpc: Use Object for method targets and JSON object for document objects | Ian Jackson | 2023-03-24 | 1 | -29/+31 | |
| | | | | ||||||
| | * | | rpc: Make `params` in a request non-optional | Ian Jackson | 2023-03-24 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | *If* it is optional that would depend on the request, which is a bit complicated to specify precisely. And making it mandatory is more orthogonal. | |||||
| * | | | Fix typo | Dimitris Apostolou | 2023-03-24 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | rpc-meta-draft: Sketch an even-lower-level API. | Nick Mathewson | 2023-03-24 | 1 | -0/+11 | |
| | | | ||||||
| * | | rpc-draft: Sketch out more commands to add, start sketching APIs | Nick Mathewson | 2023-03-24 | 1 | -1/+112 | |
| | | | ||||||
| * | | rpc-meta: clarify when "object" means "JSON object". | Nick Mathewson | 2023-03-24 | 1 | -8/+7 | |
| | | | ||||||
| * | | rpc-meta: expand on handle/reference semantics. | Nick Mathewson | 2023-03-24 | 1 | -5/+24 | |
| | | | ||||||
| * | | rpc-meta: Use "will" for what Arti does, "must" for what client does. | Nick Mathewson | 2023-03-24 | 1 | -4/+4 | |
| | | | ||||||
| * | | 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; | |||||
| * | 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 | |
| | | ||||||
| * | Move developer-facing documentation into a doc/dev subdir | Nick Mathewson | 2022-12-05 | 3 | -0/+640 | |
| Closes #576. | ||||||
