aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control
AgeCommit message (Expand)Author
2020-06-29Merge remote-tracking branch 'tor-github/pr/1696/head' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06btrack_orconn_cevent.c: Add a missing "break;"Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-01-30Rewrite control_event_signal() to use signal_table.Nick Mathewson
2019-10-03hs: ADD_ONION NEW:BEST now defaults to ED25519-V3David Goulet
2019-10-03Merge remote-tracking branch 'tor-github/pr/1358'Nick Mathewson
2019-10-03control/control: Refactor some error handling codeteor
2019-09-24feature/control: add a missing word to the send_control_done() commentteor
2019-09-18Merge branch 'maint-0.4.1'Nick Mathewson
2019-09-17Correct the syntax description for the MAPADDRESS command.Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-08-19nodelist: Move router_get_verbose_nickname() declarationteor
2019-07-25Merge branch 'maint-0.4.1'David Goulet
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-06-25Fix some onion helpersTaylor Yu
2019-06-25Make control_write_reply() mockableTaylor Yu
2019-06-25Clean up some uses of low-level control repliesTaylor Yu
2019-06-11Merge branch 'tor-github/pr/1040'David Goulet
2019-06-11Rework origin circuit tracking to use pubsubTaylor Yu
2019-06-11Rework orconn tracking to use pubsubTaylor Yu
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