aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/dirvote.c
AgeCommit message (Expand)Author
2021-03-15Merge branch 'maint-0.3.5' into maint-0.4.4Nick Mathewson
2021-03-15Fix detection of point to insert signatures on a pending consensus.Nick Mathewson
2020-10-22Turn ConsensusParams into a LinelistRoger Dingledine
2020-06-17Spelling fix: "RECCOMEND" => "RECOMMEND".Nick Mathewson
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-21Bail out of format_networkstatus_vote if fmt_addr32() failed.rl1987
2020-05-21Check that fmt_addr32() returned non-empty string before putting it into docu...rl1987
2020-05-05config: New file resolve_addr.{c|h}David Goulet
2020-03-20Merge branch 'maint-0.4.3'Nick Mathewson
2020-03-20relay/dirauth: Set some output arguments in stubsteor
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-24Rename voting_schedule_*() functions.Nick Mathewson
2020-02-24Move voting_schedule.[ch] to src/feature/dirauth/Nick Mathewson
2020-02-20dirvote: Improve the posted vote log messageteor
2020-02-19dirvote: Remove an incorrect log messageteor
2020-02-18dirauth: Refactor dirvote_add_vote()teor
2020-02-18Don't accept posted votes after :52:30Roger Dingledine
2020-02-12dirvote: Reorder required protocol liststeor
2020-02-12dirvote: Move required protos into private headerteor
2020-02-06circuitbuild: expect bug message that clang-format will generate.Nick Mathewson
2020-01-17Merge branch 'ticket32806'Nick Mathewson
2020-01-16Remove routerstatus_format_entry() consensus_method argument as unusedNick Mathewson
2020-01-16Remove support for now-obsolete consensus methods before 28.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-19Move ConsensusParams to dirauth module.Nick Mathewson
2019-12-19Move AuthDirListBadExits to dirauth module.Nick Mathewson
2019-12-19Dirauth options: move versioning options to dirauth moduleNick Mathewson
2019-12-19Add config object for dirauth; move one option there.Nick Mathewson
2019-06-11Merge branch 'tor-github/pr/1031'David Goulet
2019-05-23Merge branch 'tor-github/pr/988'David Goulet
2019-05-16Prop 301: No longer vote on RecommendedPackagesIain R. Learmonth
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-29Merge branch 'bug30316_035' into bug30316_040Nick Mathewson
2019-04-29Move bandwidth-file-headers line to appear in the correct vote sectionNick Mathewson
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-04-04bwauth: Actually include the bandwidth-file-digest in authority votesteor
2019-02-13dirvote: Add the bandwidth file digest in the votejuga0
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-05Merge remote-tracking branch 'public/prop298'Nick Mathewson
2018-12-03Keep list of dirauth flags in sync between dirvote.c and fuzz_vrs.cNick Mathewson
2018-11-25Vote on the StaleDesc flag from prop293Nick Mathewson
2018-11-24Add a consensus method in which md families get canonicalized.Nick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
2018-10-01extract networkstatus parsing to its own file.Nick Mathewson
2018-10-01Pull detached-signatures code into dirauth.Nick Mathewson
2018-10-01Split microdescriptor parser into its own file.Nick Mathewson
2018-10-01Split the authority-cert and signature/hash code from routerparseNick Mathewson