summaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
AgeCommit message (Expand)Author
2013-04-14Rename all fields which measure bw in kb to end with _kbNick Mathewson
2013-03-29Bug 8419: Apply the badexit fix from #2203 to validatio tooMike Perry
2013-02-19Merge branch 'bug2286_unit_test_squashed'Nick Mathewson
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-19Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard
2013-02-19Note some annoyinc copy-and-paste codeNick Mathewson
2013-02-19Tweak consensus method 17 based on arma's commentsNick Mathewson
2013-02-11Fix two more coverity-spotted leaks in master.Nick Mathewson
2013-02-08Add doxygen for bug8158 functionsNick Mathewson
2013-02-08Coalesce identical adjacent microdescriptor vote lines.Nick Mathewson
2013-02-08Refactor generating the m lines in a vote into its own functionNick Mathewson
2013-02-07Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson
2013-02-05New consensus method: clip the maximum votable unmeasured bwNick Mathewson
2013-02-04Include a flag-thresholds line in each vote to describe flag cutoffsNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson
2012-12-31Fix a couple of harmless clang3.2 warningsSebastian Hahn
2012-12-28Fix an impossible-in-normal-operation leaks in dirvoteNick Mathewson
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