summaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
AgeCommit message (Expand)Author
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-27Merge remote-tracking branch 'asn/feature19036'Nick Mathewson
2016-05-27Merge remote-tracking branch 'arma/bug18840'Nick Mathewson
2016-05-26Functionify code that writes votes to disk.George Kadianakis
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17Remove duplicate siging_key_cert fields.Nick Mathewson
2016-05-11Authorities now sort the "package" lines in their votesRoger Dingledine
2016-05-11write v3-status-votes file earlier in consensus votingRoger Dingledine
2016-05-11Fetch certificates from the same directory as previous certificatesteor (Tim Wilson-Brown)
2016-05-11Fetch certificates from the same directory as the consensusteor (Tim Wilson-Brown)
2016-03-21Merge branch 'maint-0.2.7'Nick Mathewson
2016-03-21Fix another case of 17668: Add NoEdConsensusNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Replace two instances of N_DIGEST_ALGORITHMS.Nick Mathewson
2016-02-22Enable ed25519 collator in voting.Nick Mathewson
2016-02-10Rename crypto_digest_all, and digests_t.Nick Mathewson
2015-12-18Let make_consensus_method_list be used in testsMatthew Finkel
2015-09-15Add tests for directory_handle_command_getReinaldo de Souza Jr
2015-08-13Fix some types on container fnsNick Mathewson
2015-05-29Fix a warning from the clangalyzer.Nick Mathewson
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Implement ed25519 identity collation for voting.Nick Mathewson
2015-05-28Refactor code that matches up routers with the same identity in votesNick Mathewson
2015-05-28Checkpoint some work on voting on ed25519 identitiesNick Mathewson
2015-05-28Include ed25519 keys in microdescriptors.Nick Mathewson
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-02-18clean up comments and whitespace a bitRoger Dingledine
2015-02-18Actually free measured_guardfraction.Yawning Angel
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Final guardfraction preparations for upstream merge.George Kadianakis
2015-02-18Calculate total bandwidth weights using the guardfraction bandwidths.George Kadianakis
2015-02-18Write GuardFraction information to consensus.George Kadianakis
2015-01-10More documentation for proposal 227 workNick Mathewson
2015-01-10Implement proposal 227-vote-on-package-fingerprints.txtNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-26Improve a notice message in dirvote.c. (Roger asked for this.)Nick Mathewson
2014-12-24Allow consensus interval of 10 seconds when testingteor
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-09-28Stop spurious clang shallow analysis null pointer errorsteor
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-08-26Merge remote-tracking branch 'public/bug10163'Nick Mathewson
2014-08-25Remove the assigned-but-unused chosen_named_idx local variableNick Mathewson
2014-08-21Mark one use of networkstatus_check_document_signature as (void)Nick Mathewson
2014-08-21remove meaningless checks for chunks==NULL in dirserv stuffNick Mathewson
2014-08-15Remove implementation code for all pre-13 consensus methods.Nick Mathewson
2014-08-15Remove support for generating consensuses with methods <= 9.Nick Mathewson
2014-08-15No longer advertise or negotiate any consensus method before 13.Nick Mathewson