Skip to content
  1. Aug 08, 2017
  2. Aug 02, 2017
  3. Aug 01, 2017
  4. Jul 30, 2017
  5. Jul 28, 2017
  6. Jul 07, 2017
  7. Jul 05, 2017
  8. Jun 30, 2017
  9. Jun 28, 2017
  10. Jun 23, 2017
  11. Jun 22, 2017
  12. Jun 21, 2017
  13. Jun 19, 2017
    • Daniel Stenberg's avatar
      http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH · b778ae4c
      Daniel Stenberg authored
      ... to enable sending "OPTIONS *" which wasn't possible previously.
      
      This option currently only works for HTTP.
      
      Added test cases 1298 + 1299 to verify
      
      Fixes #1280
      Closes #1462
      b778ae4c
    • 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
  14. Jun 18, 2017
  15. Jun 17, 2017
  16. Jun 16, 2017
  17. Jun 15, 2017
  18. Jun 14, 2017
  19. Jun 11, 2017
  20. Jun 09, 2017
  21. Jun 08, 2017
  22. Jun 04, 2017
  23. Jun 03, 2017
  24. Jun 01, 2017
  25. May 31, 2017