aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/path-spec.txt
Commit message (Collapse)AuthorAge
* r11994@catbus: nickm | 2007-02-28 13:08:52 -0500Nick Mathewson2007-02-28
| | | | | | | Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s." svn:r9683
* start to rewrite path spec. still needs more work.Roger Dingledine2007-02-12
| | | | svn:r9566
* r11700@catbus: nickm | 2007-02-08 02:03:50 -0500Nick Mathewson2007-02-08
| | | | | | | Fix several bugs in computing recommended versions. 1) refactor is-this-version-good handling and which-vesions-are-good handling to be in the same place. 2) a version is recommended if more than half of the versioning authorities like it, not >= half. 3) "NEW_IN_SERIES" should mean, "I don't know of an 0.1.1.x this recent, and there are some 0.1.2.x versions out", not "I don't know of an 0.1.1.x this recent, but I know some older ones." This should resolve bug 383. svn:r9523
* cleanups based on looking through svn commitsRoger Dingledine2007-02-06
| | | | svn:r9491
* r11606@catbus: nickm | 2007-01-30 16:52:23 -0500Nick Mathewson2007-01-30
| | | | | | | Write the entry guards section of path-spec; note a possible bug in cirbuitbuild.c; add a const; defer work on torrc.complete to be part of a bigger config documentation reorg. svn:r9465
* Move specification documents into new doc/spec subdirectory. (Proposals, ↵Nick Mathewson2007-01-26
drafts, and bad ideas still remain in doc.) svn:r9411