Skip to content
  1. Jun 19, 2017
    • Daniel Stenberg's avatar
      getinfo: return sizes as curl_off_t · 3b80d3ca
      Daniel Stenberg authored
      This change introduces new alternatives for the existing six
      curl_easy_getinfo() options that return sizes or speeds as doubles. The
      new versions are named like the old ones but with an appended '_T':
      
      CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
      CURLINFO_CONTENT_LENGTH_UPLOAD_T
      CURLINFO_SIZE_DOWNLOAD_T
      CURLINFO_SIZE_UPLOAD_T
      CURLINFO_SPEED_DOWNLOAD_T
      CURLINFO_SPEED_UPLOAD_T
      
      Closes #1511
      3b80d3ca
    • Daniel Stenberg's avatar
      PIPELINING_SERVER_BL: cleanup the internal list use · 62085470
      Daniel Stenberg authored
      The list was freed incorrectly since the llist refactor of
      cbae73e1. Added test 1550 to verify that it works and avoid future
      regressions.
      
      Reported-by: Pascal Terjan
      
      Fixes #1584
      Closes #1585
      62085470
  2. Jun 18, 2017
  3. Jun 17, 2017
  4. Jun 16, 2017
  5. Jun 15, 2017
  6. Jun 14, 2017