1. 19 Jun, 2017 3 commits
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 3b80d3ca · 604edced
      Daniel Stenberg authored
      604edced
    • 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. 18 Jun, 2017 4 commits
  3. 17 Jun, 2017 3 commits
  4. 16 Jun, 2017 15 commits
  5. 15 Jun, 2017 14 commits
  6. 14 Jun, 2017 1 commit