Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
  2. Dec 10, 2019
  3. Dec 09, 2019
    • Taylor Yu's avatar
      Rename control_reply_add_1kv · bfe38878
      Taylor Yu authored
      Part of ticket 30984.
      bfe38878
    • 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
  4. Dec 04, 2019
  5. Dec 03, 2019
  6. Nov 29, 2019
  7. Nov 27, 2019
Loading