aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
Commit message (Expand)AuthorAge
* 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
* | | Whitespace fixes.Linus Nordberg2012-09-05
* | | Whitespace.Linus Nordberg2012-09-04
* | | Remove spurious debug log printout.Linus Nordberg2012-09-04
* | | Add tor_addr_port_new().Linus Nordberg2012-09-04
* | | Generate microdescriptors with "a" lines.Linus Nordberg2012-09-04
* | | Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg2012-09-04
|/ /
* | Merge remote-tracking branch 'public/bug6404' into maint-0.2.3Nick Mathewson2012-08-21
|\ \
| * | Fix memory leak in dirvote_create_microdescriptorNick Mathewson2012-08-14
| * | Remove the upper limit on the size of MD we can generate.Nick Mathewson2012-07-31
| * | Don't include a router in an md consensus if we can't find a md for it.Nick Mathewson2012-07-31
| * | Allow microdescs to be up to 2k. Partial fix for 6404.Nick Mathewson2012-07-31
* | | Defensive programming: clear rs_out between iterations.Nick Mathewson2012-08-01
|/ /
* | Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* | Detect out-of-bounds bwweightscale values early in the voting processNick Mathewson2012-05-07
* | Check more thoroughly for dups when parsing networkstatus parametersNick Mathewson2012-05-07
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson2012-01-16
* | Try to use smartlist_add_asprintf consistentlyNick Mathewson2012-01-16
* | Log which votes we still need to fetchSebastian Hahn2012-01-10
* | Merge branch 'maint-0.2.2'Roger Dingledine2012-01-08
|\|
| * nickname, not identity fingerprint, will help moreRoger Dingledine2012-01-08
| * tell me who votes are actually for, not just where they're fromRoger Dingledine2012-01-08
* | Implement consensus method 12 (proposal 178)Sebastian Hahn2011-11-27
* | 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
|\| |