summaryrefslogtreecommitdiff
path: root/changes/bug6404
AgeCommit message (Collapse)Author
2012-09-04remove the changes files that are merged into 0.2.3.21-rcRoger Dingledine
2012-08-14Update description of what we did to upper limit on md sizeNick Mathewson
Spotted by asn
2012-07-31Warn at parse time for routerstatus entry missing a microdesc consensusNick 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-31Don'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-31Allow microdescs to be up to 2k. Partial fix for 6404.Nick Mathewson