aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
AgeCommit message (Expand)Author
2014-09-02Fix a number of clang analyzer false-positivesNick 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
2013-02-11Fix two more coverity-spotted leaks in master.Nick Mathewson
2013-02-08Add doxygen for bug8158 functionsNick Mathewson
2013-02-08Coalesce identical adjacent microdescriptor vote lines.Nick Mathewson
2013-02-08Refactor generating the m lines in a vote into its own functionNick Mathewson
2013-02-07Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson
2013-02-05New consensus method: clip the maximum votable unmeasured bwNick Mathewson
2013-02-04Include a flag-thresholds line in each vote to describe flag cutoffsNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson
2012-12-31Fix a couple of harmless clang3.2 warningsSebastian Hahn
2012-12-28Fix an impossible-in-normal-operation leaks in dirvoteNick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-11-14Remove a since-fixed XXX; improve a doxygen commentNick Mathewson
2012-11-14Authorities put p6 lines into microdescriptors.Nick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-09-18Fix comment typoRobert Ransom
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson