aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
Commit message (Collapse)AuthorAge
* r13438@catbus: nickm | 2007-06-15 15:01:42 -0400Nick Mathewson2007-06-17
| | | | | | | document some functions svn:r10637
* r13418@catbus: nickm | 2007-06-14 13:29:21 -0400Nick Mathewson2007-06-17
| | | | | | | Adjust networkstatus_compute_consensus to take an argument saying how many voters there _should_ be. svn:r10634
* r13409@catbus: nickm | 2007-06-13 18:01:56 -0400Nick Mathewson2007-06-13
| | | | | | | Test the remainder of the contents of the consensus; fix a bug in geneating addresses on routerstatuses. svn:r10597
* r13403@catbus: nickm | 2007-06-13 16:15:44 -0400Nick Mathewson2007-06-13
| | | | | | | Test all of consensus contents, except for routerstatus_list contents. And signatures. svn:r10593
* r13395@catbus: nickm | 2007-06-13 15:01:23 -0400Nick Mathewson2007-06-13
| | | | | | | Unit tests and debugging for generating and parsing consensus networkstatus documents. Still need to test actual contents. svn:r10589
* r13387@catbus: nickm | 2007-06-13 14:15:49 -0400Nick Mathewson2007-06-13
| | | | | | | Unit tests and debugging for vote generation and parsing code. svn:r10587
* r13325@catbus: nickm | 2007-06-08 15:02:37 -0400Nick Mathewson2007-06-08
| | | | | | | Parse networkstatuses (v2, vote, and consensus) after generating them, and fail fast if there is a parse error. svn:r10540
* r13314@catbus: nickm | 2007-06-08 14:30:31 -0400Nick Mathewson2007-06-08
| | | | | | | Enfore that known_flags in networkstatus votes must be unique. svn:r10534
* r13313@catbus: nickm | 2007-06-08 14:23:11 -0400Nick Mathewson2007-06-08
| | | | | | | Refactor v3 vote generation code into "build a networkstatus_vote_t" and "format a networkstatus_vote_t". This should make testing possible. svn:r10533
* r13252@catbus: nickm | 2007-06-04 18:57:21 -0400Nick Mathewson2007-06-04
| | | | | | | Code to check signatures on consensus directories. svn:r10492
* r13250@catbus: nickm | 2007-06-04 18:28:55 -0400Nick Mathewson2007-06-04
| | | | | | | 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
* r13248@catbus: nickm | 2007-06-04 15:53:23 -0400Nick Mathewson2007-06-04
| | | | | | | More code to generate a consensus from a list of votes. Now, we handle Named, and we actually generate and sign the signed consensus. Yippee. Still needs testing. Still not actually called. svn:r10490
* r13243@catbus: nickm | 2007-06-04 15:17:15 -0400Nick Mathewson2007-06-04
| | | | | | | 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
* r13166@catbus: nickm | 2007-06-02 23:02:40 -0400Nick Mathewson2007-06-03
First cut at code to parse and validate v3 networkstatus votes. svn:r10461