aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
Commit message (Expand)AuthorAge
* r15721@catbus: nickm | 2007-10-12 13:30:48 -0400••• Base vote timing only on a currently live consensus. svn:r11896 Nick Mathewson2007-10-12
* r14892@Kushana: nickm | 2007-10-11 14:00:33 -0400••• Fix a bunch of XXX020s: treat some 403s as INFO severity; remove some dead code; share the retry path for consensus routerdescs that are also listed in the v2 networkstatus; check even more aspects of votes when parsing them. svn:r11871 Nick Mathewson2007-10-11
* r15635@catbus: nickm | 2007-10-10 15:27:07 -0400••• Remove extraneous whitespace svn:r11840 Nick Mathewson2007-10-10
* r15634@catbus: nickm | 2007-10-10 14:26:49 -0400••• Resolve/ignore some XXXXs, and be even more careful about listing a server as a v3 authority. svn:r11839 Nick Mathewson2007-10-10
* r15632@catbus: nickm | 2007-10-10 13:48:44 -0400••• Merge networkstatus_add_signatures_impl into the only function that calls it. svn:r11837 Nick Mathewson2007-10-10
* r15608@catbus: nickm | 2007-10-09 19:01:50 -0400••• Give better messages and return values from signature uploads and downlaods; also, log actual errors when we screw up. svn:r11823 Nick Mathewson2007-10-09
* r15593@catbus: nickm | 2007-10-09 15:31:10 -0400••• Fix an infinite loop when parsing multiple votes. svn:r11813 Nick Mathewson2007-10-09
* r15590@catbus: nickm | 2007-10-09 15:14:42 -0400••• Change dirvote_get_vote to take named flags rather than 3 boolean inputs. Fix a bug that was caused by the order of the boolean inputs in or.h not matching the order of boolean inputs in dirvote.c. svn:r11812 Nick Mathewson2007-10-09
* r15589@catbus: nickm | 2007-10-09 15:08:00 -0400••• Fix dumb typo in vote retrieval: we want to check the pending votes to see what we are missing; not the previous period. svn:r11811 Nick Mathewson2007-10-09
* make r11808 build on my 64-bit•••svn:r11809 Roger Dingledine2007-10-09
* r15581@catbus: nickm | 2007-10-09 14:36:47 -0400••• Recompute voting schedule whenever a consensus is set. svn:r11808 Nick Mathewson2007-10-09
* Bugfixes in fetching certificates for a consensus: fetch tor/keys/fp/X, not t...•••svn:r11805 Nick Mathewson2007-10-09
* r15574@catbus: nickm | 2007-10-09 13:01:53 -0400••• Fix the "400 OK" issue when replying to a vote. svn:r11801 Nick Mathewson2007-10-09
* r15530@catbus: nickm | 2007-10-04 12:16:27 -0400••• Add a bunch of function documentation; clean up a little code; fix some XXXXs; tag the nonsensical EXTRAINFO_PURPOSE_GENERAL as nonsesnse; note another bit of "do not cache special routers" code to nuke. svn:r11761 Nick Mathewson2007-10-04
* r15512@catbus: nickm | 2007-10-02 16:27:43 -0400••• Make some functions static; remove some dead code. svn:r11750 Nick Mathewson2007-10-02
* r15510@catbus: nickm | 2007-10-02 16:14:42 -0400••• Add support for more vote URLs that weasel wanted. Weasel: please test this before I inflict it on anybody else. :) svn:r11749 Nick Mathewson2007-10-02
* r15371@catbus: nickm | 2007-09-25 19:53:13 -0400••• Always set status_out when adding a vote. svn:r11646 Nick Mathewson2007-09-25
* r15367@catbus: nickm | 2007-09-25 19:31:11 -0400••• It is amazing how reliable missing svk st are at breaking code. svn:r11644 Nick Mathewson2007-09-25
* r15279@catbus: nickm | 2007-09-22 02:00:06 -0400••• V3 authority work: fetch missing votes and/or signatures as needed. svn:r11575 Nick Mathewson2007-09-22
* r15253@catbus: nickm | 2007-09-21 15:03:51 -0400••• Oops; we had vote_delay and dist_delay switched when computing when to generate our consensus. Harmless so far, but let's get that fixed. svn:r11558 Nick Mathewson2007-09-21
* r15233@catbus: nickm | 2007-09-20 18:58:23 -0400••• 19:00 < weasel> Sep 21 01:00:01.926 [warn] Consensus published. 19:00 < weasel> hah 19:00 < nickm> ha indeed 19:00 < nickm> a winner is me 19:00 < weasel> _warn_ :) 19:01 < nickm> watch out! It could go off at any moment! 19:01 * weasel backs away svn:r11546 Nick Mathewson2007-09-20
* Minor whitespace fix•••svn:r11543 Peter Palfrader2007-09-20
* r14448@Kushana: nickm | 2007-09-17 14:26:56 -0400••• Unify all of the divergent median/nth-percentile code in container.[ch] svn:r11457 Nick Mathewson2007-09-17
* r14391@Kushana: nickm | 2007-09-12 10:56:17 -0400••• Remove some needless complexity from the code to add signatures to a consensus: previously, we had a path to add new signatures, and a second path to replace signatures. But the second path sufficed as a common case, and the code isn't invoked nearly enough to justify the optimization of having the first path. svn:r11433 Nick Mathewson2007-09-12
* r15049@catbus: nickm | 2007-09-11 16:05:50 -0400••• When we get a consensus for which we are missing the right certificates, keep it around pending more certificates; do not just drop it. svn:r11430 Nick Mathewson2007-09-11
* r15048@catbus: nickm | 2007-09-11 14:20:39 -0400••• Add code to warn about mauthorities on a consensus when they are not what we expect to find. svn:r11429 Nick Mathewson2007-09-11
* r15045@catbus: nickm | 2007-09-11 11:52:29 -0400••• Reject incoming votes when the valid-after time does not match the period that we're trying to vote for. svn:r11426 Nick Mathewson2007-09-11
* r14363@Kushana: nickm | 2007-09-08 16:25:45 -0400••• Another round of whitespeace fixes. svn:r11407 Nick Mathewson2007-09-08
* r14185@Kushana: nickm | 2007-08-22 11:07:01 -0400••• Add some voting-related documentation. svn:r11255 Nick Mathewson2007-08-22
* get rid of a debugging message that non v3-authorities were•••seeing too, and that doesn't seem to be critical svn:r11179 Roger Dingledine2007-08-19
* r14049@Kushana: nickm | 2007-08-15 14:43:56 -0400••• Implement code to serve pending votes, consensuses, and signatures. svn:r11125 Nick Mathewson2007-08-15
* r14045@Kushana: nickm | 2007-08-15 13:07:21 -0400••• Add more logs to try to hunt down latest voting bug. svn:r11123 Nick Mathewson2007-08-15
* r14043@Kushana: nickm | 2007-08-15 12:12:25 -0400••• Fix consensus signatures: regenerate the entire signature list when we get a new signature, rather than just appending the new signature. This lets us tentatively accept weird signatures, since we can replace them with better ones later. svn:r11122 Nick Mathewson2007-08-15
* r14032@Kushana: nickm | 2007-08-15 11:35:16 -0400••• Add unit tests for median functions; enforce sensible ranges for intervals and delays. svn:r11121 Nick Mathewson2007-08-15
* r14017@Kushana: nickm | 2007-08-14 15:13:14 -0400••• Enable more code for v3 voting timing information. Also, spec clarification. svn:r11107 Nick Mathewson2007-08-14
* r14015@Kushana: nickm | 2007-08-14 12:39:04 -0400••• Try to avoid adding duplicate signatures to a consensus. svn:r11105 Nick Mathewson2007-08-14
* r14011@Kushana: nickm | 2007-08-14 10:29:49 -0400••• Actually upload signatures when we vote. log more about the signatures we get. discard pending vote stuff after we publish. svn:r11104 Nick Mathewson2007-08-14
* r14005@kushana: nickm | 2007-08-14 09:34:19 -0400••• add a warning to find a bug (maybe) svn:r11100 Nick Mathewson2007-08-14
* r14003@kushana: nickm | 2007-08-13 22:23:49 -0400••• Resolve a pile of XXXXs in and around voting code svn:r11099 Nick Mathewson2007-08-14
* r14001@kushana: nickm | 2007-08-13 20:06:36 -0400••• Check for *at least* as many signatures as required, not for *more* signatures than required. svn:r11098 Nick Mathewson2007-08-14
* r13998@kushana: nickm | 2007-08-13 19:20:28 -0400••• Add some insanely verbose log messages on voting authorities. svn:r11097 Nick Mathewson2007-08-13
* r14544@catbus: nickm | 2007-08-13 17:00:09 -0400••• Give a 200 when a duplicate vote gets uploaded. svn:r11094 Nick Mathewson2007-08-13
* r13992@Kushana: nickm | 2007-08-13 16:45:22 -0400••• A vote we already have a nd a double-upload are different things. svn:r11093 Nick Mathewson2007-08-13
* r13987@Kushana: nickm | 2007-08-13 16:17:09 -0400••• Stop segfaulting on failed consensus. svn:r11090 Nick Mathewson2007-08-13
* r13985@Kushana: nickm | 2007-08-13 16:05:07 -0400••• Fix some simple logic errors in voting. svn:r11089 Nick Mathewson2007-08-13
* r14531@catbus: nickm | 2007-08-13 14:46:25 -0400••• Cache v3 networkstatus consensuses on disk. svn:r11086 Nick Mathewson2007-08-13
* r14526@catbus: nickm | 2007-08-13 14:08:37 -0400••• Make voting interval configurable. svn:r11083 Nick Mathewson2007-08-13
* r13886@Kushana: nickm | 2007-08-01 09:43:06 -0700••• Unit tests and debugging for detached signature manipulation. svn:r11015 Nick Mathewson2007-08-01
* r13996@catbus: nickm | 2007-07-29 19:17:53 -0400••• Fix whitespace svn:r10977 Nick Mathewson2007-07-29
* r13989@catbus: nickm | 2007-07-29 19:11:07 -0400••• More directory voting code. Now, if everything works, and I haven't forgotten anything, it is possible to set up some v3 authorities and start voting. Of course, I have probably forgotten something, and there are probably bugs in there somewhere too. svn:r10976 Nick Mathewson2007-07-29