aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/path-spec.txt
Commit message (Collapse)AuthorAge
* Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson2010-06-29
|\
| * Update spec with new right-censored pareto estimators.Mike Perry2010-06-09
| |
| * Bug 1296: Add option+logic to disable CBT learning.Mike Perry2010-05-10
| | | | | | | | | | | | | | | | | | There are now four ways that CBT can be disabled: 1. Network-wide, with the cbtdisabled consensus param. 2. Via config, with "LearnCircuitBuildTimeout 0" 3. Via config, with "AuthoritativeDirectory 1" 4. Via a state file write failure.
| * Update path-spec.txt with contents of proposal 151.Mike Perry2010-05-10
| |
* | Make spec docs reference RFC2119Nick Mathewson2010-06-25
|/ | | | | Now people will have no excuse for not knowing what "MUST" and "MAY" mean. Fixes bug 1310.
* Update specs for weight computation and use.Mike Perry2010-02-22
|
* path-spec: Clarify what we mean by "a server's bandwidth."Nick Mathewson2009-06-22
| | | | | | This just got a little complicated, since old clients use "clipped advertised bandwith" and new clients now use "consensus bandwidth" but fall back to "clipped advertised bandwidth".
* Remove all svn metadata minus what I missed.Sebastian Hahn2009-05-05
| | | | | Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement.
* some minor changes i found in my sandboxRoger Dingledine2008-11-08
| | | | svn:r17215
* fix typo in path-spec, spotted by kebRoger Dingledine2008-04-16
| | | | svn:r14384
* explain a bit about router descriptor purposesRoger Dingledine2008-01-17
| | | | svn:r13154
* patch from mike perry to a) stop overloading guards as much, andRoger Dingledine2007-08-24
| | | | | | | b) raise the max-believable-bandwidth to 10MB/s. svn:r11258
* r13959@catbus: nickm | 2007-07-28 18:09:56 -0400Nick Mathewson2007-07-28
| | | | | | | Use the correct formula to calculate exit weights. svn:r10956
* clean up a few confusions brian levine pointed outRoger Dingledine2007-05-31
| | | | svn:r10415
* 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