aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/path-spec.txt
AgeCommit message (Collapse)Author
2011-02-21Remove specs from 0.2.1 branch: they have moved to a new repository.Nick Mathewson
2008-11-08some minor changes i found in my sandboxRoger Dingledine
svn:r17215
2008-04-16fix typo in path-spec, spotted by kebRoger Dingledine
svn:r14384
2008-01-17explain a bit about router descriptor purposesRoger Dingledine
svn:r13154
2007-08-24patch from mike perry to a) stop overloading guards as much, andRoger Dingledine
b) raise the max-believable-bandwidth to 10MB/s. svn:r11258
2007-07-28 r13959@catbus: nickm | 2007-07-28 18:09:56 -0400Nick Mathewson
Use the correct formula to calculate exit weights. svn:r10956
2007-05-31clean up a few confusions brian levine pointed outRoger Dingledine
svn:r10415
2007-02-28 r11994@catbus: nickm | 2007-02-28 13:08:52 -0500Nick Mathewson
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s." svn:r9683
2007-02-12start to rewrite path spec. still needs more work.Roger Dingledine
svn:r9566
2007-02-08 r11700@catbus: nickm | 2007-02-08 02:03:50 -0500Nick Mathewson
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
2007-02-06cleanups based on looking through svn commitsRoger Dingledine
svn:r9491
2007-01-30 r11606@catbus: nickm | 2007-01-30 16:52:23 -0500Nick Mathewson
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
2007-01-26Move specification documents into new doc/spec subdirectory. (Proposals, ↵Nick Mathewson
drafts, and bad ideas still remain in doc.) svn:r9411