summaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
AgeCommit message (Expand)Author
2011-05-09Fix potential null pointer deref during dirvoteSebastian Hahn
2011-05-04Handle crypto_pk_get_digest failures semi-sensiblyRobert Ransom
2011-03-07Fix log message when we have too few dirauthsSebastian Hahn
2011-01-25Fix authority side of 2203.Mike Perry
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-09-27Implement new Wxx constraints.Mike Perry
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-16Fix a memory leak in dirvote_compute_consensuses()Sebastian Hahn
2010-08-16Fix a memory leakSebastian Hahn
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create microdesc.hSebastian Hahn
2010-07-27Create dirvote.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-04-21immediate reachability check for new relaysRoger Dingledine
2010-04-20fetch unknown descriptors if we see them in a voteRoger Dingledine
2010-04-20minor cleanupsRoger Dingledine
2010-04-02Merge branch 'asprintf'Nick Mathewson
2010-03-29Segfault less during consensus generation without paramsSebastian Hahn
2010-02-28Tweak users of snprintf to use asprintf where appropriateNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-25For integers, if !(E<G), then we can infer that E>=G.Nick Mathewson
2010-02-25Fix 64-bit printf issues in consensus-bw-weights5-merge.Nick Mathewson
2010-02-25Check snprintf return values in format_networkstatus_vote.Mike Perry
2010-02-25Cast our weights down to ints from int64.Mike Perry
2010-02-24Make unit tests work.Mike Perry
2010-02-22Add consensus method #defines.Mike Perry
2010-02-22Clearly mark directory footer so we parse the new weight line.Mike Perry
2010-02-22Add parsing+verification for bw weight values.Mike Perry
2010-02-22Perform calculation of consensus bandwidth weights.Mike Perry
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-11-18Not everybody likes debugging printfs as much as INick Mathewson
2009-11-17Do not report a partially-successful detached signature add as failed.Nick Mathewson
2009-11-12Fix a memory leak on directory authorities during votingRoger Dingledine
2009-10-26Fix bug 1066.Karsten Loesing
2009-10-19Fix two bugs found by Coverity scan.Nick Mathewson
2009-10-19Fix compile with warnings problems on Snow LeopardSebastian Hahn
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-10-15Implement signatures for microdesc consensuses right.Nick Mathewson
2009-10-15Generate all the flavors of consensuses when building consensuses.Nick Mathewson