aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.h
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-01Extract or_options_t from or.hNick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-07-01Extract various enums and tiny structs from or.hNick Mathewson
2018-07-01Minimize headers that include crypto_formats and x25519 stuffNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Split control_connection_t into its own header.Nick Mathewson
2018-05-09Give control.c responsibility for its own once-a-second eventsNick Mathewson
2018-05-01Give queued_events_flush_all() responsibility for flushing log cbsNick Mathewson
2018-04-16Add GETINFO current-time/{local,utc} command to ControlPortNeel Chauhan
2018-04-10Remove TestingEnableTbEmptyEventNick Mathewson
2017-12-05control: Don't use void pointer for ADD_ONION secret keyDavid Goulet
2017-12-05hs-v3: Implement HS_DESC UPLOAD eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC RECEIVED eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC FAILED eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC REQUESTED eventDavid Goulet
2017-12-05control: Rename two HS v2 specific functionsDavid Goulet
2017-12-05control: Refactor control_event_hs_descriptor_receive_endDavid Goulet
2017-12-05control: Refactor HS_DESC events functions to not be v2 specificDavid Goulet
2017-11-20control: Support HSv3 interface for ADD_ONIONDavid Goulet
2017-10-18Add __OwningControllerFD to allow controllers without controlportsNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-14Refactor control_event_bootstrap_problemTaylor Yu
2017-08-24Remove the AUTHDIR_NEWDESCS feature: nobody is using it any moreNick Mathewson
2017-04-24Add regression test for #22304Taylor Yu
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-28Ticket #21329: GETINFO onions/current returns empty listmeejah
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Add client auth for ADD_ONION servicesJohn Brooks
2016-02-27Update the copyright year.Nick Mathewson
2016-02-17Add onion address to the HS_DESC UPLOADED eventDavid Goulet
2015-09-08Add replica number to HS_DESC CREATED eventDonncha O'Cearbhaill
2015-08-25Add a HS_DESC CREATED control eventDonncha O'Cearbhaill
2015-08-20Rename EVENT_SIGNAL -> EVENT_GOT_SIGNALNick Mathewson
2015-08-18Refactor initialization logic for control-event-queueNick Mathewson
2015-08-18Remove obsolete event_format_tNick Mathewson
2015-08-18Refactor our logic for sending events to controllersNick Mathewson
2015-05-18Merge remote-tracking branch 'andrea/ticket15358_squashed_2'Nick Mathewson
2015-05-17Implement EVENT_NETWORK_LIVENESSAndrea Shepard
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-05-04Add "+HSPOST" and related "HS_DESC" event flags to the controller.Donncha O'Cearbhaill
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-21Control: unbolt rend_data from HS desc eventDavid Goulet
2015-04-21Control: add HS_DESC_CONTENT eventDavid Goulet
2015-03-22Compile-time check that control_event_t.event_mask is big enoughteor
2015-03-22Add unit tests for control_event_is_interesting()teor
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-01-07GETINFO bw-event-cache to get information on recent BW eventsNick Mathewson