aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirauth
AgeCommit message (Expand)Author
2018-06-22Remove bloom filters, order statistics, and bitarrays from container.hNick Mathewson
2018-06-21Fix wide lines in dirauth/dirvote.*Nick Mathewson
2018-06-21Rectify include paths (automated).Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract cached_dir_t into a new header.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Extract microdesc_t into its own header.Nick Mathewson
2018-06-15Extract authority_cert_t into its own headerNick Mathewson
2018-06-15Extract desc_store_t and routerlist_t into their own headers.Nick Mathewson
2018-06-15Extract ns_detached_signatures_st into its own header.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Extract networkstatus_vote_info_t into its own header.Nick Mathewson
2018-06-15Move document_signature_t into its own header.Nick Mathewson
2018-06-15Split vote_{microdesc_hash,routerstatus}_t into their own headersNick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-06-15Move vote_schedule into its own header.Nick Mathewson
2018-06-14Move dir_server_t into its own header.Nick Mathewson
2018-05-22vote: TROVE-2018-005 Make DirAuths omit misbehaving routers from their vote.Isis Lovecruft
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
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-01sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}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-01vote: Return error when adding vote/signature if no dirauth moduleDavid Goulet
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: Handling adding vote and signature if module is disabledDavid 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-27sr: Static inline functions if no dirauth moduleDavid Goulet
2018-04-27sr: Extract shared SR functionsDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet