aboutsummaryrefslogtreecommitdiff
path: root/guard-spec.txt
AgeCommit message (Collapse)Author
2023-10-12Move all text-only specifications into the OLD_TXT directory.Nick Mathewson
2023-08-25Merge 337-simpler-guard-usability.md into guard-specNick Mathewson
This proposal gives an alternative formulation of the usability rules of guard-spec, and the relationship between guard status and circuit status.
2023-08-24Merge proposal 336-randomize-guard-retries.mdNick Mathewson
2021-10-25Fix typos and cleanupDimitris Apostolou
2021-10-13guard-spec: adjust retry schedule to match Tor's behavior.Nick Mathewson
2021-10-13guard-spec: Clarify how the list of primary guards can change.Nick Mathewson
2021-10-13Clarify guard-spec: Define "sample order".Nick Mathewson
2021-09-22guard-spec: Add 'Table of contents'Oleh Franchuk
2020-06-07including prop310 rationalFlorentin Rochet
2019-12-10convert text blocks into widely compatible "blockquote" syntaxHans-Christoph Steiner
This only adds newline characters to make the existing text blocks act like "blockquote" or "code block" syntax in Markdown, asciidoc, and others. This was accomplished by manually reviewing the output of this script: ```bash for f in *.txt; do cat $f | python -c "import sys,re;print(re.sub(r'(\n {0,3}[^ \n][^\n]*\n)( {4,}[^\n]*)', r'\1\n\2', sys.stdin.read()))" > ${f}.tmp mv ${f}.tmp $f done ```
2019-11-26standardize whitespace in the titlesHans-Christoph Steiner
This is one small step towards making these a standard, parsable format.
2017-09-06add nsf acksRoger Dingledine
2017-05-19Fix some issues in guard-spec.txt pointed out by arma.George Kadianakis
See https://lists.torproject.org/pipermail/tor-dev/2017-May/012263.html .
2017-05-19one more fix on guard-specRoger Dingledine
2017-05-19more subtle fixes to guard-specRoger Dingledine
i don't think i broke anything, but it would be worth somebody looking over it to be sure.
2017-05-19easy and hopefully uncontroversial fixes to guard-specRoger Dingledine
please do feel free to look through and make sure i didn't break anything though :)
2017-04-16fix two simple typosRoger Dingledine
2017-02-02Tweak descriptionNick Mathewson
2017-02-02guard-spec.txt: If we exhaust all guards, start from top again.George Kadianakis
2017-02-01Explain more about primary guards and about building circuitsNick Mathewson
In path-spec: explain our rules (post-21242) for waiting to build circuits. In guard-spec: - explain what to do about missing descriptors - explain parallel use of multiple primary guards, based on parameters.
2017-01-31Start a new guard-spec.txt as a copy of prop271.Nick Mathewson
Remove the old guard section of path-spec, now that guard-spec is separate.