aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/create-created-cells.md
AgeCommit message (Collapse)Author
2024-02-13Replace "payload" with "body"Nick Mathewson
We had used these terms inconsistently; "payload" was far less common. Part of #253.
2024-02-12Clarify when we use CREATE_FASTNick Mathewson
2024-02-06Apply "cell" and "message" consistentlyNick Mathewson
Done by grepping for "cell" and making sure it was accurate in every place where it occurs. In tor-spec, I also searched for "message". Part of #253.
2023-11-13Add links from tor-spec to proposalsJim Newsome
2023-11-09Escape brackets that aren't meant to be reference-linksJim Newsome
2023-11-09Merge branch 'linklint' into 'main'Nick Mathewson
Fix linklint script and broken links See merge request tpo/core/torspec!210
2023-11-08Fix broken anchorsJim Newsome
2023-11-08Fix markdown typography for G^*Jim Newsome
2023-11-08create-created-cells.md: replace section number refsJim Newsome
2023-11-08create-created-cells.md: Reformat code blocks and quote identifiersJim Newsome
2023-11-08create-created-cells.md: replace some section referencesJim Newsome
2023-11-06tor-spec: replace Section x.y.z with linksJim Newsome
This replaces most of the occurences found with `git grep '[sS]ection\s[0-9]'` in tor-spec. I left instances inside code blocks for follow-up MRs.
2023-11-06cell-packet-format: fix section referencesJim Newsome
2023-11-02torspec: Reserve prop346 valuesDavid Goulet
Also fold in missing INTRODUCE1 extensions from prop324 (CC) and prop327 (PoW). Signed-off-by: David Goulet <dgoulet@torproject.org>
2023-10-24CREATE: reformat into tables and add section linksJim Newsome
2023-10-14Enforce the rule that every md has a toplevel (\#) section.Nick Mathewson
2023-10-14Add short IDs for most long section namesNick Mathewson
I've left off sections that are headings for their whole document.
2023-10-14Run mdformat on the spec files.Nick Mathewson
2023-10-13Run markdownlint --fix on spec.Nick Mathewson
2023-10-12Convert text specifications to mdbook.Nick Mathewson