aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control/control_cmd.c
AgeCommit message (Expand)Author
2021-11-15Do not count controller-selected paths towards path bias.Nick Mathewson
2021-10-19hs-v2: Disable version 2 HSPOST and HSFETCH commandDavid Goulet
2021-10-19hs-v2: Disable version 2 serviceDavid Goulet
2021-03-08Don't warn about missing guard state if controller picked first hopNick Mathewson
2020-08-03Merge remote-tracking branch 'tor-github/pr/1986/head'Nick Mathewson
2020-07-08Remove duplicate #include control_events.h in control_cmd.cNeel Chauhan
2020-07-08Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_W...Neel Chauhan
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-06-24Merge branch 'tor-github/pr/1935'David Goulet
2020-06-24Make HSFETCH take the decoded length into account, not the base32 oneNeel Chauhan
2020-06-23Mark state file dirty upon DROPTIMEOUTS commandMike Perry
2020-06-07Provide a DROPTIMEOUTS command to drop CBT timesMike Perry
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-02-06Use parentheses to avoid mis-indentations of stringified macro argsNick Mathewson
2020-01-24fix leak in GETCONFTaylor Yu
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-09Rename control_reply_add_1kvTaylor Yu
2019-12-08use control reply lines for protocolinfoTaylor Yu
2019-12-08refactor handle_control_protocolinfoTaylor Yu
2019-12-08simplify getconf by using reply linesTaylor Yu
2019-11-18control-port: Implement ONION_CLIENT_AUTH_VIEW.George Kadianakis
2019-11-18control-port: Implement ONION_CLIENT_AUTH_REMOVE.George Kadianakis
2019-11-18control-port: Implement ONION_CLIENT_AUTH_ADD.George Kadianakis
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22feature/control: wrap some problem macros in COCCINick Mathewson
2019-10-03hs: ADD_ONION NEW:BEST now defaults to ED25519-V3David Goulet
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-06-25Fix some onion helpersTaylor Yu
2019-06-25Clean up some uses of low-level control repliesTaylor Yu
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-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-30Split reply formatting out of control_fmt.cTaylor Yu
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-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