summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-06-24better log line for debugging #26485Roger Dingledine
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 routerinfo_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-15Split dir_connection_t into its own headerNick Mathewson
2018-06-14Move dir_server_t into its own header.Nick Mathewson
2018-05-11Merge remote-tracking branch 'catalyst-github/bug25756'Nick Mathewson
2018-05-09config: Move any_client_port_set() to config.cDavid Goulet
2018-05-08Improve tolerance for dirauths with skewed clocksTaylor Yu
2018-05-08Deindent warn_early_consensus()Taylor Yu
2018-05-08Factor out warn_early_consensus()Taylor Yu
2018-05-03Merge remote-tracking branch 'dgoulet/ticket25914_034_01'Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-02dirauth: Move authdir_mode_v3() to moduleDavid Goulet
2018-05-01vote: Move dirvote_recalculate_timing() to voting_schedule.cDavid Goulet
2018-05-01ns: Move dirvote_get_voter_sig_by_alg() to networkstatus.cDavid Goulet
2018-05-01Ensure that voting is rescheduled whenever the schedule changes.Nick Mathewson
2018-05-01dirvote: Free vote commits in the dirauth moduleDavid Goulet
2018-04-27ns: Move ns_detached_signatures_free() to networkstatus.cDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-25Remove dead code in networkstatus.cDavid Goulet
2018-04-23main: Launch periodic events by rolesDavid Goulet
2018-04-22Merge branch 'remove_old_consensus_methods_2018_squashed'Nick Mathewson
2018-04-22Remove MIN_METHOD_FOR and MIN_METHOD_FOR_A_LINESNick Mathewson
2018-04-16Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-16relay: Implement a circuit cell queue maximum sizeDavid Goulet
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-03-23Merge remote-tracking branch 'fristonio/ticket-24740'Nick Mathewson
2018-03-19Merge branch 'ticket25268_034_01'Nick Mathewson
2018-03-04Fix redundant authority certificate fetchDeepesh Pathak
2018-03-03Merge remote-tracking branch 'fristonio/ticket4187'Nick Mathewson
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-02-15cmux: Rename cell_ewma_set_scale_factor()David Goulet
2018-02-15cmux: Make EWMA policy mandatoryDavid Goulet
2018-02-03Rename a verified unverified-consensus to cached-consensus on the diskDeepesh Pathak
2018-02-01Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-31remove the max_failures argument from download_status_is_ready.Nick Mathewson
2018-01-31ns: Add a before and after consensus has changed notificationDavid Goulet