aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/dir-spec.txt
Commit message (Collapse)AuthorAge
* Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
|
* Fix copy-and-paste fail in dir-spec.txt.Karsten Loesing2010-08-03
|
* Alter how guard flags are chosen.Mike Perry2010-07-14
| | | | | | | | V3 authorities no longer decide not to vote on Guard+Exit. The bandwidth weights should take care of this now. Also, lower the max threshold for WFU to 0.98, to allow more nodes to become guards.
* 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.
* Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsecNick Mathewson2010-04-13
| | | | | | | | | Everything that accepted the 'Circ' name handled it wrong, so even now that we fixed the handling of the parameter, we wouldn't be able to set it without making all the 0.2.2.7..0.2.2.10 relays act wonky. This patch makes Tors accept the 'Circuit' name instead, so we can turn on circuit priorities without confusing the versions that treated the 'Circ' name as occasion to act weird.
* Add a missing NL to dir-spec.Nick Mathewson2010-03-21
| | | | Found by Oğuz
* fix some dangling refs in dirspecNick Mathewson2010-03-15
|
* Clarify title of section 3.3Nick Mathewson2010-03-13
|
* Update dir-spec.txt with begin_dir weights.Mike Perry2010-02-25
|
* Update consensus methods in spec.Mike Perry2010-02-22
|
* Update specs for weight computation and use.Mike Perry2010-02-22
|
* whitespace fixesRoger Dingledine2010-01-15
|
* fix some typos in our spec filesRoger Dingledine2010-01-15
|
* start to document commonly used "param" argumentsRoger Dingledine2009-12-19
|
* Fix bridge statistics.Karsten Loesing2009-12-17
| | | | | | Fix statistics on client numbers by country as seen by bridges that were broken in 0.2.2.1-alpha. Also switch to reporting full 24-hour intervals instead of variable 12-to-48-hour intervals.
* update spec to reflect change in Fast definitionRoger Dingledine2009-09-30
| | | | | we made anybody who has 20KB/s Fast by definition, in 0.2.1.14-rc, but it looks like we forgot to fix the spec.
* Implement proposal 167: Authorities vote on network parameters.Nick Mathewson2009-09-14
| | | | | | | | This code adds a new field to vote on: "params". It consists of a list of sorted key=int pairs. The output is computed as the median of all the integers for any key on which anybody voted. Improved with input from Roger.
* typos in dir-specRoger Dingledine2009-08-26
|
* Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson2009-08-26
|\
| * Update dir-spec.txt and man page.Karsten Loesing2009-08-18
| |
* | Update dir-spec.txt to describe w line.Mike Perry2009-08-06
|/ | | | "Measured=" is present in votes regardless of consensus method.
* 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.
* Correct some typos while reading dir specs.Karsten Loesing2009-01-25
| | | | svn:r18266
* mark off some done itemsRoger Dingledine2009-01-18
| | | | svn:r18173
* Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server ↵Nick Mathewson2008-12-12
| | | | | | side of 157. svn:r17611
* Add cross-certification to authority key certificates. Partial ↵Nick Mathewson2008-12-12
| | | | | | implementation of proposal 157. svn:r17610
* Merge proposal 136 into dir-spec.txt. We need to get better about doing this.Nick Mathewson2008-12-09
| | | | svn:r17528
* A cryptic comment in dir-spec.txt is now a complete proposal.Nick Mathewson2008-12-02
| | | | svn:r17452
* Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they ↵Nick Mathewson2008-11-09
| | | | | | are all in the code now. svn:r17227
* Make multiplicity of dir-address match code. Fix bug 849Nick Mathewson2008-11-05
| | | | svn:r17193
* Yes, "NL" means "LF" to Tor.Nick Mathewson2008-11-05
| | | | svn:r17192
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
| | | | svn:r16983
* make the description of geoip-client-origins more true to the codeRoger Dingledine2008-08-17
| | | | svn:r16579
* Document that we break ties in favor of smaller SD digest if there are still ↵Peter Palfrader2008-08-05
| | | | | | ties after comparing the published timestamp svn:r16432
* Merge proposal 138 as Closed and merge it into the main specPeter Palfrader2008-06-13
| | | | svn:r15232
* Briefly mention consensus method 3Peter Palfrader2008-06-13
| | | | svn:r15231
* Document our timelines for fetching consensuses. The language is not as ↵Nick Mathewson2008-05-29
| | | | | | clear as it could be; can anybody make it better? svn:r14803
* minor fixesRoger Dingledine2008-05-28
| | | | svn:r14763
* r15704@host206: nickm | 2008-05-21 16:21:47 -0400Nick Mathewson2008-05-21
| | | | | | | Clarification/explanation patch for specs, from Killerchicken svn:r14687
* r19721@catbus: nickm | 2008-05-13 00:59:53 -0400Nick Mathewson2008-05-13
| | | | | | | Fix range in last patch svn:r14599
* r19719@catbus: nickm | 2008-05-13 00:53:26 -0400Nick Mathewson2008-05-13
| | | | | | | Apply dir-spec clarity patch from Sebastian Hahn. svn:r14598
* I bet I screwed up while merging in the changes from the feature branch into ↵Peter Palfrader2008-04-24
| | | | | | my git-svn repository. Undo r14451 svn:r14452
* Merge conditional consensus downloadingPeter Palfrader2008-04-24
| | | | svn:r14451
* Document conditional consensus urls in dirspecPeter Palfrader2008-04-24
| | | | svn:r14448
* r19142@catbus: nickm | 2008-03-30 14:14:52 -0400Nick Mathewson2008-03-30
| | | | | | | Merge proposals 130 and 105 into tor-spec and dir-spec; mark them closed. svn:r14247
* r15024@tombo: nickm | 2008-03-29 01:37:09 -0400Nick Mathewson2008-03-29
| | | | | | | Close proposal 126 ("Getting GeoIP data and publishing usage summaries.") It was never completely built, so note which parts wer and which were not. Not-built parts would be good topics for future proposals. svn:r14232
* r15023@tombo: nickm | 2008-03-29 01:18:03 -0400Nick Mathewson2008-03-29
| | | | | | | Merge proposal 123 ("Naming authorities automatically create bindings") into dir-spec.txt. svn:r14231
* r18896@catbus: nickm | 2008-03-17 16:10:54 -0400Nick Mathewson2008-03-17
| | | | | | | Fix bug in earlier bugfix. Note stupidness of allowing NULL policies at all. Disallow empty exit policies in router descriptors. svn:r14082
* r17929@catbus: nickm | 2008-02-05 17:10:26 -0500Nick Mathewson2008-02-05
| | | | | | | Fix or downgrade a few XXX020 items. svn:r13393
* r17912@catbus: nickm | 2008-02-05 15:57:51 -0500Nick Mathewson2008-02-05
| | | | | | | Document truncation of version lines svn:r13386