summaryrefslogtreecommitdiff
path: root/src/feature/control
AgeCommit message (Expand)Author
2019-09-17Correct the syntax description for the MAPADDRESS command.Nick Mathewson
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-29Remove want_cmddata from HSFETCH, which does not in fact want dataNick Mathewson
2019-05-23Only reject POSTDESCRIPTOR purpose= when the purpose is unrecognizedNick Mathewson
2019-05-03Merge branch 'tor-github/pr/984'David Goulet
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Clean up formatting after CoccinelleTaylor Yu
2019-04-30Run Coccinelle for control.c refactorTaylor Yu
2019-04-30Manually fix some control repliesTaylor Yu
2019-04-30Factor out control reply outputTaylor Yu
2019-04-30Add clarifying comments to control_proto.cTaylor Yu
2019-04-30Split reply formatting out of control_fmt.cTaylor Yu
2019-04-30Correct file name in doxygen commentTaylor Yu
2019-04-30Merge branch 'tor-github/pr/980'David Goulet
2019-04-25Extract keyword argument checking from argument parsing.Nick Mathewson
2019-04-25In control command api, rename "object" to "cmddata"Nick Mathewson
2019-04-25expand CMD_FL_WIPE to wipe the parsed arguments tooNick Mathewson
2019-04-25Simplify handler logic in control_cmd.cNick Mathewson
2019-04-25Port the authenticate and authchallenge commands to the new parserNick Mathewson
2019-04-25Move and rename decode_escaped_string()Nick Mathewson
2019-04-25Use the new controller command parser for EXTENDCIRCUIT.Nick Mathewson
2019-04-25Use new parser logic for SETCONF/RESETCONF code.Nick Mathewson
2019-04-25Update more controller commands, now that we have kvline supportNick Mathewson
2019-04-25Add kvline support to controller command parser.Nick Mathewson
2019-04-25Allow kvlines in control commands.Nick Mathewson
2019-04-25Use parsing code for the simpler controller commands.Nick Mathewson
2019-04-25When parsing a multiline controller command, be careful with linebreaksNick Mathewson
2019-04-25Extract the argument-splitting part of control.c's parserNick Mathewson
2019-04-25Start on a command-parsing tool for controller commands.Nick Mathewson
2019-04-14Remove unused get_options()Neel Chauhan
2019-04-12Define two more commands as wipe-after-parse.Nick Mathewson
2019-04-12Add assertions for correct input to handle_control_command.Nick Mathewson
2019-04-12Improve handling of controller commandsNick Mathewson
2019-04-11Remove unused variable in fmt_serverstatus.cNeel Chauhan
2019-04-11Stop setting routers as running in list_server_status_v1()Neel Chauhan
2019-03-25Minimize the includes in control.cNick Mathewson
2019-03-25Split command-handling and authentication from control.cNick Mathewson
2019-03-25Split getinfo handling into a new control_getinfo.cNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-03-12Fix all nonconformant headers' guard macros.Nick Mathewson
2019-02-26Merge branch 'tor-github/pr/611'George Kadianakis
2019-02-24Merge remote-tracking branch 'tor-github/pr/646'Nick Mathewson
2019-02-17fix a bootstrapping string typoRoger Dingledine
2019-01-24Add version 3 onion service support to HSFETCHNeel Chauhan
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-09Merge remote-tracking branch 'tor-github/pr/627'Nick Mathewson
2019-01-09Merge branch 'ticket28843'Nick Mathewson
2019-01-04Fix typo in bootstrap messageTaylor Yu
2019-01-03Completely remove 'GETINFO status/version/num-{concurring,versioning}'rl1987