aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
Commit message (Expand)AuthorAge
* Merge branch 'bug2286_unit_test_squashed'Nick Mathewson2013-02-19
|\
| * Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson2013-02-19
| * Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard2013-02-19
| * Note some annoyinc copy-and-paste codeNick Mathewson2013-02-19
| * Tweak consensus method 17 based on arma's commentsNick Mathewson2013-02-19
| * New consensus method: clip the maximum votable unmeasured bwNick Mathewson2013-02-05
* | Fix two more coverity-spotted leaks in master.Nick Mathewson2013-02-11
* | Add doxygen for bug8158 functionsNick Mathewson2013-02-08
* | Coalesce identical adjacent microdescriptor vote lines.Nick Mathewson2013-02-08
* | Refactor generating the m lines in a vote into its own functionNick Mathewson2013-02-08
* | Merge remote-tracking branch 'public/bug7816_024'Nick Mathewson2013-02-07
|\ \ | |/ |/|
| * Fix an impossible-in-normal-operation leaks in dirvoteNick Mathewson2012-12-28
* | Include a flag-thresholds line in each vote to describe flag cutoffsNick Mathewson2013-02-04
* | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | Rename *_isin to *_containsNick Mathewson2013-01-16
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \
| * | Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson2013-01-02
* | | Fix a couple of harmless clang3.2 warningsSebastian Hahn2012-12-31
| |/ |/|
* | Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
|/
* Remove a since-fixed XXX; improve a doxygen commentNick Mathewson2012-11-14
* Authorities put p6 lines into microdescriptors.Nick Mathewson2012-11-14
* Better policy support for IPv6Nick Mathewson2012-11-14
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* 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