aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
AgeCommit message (Expand)Author
2015-02-18clean up comments and whitespace a bitRoger Dingledine
2015-02-18Actually free measured_guardfraction.Yawning Angel
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Final guardfraction preparations for upstream merge.George Kadianakis
2015-02-18Calculate total bandwidth weights using the guardfraction bandwidths.George Kadianakis
2015-02-18Write GuardFraction information to consensus.George Kadianakis
2015-01-10More documentation for proposal 227 workNick Mathewson
2015-01-10Implement proposal 227-vote-on-package-fingerprints.txtNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-26Improve a notice message in dirvote.c. (Roger asked for this.)Nick Mathewson
2014-12-24Allow consensus interval of 10 seconds when testingteor
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-09-28Stop spurious clang shallow analysis null pointer errorsteor
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-08-26Merge remote-tracking branch 'public/bug10163'Nick Mathewson
2014-08-25Remove the assigned-but-unused chosen_named_idx local variableNick Mathewson
2014-08-21Mark one use of networkstatus_check_document_signature as (void)Nick Mathewson
2014-08-21remove meaningless checks for chunks==NULL in dirserv stuffNick Mathewson
2014-08-15Remove implementation code for all pre-13 consensus methods.Nick Mathewson
2014-08-15Remove support for generating consensuses with methods <= 9.Nick Mathewson
2014-08-15No longer advertise or negotiate any consensus method before 13.Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-05-06Future-proof "id" lines against proposal 220.Nick Mathewson
2014-05-05Consensus method 18: Add a base64 ID digest to the microdescNick Mathewson
2013-12-17Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-17Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson
2013-12-16Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson
2013-09-01Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ...Kevin Butler
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-07-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-08Add a comment and a check for why flag indices will be <= 63Nick Mathewson
2013-07-03FIx undefined behavior in dirvote.cNick Mathewson
2013-06-08Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg
2013-05-10Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard
2013-05-09When downloading certificates, distinguish requesting by identity digest from...Andrea Shepard
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Remove some now-needless length definesNick Mathewson
2013-04-18Refactor dirobj signature generationNick Mathewson
2013-04-18Refactor routerstatus_format_entry to avoid character-buffersNick Mathewson
2013-04-14Rename all fields which measure bw in kb to end with _kbNick Mathewson
2013-03-29Bug 8419: Apply the badexit fix from #2203 to validatio tooMike Perry
2013-02-20Refactor format_networkstatus_vote to avoid preallocating a buffer.Nick Mathewson
2013-02-19Merge branch 'bug2286_unit_test_squashed'Nick Mathewson
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-19Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard
2013-02-19Note some annoyinc copy-and-paste codeNick Mathewson
2013-02-19Tweak consensus method 17 based on arma's commentsNick Mathewson