aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2015-08-21Merge branch 'workqueue_squashed'Nick Mathewson
2015-08-21Fix a bunch of check-spaces complaintsSebastian Hahn
2015-08-20Rename EVENT_SIGNAL -> EVENT_GOT_SIGNALNick Mathewson
2015-08-18Merge branch 'decouple_controller_events_squashed'Nick Mathewson
2015-08-18Use thread-local storage to block event_queue recursion.Nick Mathewson
2015-08-18Multithreading support for event-queue code.Nick 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-08-13Change lost_owning_controller() to call activate_signal().Nick Mathewson
2015-08-12Try to decouple process_signal() from anything not event-drivenNick Mathewson
2015-07-30Add get_max_sockets() and remove dead codeDavid Goulet
2015-06-03Check for NULL values in getinfo_helper_onionsteor
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-20Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.Yawning Angel
2015-05-18Fix some compilation warningsNick Mathewson
2015-05-18Merge remote-tracking branch 'andrea/ticket15358_squashed_2'Nick Mathewson
2015-05-17Add GETINFO network-liveness to control protocolAndrea Shepard
2015-05-17Implement EVENT_NETWORK_LIVENESSAndrea Shepard
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-05-08Fix segfault in HSPOST command introduce with feature #3523Donncha O'Cearbhaill
2015-05-05Fix a few more memory leaks; not in any released TorNick Mathewson
2015-05-04Merge branch 'feature3523_027'Nick Mathewson
2015-05-04Add "+HSPOST" and related "HS_DESC" event flags to the controller.Donncha O'Cearbhaill
2015-05-02Make `GETINFO hs/client/desc/id/<identifier>` actually work (#14845).Yawning Angel
2015-04-30whitespace fixesNick Mathewson
2015-04-30Use rend_data_client/service_create() in codeDavid Goulet
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-23Merge remote-tracking branch 'dgoulet/bug14847_027_06'Nick Mathewson
2015-04-23Merge remote-tracking branch 'public/bug15546'Nick Mathewson
2015-04-23Avoid memory leak in error messages in control.c (not in any tor)Nick Mathewson
2015-04-23Merge remote-tracking branch 'dgoulet/bug14845_026_01'Nick Mathewson
2015-04-22Add function to validate HS descriptor IDDavid Goulet
2015-04-21Multiple fixes for the HSFETCH commandDavid Goulet
2015-04-21Use rend_valid_service_id() in the HSFETCH commandDavid Goulet
2015-04-21Control: make HSFETCH command use LongNameDavid Goulet
2015-04-21Control: add + and 650 OK to HS_DESC_CONTENT eventDavid Goulet
2015-04-21Control: unbolt rend_data from HS desc eventDavid Goulet
2015-04-21Refactor HS descriptor fetch to support descriptor IDDavid Goulet
2015-04-21Control: add HS_DESC_CONTENT eventDavid Goulet
2015-04-21Control: groud work for the HSFETCH commandDavid Goulet
2015-04-15Fix indentation on a blockNick Mathewson
2015-04-15Remove spurious warnNick Mathewson
2015-04-15Merge remote-tracking branch 'sebastian/bug14784'Nick Mathewson
2015-04-15Stop modifying const argument in handle_control_postdescriptorNick Mathewson
2015-03-22Add unit tests for control_event_is_interesting()teor
2015-03-13const-ify the new failure vars, and one old oneNick Mathewson
2015-03-12Don't init control authchallenge nonce as assert side effectSebastian Hahn
2015-03-04Make boostrap events include hostname ANDaddr AND digestNick Mathewson
2015-02-27Include a HOST item in BOOTSTRAP problem messagesNick Mathewson