aboutsummaryrefslogtreecommitdiff
path: root/spec/padding-spec
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-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-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-06Update some obsoelte linksNick Mathewson
2023-10-18Move intro files into their appropriate directories.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