| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
document some functions
svn:r10637
|
|
|
|
|
|
|
| |
Adjust networkstatus_compute_consensus to take an argument saying how many voters there _should_ be.
svn:r10634
|
|
|
|
|
|
|
| |
Test the remainder of the contents of the consensus; fix a bug in geneating addresses on routerstatuses.
svn:r10597
|
|
|
|
|
|
|
| |
Test all of consensus contents, except for routerstatus_list contents. And signatures.
svn:r10593
|
|
|
|
|
|
|
| |
Unit tests and debugging for generating and parsing consensus networkstatus documents. Still need to test actual contents.
svn:r10589
|
|
|
|
|
|
|
| |
Unit tests and debugging for vote generation and parsing code.
svn:r10587
|
|
|
|
|
|
|
| |
Parse networkstatuses (v2, vote, and consensus) after generating them, and fail fast if there is a parse error.
svn:r10540
|
|
|
|
|
|
|
| |
Enfore that known_flags in networkstatus votes must be unique.
svn:r10534
|
|
|
|
|
|
|
| |
Refactor v3 vote generation code into "build a networkstatus_vote_t" and "format a networkstatus_vote_t". This should make testing possible.
svn:r10533
|
|
|
|
|
|
|
| |
Code to check signatures on consensus directories.
svn:r10492
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
First cut at code to parse and validate v3 networkstatus votes.
svn:r10461
|