1. 13 Aug, 2017 1 commit
  2. 12 Aug, 2017 5 commits
  3. 09 Aug, 2017 2 commits
  4. 08 Aug, 2017 1 commit
  5. 02 Aug, 2017 2 commits
  6. 01 Aug, 2017 2 commits
  7. 30 Jul, 2017 1 commit
  8. 28 Jul, 2017 1 commit
  9. 07 Jul, 2017 2 commits
  10. 05 Jul, 2017 2 commits
  11. 30 Jun, 2017 1 commit
  12. 28 Jun, 2017 3 commits
  13. 23 Jun, 2017 1 commit
  14. 22 Jun, 2017 1 commit
  15. 21 Jun, 2017 1 commit
  16. 19 Jun, 2017 2 commits
    • 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
  17. 18 Jun, 2017 1 commit
  18. 17 Jun, 2017 2 commits
  19. 16 Jun, 2017 2 commits
  20. 15 Jun, 2017 2 commits
  21. 14 Jun, 2017 3 commits
  22. 11 Jun, 2017 1 commit
  23. 09 Jun, 2017 1 commit