aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-07-01Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-01Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-27control: Make HSPOST properly parse HSADDRESS= paramDavid Goulet
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20eol@eof is still the law in 0.3.4 :(Nick Mathewson
2018-06-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20Fix clang warnings introduced by 9f2b887c5d251b93ee9def708Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-18Merge branch 'split_or_h'Nick Mathewson
2018-06-17Merge remote-tracking branch 'rl1987/feature8323_squashed2'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 extrainfo_t into its own headerNick Mathewson
2018-06-15Extract desc_store_t and routerlist_t into their own headers.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-06-15Split socks_request_t into its own header.Nick Mathewson
2018-06-15Split rend_authorized_client_t and encoded_.._t into their own headersNick Mathewson
2018-06-15Extract rend_service_descriptor_t into its own header.Nick Mathewson
2018-06-15Extract cpath_build_state into its own header.Nick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-06-15Move or_connection_t to its own header.Nick Mathewson
2018-06-15Split control_connection_t into its own header.Nick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2018-06-08Implement GETINFO md/allrl1987
2018-06-04Avoid casting smartlist index implicitlyrl1987
2018-05-14Merge branch 'bug25903_v5_squashed'Nick Mathewson
2018-05-11get rid of whitespace before #ifdef'sRoger Dingledine
2018-05-11control: Mask the event(s) before using ANY_EVENT_IS_INTERESTING()David Goulet
2018-05-10Enable/disable per-second callback as needed.Nick Mathewson
2018-05-09Bug 25903: Report new CIRC_BW fields to control port.Mike Perry
2018-05-09Comment-only fix: annotate we_are_hibernating() usageNick Mathewson
2018-05-09Give control.c responsibility for its own once-a-second eventsNick Mathewson
2018-05-09Add a macro to simplify control_update_global_event_mask().Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-03Merge remote-tracking branch 'github/ticket25951'Nick Mathewson
2018-05-01sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}David Goulet
2018-05-01Give queued_events_flush_all() responsibility for flushing log cbsNick Mathewson
2018-04-27sr: Extract shared SR functionsDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet