summaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
AgeCommit message (Expand)Author
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-11-14Remove a since-fixed XXX; improve a doxygen commentNick Mathewson
2012-11-14Authorities put p6 lines into microdescriptors.Nick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-09-18Fix comment typoRobert Ransom
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson
2012-09-05Fix warning when implicitly casting strlen(microdesc) to intNick Mathewson
2012-09-05Whitespace fixes.Linus Nordberg
2012-09-04Whitespace.Linus Nordberg
2012-09-04Remove spurious debug log printout.Linus Nordberg
2012-09-04Add tor_addr_port_new().Linus Nordberg
2012-09-04Generate microdescriptors with "a" lines.Linus Nordberg
2012-09-04Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg
2012-08-21Merge remote-tracking branch 'public/bug6404' into maint-0.2.3Nick Mathewson
2012-08-14Fix memory leak in dirvote_create_microdescriptorNick Mathewson
2012-08-01Defensive programming: clear rs_out between iterations.Nick Mathewson
2012-07-31Remove the upper limit on the size of MD we can generate.Nick Mathewson
2012-07-31Don't include a router in an md consensus if we can't find a md for it.Nick Mathewson
2012-07-31Allow microdescs to be up to 2k. Partial fix for 6404.Nick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-07Detect out-of-bounds bwweightscale values early in the voting processNick Mathewson
2012-05-07Check more thoroughly for dups when parsing networkstatus parametersNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2012-01-10Log which votes we still need to fetchSebastian Hahn
2012-01-08Merge branch 'maint-0.2.2'Roger Dingledine
2012-01-08nickname, not identity fingerprint, will help moreRoger Dingledine
2012-01-08tell me who votes are actually for, not just where they're fromRoger Dingledine
2011-11-27Implement consensus method 12 (proposal 178)Sebastian Hahn
2011-06-14Make the get_options() return constNick Mathewson
2011-05-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Fixup whitespace issues from 3122 commitNick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-15Fixup whitespace issues from 3122 commitNick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson
2011-05-11Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson