summaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
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
2015-01-06Drop assumption that get_torrc_fname() can't return NULL.Nick Mathewson
2015-01-06Merge remote-tracking branch 'public/bug14116_025'Nick Mathewson
2015-01-06Don't crash on malformed EXTENDCIRCUIT.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Add "internal" to some bootstrap statuses when no exits are available.teor
2014-11-25Merge branch 'feature9503_squashed'Nick Mathewson
2014-11-25Sending response to SIGNAL HEARTBEAT controller command.rl1987
2014-11-25Adding 'SIGNAL HEARTBEAT' message that causes unscheduled heartbeat.rl1987
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-11-16Rewriting comment for control_event_hs_descriptor_failed().rl1987
2014-11-16Adding REASON field to HS_DESC FAILED controller event.rl1987
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-26Fix a double-free in failing case of handle_control_authenticate.Nick Mathewson
2014-09-25Merge branch 'libscrypt_trunnel_squashed'Nick Mathewson
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-09-21Stop silently skipping invalid args to seteventsRoger Dingledine
2014-09-18Fix a double-free in failing case of handle_control_authenticate.Nick Mathewson
2014-09-08Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-08Expand the event_mask field in controller conns to 64 bitsNick Mathewson
2014-09-03Fix a couple of small memory leaks on failure cases.Nick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson