aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.h
AgeCommit message (Expand)Author
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-05-28Checkpoint some work on voting on ed25519 identitiesNick Mathewson
2015-05-28Include ed25519 keys in microdescriptors.Nick Mathewson
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Write GuardFraction information to consensus.George Kadianakis
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-24Allow consensus interval of 10 seconds when testingteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-09Remove dirauth support for the BadDirectory flagSebastian Hahn
2014-09-09Remove support for naming directory authoritiesSebastian Hahn
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
2014-05-06fix a copy-paste comment mistakeNick Mathewson
2014-05-05Consensus method 18: Add a base64 ID digest to the microdescNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-08Add support for offsetting the voting interval in order to bootstrap faster.Linus Nordberg
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-19Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard
2013-02-08Refactor generating the m lines in a vote into its own functionNick Mathewson
2013-02-05New consensus method: clip the maximum votable unmeasured bwNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-02Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson
2012-11-14Authorities put p6 lines into microdescriptors.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-09-05Whitespace fixes.Linus Nordberg
2012-09-04Generate microdescriptors with "a" lines.Linus Nordberg
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-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-08Merge branch 'maint-0.2.2'Roger 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-09-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-03Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom
2011-01-15Merge branch 'maint-0.2.2'Roger Dingledine
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-07-27Create dirvote.hSebastian Hahn