summaryrefslogtreecommitdiff
path: root/doc/dev/rpc-book/src
Commit message (Collapse)AuthorAgeFilesLines
* rpc-connect-sketch: clarify "no new critical members" principle.Nick Mathewson2024-11-131-5/+11
|
* rpc-connect-sketch: Per discussion, change non-localhost to "decline"Nick Mathewson2024-11-121-1/+1
|
* rpc-connect-sketc: Add question on TOML tolerance.Nick Mathewson2024-11-071-0/+6
|
* rpc-connect-sketch: more specific abort/decline documentationNick Mathewson2024-11-071-6/+12
|
* rpc-connect-sketch: more on philosophy of client error handlingNick Mathewson2024-11-071-2/+34
|
* rpc-cookie: shell expansion happens before the addr is canonicalNick Mathewson2024-11-071-0/+2
|
* rpc-connect: Clarify server behavior on disabled entries.Nick Mathewson2024-11-071-0/+2
| | | | | The behavior in question is to ignore the entries entirely, and not check their files at all.
* Grammar fix.Nick Mathewson2024-10-311-1/+1
|
* RPC spec: note that embedded/owned need options.Nick Mathewson2024-10-311-1/+6
|
* RPC spec: clarify what is escapedNick Mathewson2024-10-311-2/+7
| | | | | Specifically, only literal connect points (TOML strings) are escaped.
* RPC specs: Fix an inline TOML table syntax.Nick Mathewson2024-10-311-1/+1
|
* rpc: clarify percent-encoding rules.Nick Mathewson2024-10-281-5/+10
|
* rpc: refer to TOML tables, not sections.Nick Mathewson2024-10-281-5/+5
|
* rpc: centralize treatment of unrecognized sections/members.Nick Mathewson2024-10-281-2/+2
|
* rpc: clarify "hidden file" meaning.Nick Mathewson2024-10-281-2/+3
|
* rpc: tweak "connect string" terminologyNick Mathewson2024-10-282-75/+78
| | | | | With all the fanciness we've built up here here, it seems that "connect point" is a better term than "connect point".
* rpc-connect-sketch: convert to toml.Nick Mathewson2024-10-271-50/+61
| | | | | (We've decided to make this change because these files are meant to be written by humans.)
* Move RPC documents into a new locationNick Mathewson2024-10-243-0/+1894
This will be the start of an mdbook document.