Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-04 | remove the changes files that are merged into 0.2.3.21-rc | Roger Dingledine | |
2012-08-14 | Update description of what we did to upper limit on md size | Nick Mathewson | |
Spotted by asn | |||
2012-07-31 | Warn at parse time for routerstatus entry missing a microdesc consensus | Nick Mathewson | |
In 0.2.3.18-rc, we started warning on this case while building a list of missing microdescriptor digests. That turned out to spam the logs; instead let's warn at parse time. Partial fix for bug 6404. | |||
2012-07-31 | Don't include a router in an md consensus if we can't find a md for it. | Nick Mathewson | |
The spec requires that every router in a microdesc consensus have an m line; we weren't obeying that spec. This creates a new consensus method (13) to allow voting to continue to work right. Partial fix for bug 6404; fix on 0.2.2.6-alpha. | |||
2012-07-31 | Allow microdescs to be up to 2k. Partial fix for 6404. | Nick Mathewson | |