summaryrefslogtreecommitdiff
path: root/src/or/dirauth/dirvote.c
AgeCommit message (Expand)Author
2018-08-24Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-18Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-05-22vote: TROVE-2018-005 Make DirAuths omit misbehaving routers from their vote.Isis Lovecruft
2018-05-02dirauth: Move authdir_mode_v3() to moduleDavid Goulet
2018-05-02dirvote: Fix typo in commentDavid Goulet
2018-05-01dirvote: Make tokens a const in dirvote_parse_sr_commits()David Goulet
2018-05-01vote: Move dirvote_recalculate_timing() to voting_schedule.cDavid Goulet
2018-05-01vote: Namespace functions in voting_schedule.cDavid Goulet
2018-05-01Rename dirvote_common.{c|h} to voting_schedule.{c|h}David Goulet
2018-05-01dirvote: Make dirvote_get_preferred_voting_intervals() staticDavid Goulet
2018-05-01ns: Move dirvote_get_voter_sig_by_alg() to networkstatus.cDavid Goulet
2018-05-01Update dirvote_act() to return the time of its next action.Nick Mathewson
2018-05-01Start refactoring dirvote_act() towards self-schedulingNick Mathewson
2018-05-01Move back dirvote_authority_cert_dup to dirvote.cDavid Goulet
2018-05-01dirvote: Move the vote creation code into dirvote.cDavid Goulet
2018-05-01dirvote: Move the handling of GET /tor/status-vote to dirauth moduleDavid Goulet
2018-05-01dirvote: Free vote commits in the dirauth moduleDavid Goulet
2018-04-27dirvote: Move SR commit parsing into dirauth moduleDavid Goulet
2018-04-27ns: Move ns_detached_signatures_free() to networkstatus.cDavid Goulet
2018-04-27dirvote: Rename voter_get_sig_by_algorithm()David Goulet
2018-04-27dirvote: Extract shared functions to common fileDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet