aboutsummaryrefslogtreecommitdiff
path: root/doc/spec
Commit message (Expand)AuthorAge
* r13250@catbus: nickm | 2007-06-04 18:28:55 -0400••• Adapt code to parse v3 networkstatus votes so it can also parse a consensus. Make networkstatus_vote_t the catch-all type for votes and conensuses. Correct/clarify the second argument to directory-signature. svn:r10491 Nick Mathewson2007-06-04
* r13243@catbus: nickm | 2007-06-04 15:17:15 -0400••• Start of code to compute consensus network-status stuff from a bunch of votes. Strangely, it does not yet feel like an enormous ugly hack. svn:r10489 Nick Mathewson2007-06-04
* Think a little harder about guard nodes. What if they could be made to be•••reliable and not rotate as much for dialup, mobile, or transient network users, and what if users were actually notified more visibly who their guards were and came to trust the guard nodes they have? Some effects of this are considered. svn:r10470 Mike Perry2007-06-03
* r13166@catbus: nickm | 2007-06-02 23:02:40 -0400••• First cut at code to parse and validate v3 networkstatus votes. svn:r10461 Nick Mathewson2007-06-03
* Add Two Hop Paths proposal as 115. Mark 112 superseded by 115.•••svn:r10435 Mike Perry2007-06-01
* grammar fixes and terminology changes from starting•••to read karsten's distributed-storage proposal svn:r10430 Roger Dingledine2007-05-31
* clean up a few confusions brian levine pointed out•••svn:r10415 Roger Dingledine2007-05-31
* proposal 114: changed descriptor format, key length discussion, typos•••svn:r10413 Karsten Loesing2007-05-30
* add proposal 114-distributed-storage.txt•••svn:r10374 Roger Dingledine2007-05-28
* r12794@catbus: nickm | 2007-05-18 20:24:26 -0400••• Make caches-extra-info lines parseable. svn:r10215 Nick Mathewson2007-05-19
* r12983@Kushana: nickm | 2007-05-18 16:46:15 -0400••• Note that we do not permit you to exit to port 0, no matter what. Closes bug 409. svn:r10211 Nick Mathewson2007-05-18
* r12979@Kushana: nickm | 2007-05-18 12:52:50 -0400••• More work on merging stuff into dir-spec.txt svn:r10207 Nick Mathewson2007-05-18
* polish r9726-r9903•••svn:r10182 Roger Dingledine2007-05-13
* r12726@catbus: nickm | 2007-05-11 06:41:47 -0400••• Checkpoint some more dir-spec.txt edits. svn:r10165 Nick Mathewson2007-05-11
* Backport candidate: count it as a failure if we fetch a valid •••network-status but we don't want to keep it. Otherwise we'll keep fetching it and keep not wanting to keep it. Fixes part of bug 422. svn:r10153 Roger Dingledine2007-05-10
* point to the dir-spec files more correctly•••svn:r10126 Roger Dingledine2007-05-07
* spec tweaks•••svn:r10110 Roger Dingledine2007-05-04
* Fork current dir-spec.txt into dir-spec-v2.txt in order to record the state o...•••svn:r10109 Nick Mathewson2007-05-03
* r12643@catbus: nickm | 2007-05-03 13:43:47 -0400••• Note that extensions to the directory protocol should begin their item keywords with "x-" or "X-". svn:r10108 Nick Mathewson2007-05-03
* r12642@catbus: nickm | 2007-05-03 13:43:24 -0400••• Document the nonpersistent controller-only options. svn:r10107 Nick Mathewson2007-05-03
* r12636@catbus: nickm | 2007-05-02 15:38:58 -0400••• Fix dir-spec: there is not actually any such item as link-key. (Found by Benedikt.) svn:r10095 Nick Mathewson2007-05-02
* r12605@catbus: nickm | 2007-04-30 21:10:48 -0400••• Add an expiry date to key certificates. svn:r10079 Nick Mathewson2007-05-01
* r12576@catbus: nickm | 2007-04-30 13:16:31 -0400••• Changes to 103 based on or-dev mail from arma. svn:r10065 Nick Mathewson2007-04-30
* r12565@catbus: nickm | 2007-04-30 10:09:07 -0400••• Misc cleanup and bulletproofing on r10056. svn:r10058 Nick Mathewson2007-04-30
* Let the controller specify HOP=%d as an argument to ATTACHSTREAM,•••so we can exit from the middle of the circuit. svn:r10056 Roger Dingledine2007-04-30
* minor tweaks on proposals•••svn:r10055 Roger Dingledine2007-04-30
* minor cleanups•••svn:r10050 Roger Dingledine2007-04-30
* cleanups, and note a bug•••svn:r10022 Roger Dingledine2007-04-25
* patch on 112-bring-back-pathlencoinweight.txt from mikeperry•••svn:r10001 Roger Dingledine2007-04-22
* r12489@catbus: nickm | 2007-04-21 13:48:39 -0400••• The ten thousandth Tor commit: add two new proposals (one from Mike Perry about randomized path length, and one from me about simplifyin authority operation) and expand and/or refine serveral older ones. Most notable there are changes to 103 that will allow us to make authorities more resistant to key compromise. svn:r10000 Nick Mathewson2007-04-21
* r12760@Kushana: nickm | 2007-04-20 11:23:21 -0400••• Describe a simpler implementation for proposal 108, and note some limitations in the proposal. svn:r9993 Nick Mathewson2007-04-20
* r12412@catbus: nickm | 2007-04-16 15:11:29 -0400••• Mark proposal 104 accepted svn:r9974 Nick Mathewson2007-04-16
* minor cleanups on proposal 104•••svn:r9973 Roger Dingledine2007-04-16
* r12386@catbus: nickm | 2007-04-15 23:55:34 -0400••• Document multiplicity on some router elements better. svn:r9964 Nick Mathewson2007-04-16
* r12385@catbus: nickm | 2007-04-15 22:55:58 -0400••• Initial code to parse extra-info documents as described in proposal 104. This is making me realize that the parsing code in routerparse.c is a little daft. svn:r9963 Nick Mathewson2007-04-16
* r12366@catbus: nickm | 2007-04-14 17:30:12 -0400••• Clarify some points in proposal 104, mostly based on mail from arma on or-dev. svn:r9955 Nick Mathewson2007-04-14
* r12365@catbus: nickm | 2007-04-14 16:43:09 -0400••• Try to clarify window verbiage a little in tor-spec. svn:r9954 Nick Mathewson2007-04-14
* cleanups on proposal 105•••svn:r9893 Roger Dingledine2007-03-21
* clean up proposal 104 more•••svn:r9892 Roger Dingledine2007-03-21
* r12259@catbus: nickm | 2007-03-21 00:12:02 -0400••• Incorporate ideas from or-dev discussion. svn:r9891 Nick Mathewson2007-03-21
* r12257@catbus: nickm | 2007-03-20 23:17:52 -0400••• Add specification to proposal 104; settle on "extra info" approach rather than "long descriptor" approach. svn:r9890 Nick Mathewson2007-03-21
* r12212@catbus: nickm | 2007-03-17 17:05:54 -0400••• Merge or-dev discussion into 109; mark 109 accepted. svn:r9864 Nick Mathewson2007-03-17
* other minor fixes lurking in my sandbox•••svn:r9854 Roger Dingledine2007-03-17
* r12188@catbus: nickm | 2007-03-15 12:27:23 -0400••• Add proposal 111: Prioritizing local traffic over relayed traffic. svn:r9830 Nick Mathewson2007-03-15
* r12182@catbus: nickm | 2007-03-15 10:58:12 -0400••• Clarify section of dir-spec.txt that explains how "v" resolution happens. svn:r9829 Nick Mathewson2007-03-15
* clean up proposal 108•••svn:r9824 Roger Dingledine2007-03-15
* change my mind -- correct the spec to match the code's•••behavior for getinfo addr-mappings/*. this is because the code and spec have been mismatched since at least 0.1.1.x, so i would be surprised if nobody at all is relying on the current behavior. backport candidate. backbackport candidate. svn:r9823 Roger Dingledine2007-03-15
* the spec called it a GUARDS event, but the code called•••it a GUARD event. standardize on GUARD, but support people asking for GUARDS too. reported by daejees. backport candidate. svn:r9817 Roger Dingledine2007-03-14
* clarify a confusion weasel had•••svn:r9816 Roger Dingledine2007-03-14
* put some dates on the proposals, and add an acknowledgments section•••to proposal 110. the proposals that were around before the proposals scheme got started still don't have dates. svn:r9815 Roger Dingledine2007-03-14