Skip to content
Snippets Groups Projects
  1. Dec 09, 2019
    • Taylor Yu's avatar
      Doxyfile: skip CHECK_PRINTF() · 69d56625
      Taylor Yu authored
      Part of ticket 30984.
      69d56625
    • Taylor Yu's avatar
      simplify getinfo using reply lines · 9b196f15
      Taylor Yu authored
      Simplify handle_control_getinfo() by using the new reply lines
      abstraction.  Previously, this function explicitly checked for whether
      it should generate a MidReplyLine, a DataReplyLine, or an
      EndReplyLine.  control_write_reply_lines() now abstracts this check.
      
      Part of #30984.
      9b196f15
    • Taylor Yu's avatar
      use control reply lines for protocolinfo · a08f43ba
      Taylor Yu authored
      Simplify handle_control_protocolinfo() by using the new reply line
      abstraction.
      
      Part of #30984.
      a08f43ba
    • Taylor Yu's avatar
      refactor handle_control_protocolinfo · 2143bae6
      Taylor Yu authored
      Factor out the parts of handle_control_protocolinfo() that assemble
      the AUTHMETHODS and COOKIEFILE strings.
      
      Part of #30984.
      2143bae6
    • Taylor Yu's avatar
      simplify getconf by using reply lines · c744d23c
      Taylor Yu authored
      In handle_control_getconf(), use the new control reply line
      abstraction to simplify output generation.  Previously, this function
      explicitly checked for whether it should generate a MidReplyLine or an
      EndReplyLine.  control_write_reply_lines() now abstracts this check.
      
      Part of #30984.
      c744d23c
    • Taylor Yu's avatar
      reply lines structures · 1a68a180
      Taylor Yu authored
      Part of #30984.
      1a68a180
  2. Dec 08, 2019
    • Taylor Yu's avatar
      add KV_RAW to kvline.c · 1e8bb79b
      Taylor Yu authored
      Add the KV_RAW flag to kvline_encode().  This allows generation of
      output that is compatible with some quirks of the control protocol.
      
      Part of #30984.
      1e8bb79b
    • Taylor Yu's avatar
      clean up kvline_can_encode_lines() · 4b22c739
      Taylor Yu authored
      Add a check for '=' characters in needs_escape().  This simplifies the
      logic in kvline_can_encode_lines().
      
      Part of #30984.
      4b22c739
  3. Dec 06, 2019
  4. Dec 05, 2019
  5. Dec 04, 2019
  6. Dec 03, 2019
Loading