aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
Commit message (Expand)AuthorAge
* Make the get_options() return constNick Mathewson2011-06-14
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-28
|\
| * Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson2011-05-23
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\|
| * Fixup whitespace issues from 3122 commitNick Mathewson2011-05-15
| * Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-05-15
| |\
| | * Fixup whitespace issues from 3122 commitNick Mathewson2011-05-15
* | | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\| |
| * | Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson2011-05-11
| * | Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson2011-05-11
| * | Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\|
| | * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-09
|\| |
| * | Fix potential null pointer deref during dirvoteSebastian Hahn2011-05-09
* | | Replace _AUTHORITY enum values with _DIRINFO values (automted)Nick Mathewson2011-05-05
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-04
|\| |
| * | Handle crypto_pk_get_digest failures semi-sensiblyRobert Ransom2011-05-04
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-11
|\| |
| * | Fix log message when we have too few dirauthsSebastian Hahn2011-03-07
* | | Merge remote branch 'origin/maint-0.2.2' for bug2203_rebasedNick Mathewson2011-02-04
|\| |
| * | Fix authority side of 2203.Mike Perry2011-01-25
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | refactor all these tor_inet_ntoa idiomsRoger Dingledine2010-10-01
|/ /
* | Implement new Wxx constraints.Mike Perry2010-09-27
* | Fix misplaced labelsSebastian Hahn2010-08-16
* | Fix a memory leak in dirvote_compute_consensuses()Sebastian Hahn2010-08-16
* | Fix a memory leakSebastian Hahn2010-08-16
* | Create routerparse.hSebastian Hahn2010-07-27
* | Create rephist.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create networkstatus.hSebastian Hahn2010-07-27
* | Create microdesc.hSebastian Hahn2010-07-27
* | Create dirvote.hSebastian Hahn2010-07-27
* | Create dirserv.hSebastian Hahn2010-07-27
* | Create directory.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create routerlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | immediate reachability check for new relaysRoger Dingledine2010-04-21
* | fetch unknown descriptors if we see them in a voteRoger Dingledine2010-04-20
* | minor cleanupsRoger Dingledine2010-04-20
* | 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