summaryrefslogtreecommitdiff
path: root/src/feature/control
AgeCommit message (Expand)Author
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-28Merge branch 'tor-github/pr/1476'David Goulet
2019-10-26doxygen: add @file declarations for src/feature/Nick Mathewson
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-22Merge remote-tracking branch 'tor-github/pr/1417'Nick Mathewson
2019-10-21Merge remote-tracking branch 'tor-github/pr/1434'teor
2019-10-21control/getinfo: Use standard error handlingteor
2019-10-21Fix changes file and string typosteor
2019-10-21control: Add GETINFO support for dumping microdesc consensusAmreshVenugopal
2019-10-16Check tor_vasprintf for error return values.Tobias Stoeckmann
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