aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
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
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-02-17Control: command to lookup cached HS descriptorGeorge Kadianakis
2015-02-15Implement status/fresh-relay-descs commandSebastian Hahn
2015-02-06Fix check-spaces complaintsSebastian Hahn
2015-01-30Merge remote-tracking branch 'public/prop227_v2'Nick Mathewson
2015-01-28Bug #8405: Report SOCKS username/password in CIRC status eventsArthur Edelstein
2015-01-28more typo fixes from mcs and gkNick Mathewson
2015-01-27New GETINFO consensus/packages to expose package information from consensusNick Mathewson
2015-01-18Merge remote-tracking branch 'public/ticket13037'Nick Mathewson
2015-01-16changes suggested by weaselNick Mathewson
2015-01-07GETINFO bw-event-cache to get information on recent BW eventsNick Mathewson