Commit History

Author SHA1 Message Date
  Nick Mathewson 593d29920e Merge remote-tracking branch 'tor-github/pr/974' into maint-0.4.0 6 years ago
  rl1987 6d347fe329 Remove obsolete OpenSUSE initscript 6 years ago
  Nick Mathewson 806539b40a Use fast check for missing id in node_is_a_configured_bridge() 6 years ago
  Nick Mathewson 650b94ebc1 Use a linear algorithm to subtract two nodelists. 6 years ago
  Nick Mathewson 1d44ac9acd Make nodelist_get_list() return a const pointer. 6 years ago
  Nick Mathewson efeb101b96 Merge remote-tracking branch 'tor-github/pr/889' 6 years ago
  Nick Mathewson 36b4fc7437 Merge remote-tracking branch 'tor-github/pr/922' 6 years ago
  Nick Mathewson a5cced2b7a Extract keyword argument checking from argument parsing. 6 years ago
  Nick Mathewson a0299cd240 In control command api, rename "object" to "cmddata" 6 years ago
  Nick Mathewson 3ed7ceeb85 changes file for ticket 30091 (controller parsing refactor) 6 years ago
  Nick Mathewson ff9ba7d6c4 expand CMD_FL_WIPE to wipe the parsed arguments too 6 years ago
  Nick Mathewson 88d22b898e Simplify handler logic in control_cmd.c 6 years ago
  Nick Mathewson ddd33d39c7 Port the authenticate and authchallenge commands to the new parser 6 years ago
  Nick Mathewson 8799b4e805 Add rudimentary qstring support to kvline.c 6 years ago
  Nick Mathewson ba05324242 Move and rename decode_escaped_string() 6 years ago
  Nick Mathewson 0c0b869ba4 Use the new controller command parser for EXTENDCIRCUIT. 6 years ago
  Nick Mathewson 95afdb005c Use new parser logic for SETCONF/RESETCONF code. 6 years ago
  Nick Mathewson d8b3ec865d Update more controller commands, now that we have kvline support 6 years ago
  Nick Mathewson dab35386ca Add a case-insensitive variant to config_line_find() 6 years ago
  Nick Mathewson 9471391694 Add kvline support to controller command parser. 6 years ago
  Nick Mathewson 0841a69357 Allow kvlines in control commands. 6 years ago
  Nick Mathewson bb37ad6957 Add fuzzing support for several more groups of kvlines flags 6 years ago
  Nick Mathewson 73df91bbb5 kvline: handle empty alues as well as empty keys 6 years ago
  Nick Mathewson 01b07c548b Use parsing code for the simpler controller commands. 6 years ago
  Nick Mathewson cbd1a7e053 Unit tests for current control-command parser logic 6 years ago
  Nick Mathewson dbfe1a14e4 When parsing a multiline controller command, be careful with linebreaks 6 years ago
  Nick Mathewson f18b7dc473 Extract the argument-splitting part of control.c's parser 6 years ago
  Nick Mathewson de70eebc65 Start on a command-parsing tool for controller commands. 6 years ago
  Nick Mathewson 0d650e7958 Move responsibility for checking if events are setup into periodic.c 6 years ago
  Nick Mathewson 233835e14f Move the responsibility for listing periodic events to periodic.c 6 years ago