aboutsummaryrefslogtreecommitdiff
path: root/spec/path-spec
AgeCommit message (Collapse)Author
2023-11-08Fix broken anchorsJim Newsome
2023-11-08Fix broken linksJim Newsome
2023-11-06Merge branch 'less-digression' into 'main'Nick Mathewson
Remove some "open questions" style sections See merge request tpo/core/torspec!188
2023-11-06path-spec: reorganize selection rules a bit to clarify flow.Nick Mathewson
2023-11-06Remove mention of disabling guards; we no longer do that.Nick Mathewson
2023-11-06Fold a misplaced section of dir-spec into path-specNick Mathewson
(Notes about Valid/Fast/Running/Stable/Guard were already elsewhere in path-spec.)
2023-11-06path-spec: restore explanation of how we override network family prefixNick Mathewson
2023-11-06path-spec: Correct links to guard info.Nick Mathewson
2023-11-06Remove statement about Valid and RunningNick Mathewson
(Relays with those flags are no longer listed in the consensus; every relay is implicitly Valid and Running per proposal 272.)
2023-11-06path-spec: Correct the description of network/family constraintsNick Mathewson
2023-11-06Un-escape and un-indent path constraints section.Nick Mathewson
2023-11-06path-spec: replace most section-number-based links.Nick Mathewson
2023-11-06Drop the "old notes" chapter from path-spec.Nick Mathewson
2023-10-18Move intro files into their appropriate directories.Nick Mathewson
2023-10-14Ensure that we have no empty sections.Nick Mathewson
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-14Rename all long files.Nick Mathewson
2023-10-14Run mdformat on the spec files.Nick Mathewson
2023-10-13Several more warnings from markdownlint.Nick Mathewson
2023-10-13Run markdownlint --fix on spec.Nick Mathewson
2023-10-12Convert text specifications to mdbook.Nick Mathewson