aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/relay-cells.md
AgeCommit message (Collapse)Author
2024-02-15Merge branch 'payload' into 'main'David Goulet
Replace "payload" with "body" See merge request tpo/core/torspec!248
2024-02-14fix a linkNick Mathewson
2024-02-14Add headings to table of relay commandsNick Mathewson
2024-02-14Add description column to relay command table.Nick Mathewson
2024-02-14Add links for the relay commands.Nick Mathewson
2024-02-14Use abbrevs to compress relay command table a bit moreNick Mathewson
2024-02-14Remove RELAY_ prefix from command table.Nick Mathewson
This will get us some horizontal space.
2024-02-14Make the relay command table contain _all_ commands.Nick Mathewson
Formerly it didn't have conflux, HS, or padding commands.
2024-02-13Replace "payload" with "body"Nick Mathewson
We had used these terms inconsistently; "payload" was far less common. Part of #253.
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-09Merge branch 'cell-rewrite' into 'main'Nick Mathewson
Revise the explanation of the cell format See merge request tpo/core/torspec!213
2023-11-09Finish revising cell-packet-format.Nick Mathewson
2023-11-08relay-cells.md: Replace 'section #' refs with linksJim Newsome
2023-11-08relay-cells.md: reformat code blocksJim 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-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