aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
Commit message (Expand)AuthorAge
* Future-proof "id" lines against proposal 220.Nick Mathewson2014-05-06
* Consensus method 18: Add a base64 ID digest to the microdescNick Mathewson2014-05-05
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-12-17
|\
| * Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson2013-12-17
| |\
| | * Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson2013-12-16
* | | Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ...Kevin Butler2013-09-01
* | | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-08
|\| |
| * | Add a comment and a check for why flag indices will be <= 63Nick Mathewson2013-07-08
| * | FIx undefined behavior in dirvote.cNick Mathewson2013-07-03
* | | Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg2013-06-08
|/ /
* | Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard2013-05-10
|\ \
| * | When downloading certificates, distinguish requesting by identity digest from...Andrea Shepard2013-05-09
| |/
* | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
|\ \
| * | Remove some now-needless length definesNick Mathewson2013-04-18
| * | Refactor dirobj signature generationNick Mathewson2013-04-18
| * | Refactor routerstatus_format_entry to avoid character-buffersNick Mathewson2013-04-18
| * | Refactor format_networkstatus_vote to avoid preallocating a buffer.Nick Mathewson2013-02-20
* | | Rename all fields which measure bw in kb to end with _kbNick Mathewson2013-04-14
* | | Bug 8419: Apply the badexit fix from #2203 to validatio tooMike Perry2013-03-29
|/ /
* | Merge branch 'bug2286_unit_test_squashed'Nick Mathewson2013-02-19
|\ \
| * | Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson2013-02-19
| * | Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard2013-02-19
| * | Note some annoyinc copy-and-paste codeNick Mathewson2013-02-19
| * | Tweak consensus method 17 based on arma's commentsNick Mathewson2013-02-19
| * | New consensus method: clip the maximum votable unmeasured bwNick Mathewson2013-02-05
* | | Fix two more coverity-spotted leaks in master.Nick Mathewson2013-02-11
* | | Add doxygen for bug8158 functionsNick Mathewson2013-02-08
* | | Coalesce identical adjacent microdescriptor vote lines.Nick Mathewson2013-02-08
* | | Refactor generating the m lines in a vote into its own functionNick Mathewson2013-02-08
* | | Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson2013-02-07
|\ \ \ | |/ / |/| |
| * | Fix an impossible-in-normal-operation leaks in dirvoteNick Mathewson2012-12-28
* | | Include a flag-thresholds line in each vote to describe flag cutoffsNick Mathewson2013-02-04
* | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | | Rename *_isin to *_containsNick Mathewson2013-01-16
* | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ \
| * | | Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson2013-01-02
* | | | Fix a couple of harmless clang3.2 warningsSebastian Hahn2012-12-31
| |/ / |/| |
* | | Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
|/ /
* | Remove a since-fixed XXX; improve a doxygen commentNick Mathewson2012-11-14
* | Authorities put p6 lines into microdescriptors.Nick Mathewson2012-11-14
* | Better policy support for IPv6Nick Mathewson2012-11-14
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Use fmt_addrport where appropriate.David Fifield2012-10-10
* | Fix comment typoRobert Ransom2012-09-18
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-11
|\|
| * Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-09-11
| |\
| | * Fix assertion failure in tor_timegm.Nick Mathewson2012-09-11
* | | Fix warning when implicitly casting strlen(microdesc) to intNick Mathewson2012-09-05