aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
Commit message (Expand)AuthorAge
* Merge branch 'asprintf'Nick Mathewson2010-04-02
|\
| * Tweak users of snprintf to use asprintf where appropriateNick Mathewson2010-02-28
* | Segfault less during consensus generation without paramsSebastian Hahn2010-03-29
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\ \
| * | Update Tor Project copyright yearsNick Mathewson2010-02-27
* | | For integers, if !(E<G), then we can infer that E>=G.Nick Mathewson2010-02-25
* | | Fix 64-bit printf issues in consensus-bw-weights5-merge.Nick Mathewson2010-02-25
* | | Check snprintf return values in format_networkstatus_vote.Mike Perry2010-02-25
* | | Cast our weights down to ints from int64.Mike Perry2010-02-25
* | | Make unit tests work.Mike Perry2010-02-24
* | | Add consensus method #defines.Mike Perry2010-02-22
* | | Clearly mark directory footer so we parse the new weight line.Mike Perry2010-02-22
* | | Add parsing+verification for bw weight values.Mike Perry2010-02-22
* | | Perform calculation of consensus bandwidth weights.Mike Perry2010-02-22
| |/ |/|
* | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | *_free functions now accept NULLSebastian Hahn2009-12-12
* | Not everybody likes debugging printfs as much as INick Mathewson2009-11-18
* | Do not report a partially-successful detached signature add as failed.Nick Mathewson2009-11-17
* | Fix a memory leak on directory authorities during votingRoger Dingledine2009-11-12
* | Fix bug 1066.Karsten Loesing2009-10-26
* | Fix two bugs found by Coverity scan.Nick Mathewson2009-10-19
* | Fix compile with warnings problems on Snow LeopardSebastian Hahn2009-10-19
* | Document the microdescriptor code better.Nick Mathewson2009-10-18
* | Actually remember all the consensus types when we are done generating them.Nick Mathewson2009-10-15
* | Implement signatures for microdesc consensuses right.Nick Mathewson2009-10-15
* | Generate all the flavors of consensuses when building consensuses.Nick Mathewson2009-10-15
* | Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson2009-10-15
* | Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson2009-10-15
* | Functions to encode microdescriptors and their lines.Nick Mathewson2009-10-15
* | Make signature-generation code handle different key and digest lengths.Nick Mathewson2009-10-15
* | Fix compile on Snow LeopardSebastian Hahn2009-09-15
* | Implement proposal 167: Authorities vote on network parameters.Nick Mathewson2009-09-14
* | Make consensus_method_is_supported() be the canonical source for its info.Nick Mathewson2009-08-20
* | Throw the switch on consensus method 6.Mike Perry2009-08-06
* | Implement measured bw parsing + unit tests.Mike Perry2009-08-06
* | fix comments and other typosRoger Dingledine2009-07-13
|/
* Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* Spell-check Tor.Nick Mathewson2009-05-27
* Update copyright to 2009.Karsten Loesing2009-05-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson2008-12-22
* Apply rovv's patch for bug 864: avoid null error on detached signature handli...Nick Mathewson2008-12-02
* Be even _more_ careful when signatures are bogus.Nick Mathewson2008-11-11
* Only replace the detached signatures object when we actually added or replace...Nick Mathewson2008-11-11
* Fix from rovv: when adding a detached signature, do not automatically assume ...Nick Mathewson2008-11-11
* fix up signs in r17208Nick Mathewson2008-11-07
* patch from karsten to not use or accept expired certs. fixes bug 851. Nick Mathewson2008-11-07
* v3 authorities write down all the votes they used for the consensusRoger Dingledine2008-09-29