1. 05 Nov, 2008 1 commit
  2. 29 Oct, 2008 1 commit
  3. 28 Oct, 2008 2 commits
  4. 22 Oct, 2008 1 commit
  5. 17 Oct, 2008 1 commit
  6. 16 Oct, 2008 5 commits
  7. 14 Oct, 2008 1 commit
  8. 09 Oct, 2008 2 commits
  9. 08 Oct, 2008 1 commit
    • Daniel Stenberg's avatar
      - Igor Novoseltsev brought a patch that introduced two new options to · 08cf6780
      Daniel Stenberg authored
        curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of
        deprecates the good old CURLOPT_USERPWD since they allow applications to set
        the user name and password independently and perhaps more importantly allow
        both to contain colon(s) which CURLOPT_USERPWD doesn't fully support.
      08cf6780
  10. 07 Oct, 2008 3 commits
  11. 24 Sep, 2008 2 commits
  12. 22 Sep, 2008 1 commit
  13. 10 Sep, 2008 1 commit
  14. 09 Sep, 2008 2 commits
  15. 07 Sep, 2008 1 commit
  16. 06 Sep, 2008 2 commits
  17. 05 Sep, 2008 2 commits
    • Daniel Stenberg's avatar
      - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames · 18110b51
      Daniel Stenberg authored
        CURLOPT_POST301 (but adds a define for backwards compatibility for you who
        don't define CURL_NO_OLDIES). This option allows you to now also change the
        libcurl behavior for a HTTP response 302 after a POST to not use GET in the
        subsequent request (when CURLOPT_FOLLOWLOCATION is enabled). I edited the
        patch somewhat before commit. The curl tool got a matching --post302
        option. Test case 1076 was added to verify this.
      18110b51
    • Daniel Stenberg's avatar
      - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By · 4c976856
      Daniel Stenberg authored
        enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS
        or FTPS), libcurl will gather lots of server certificate info and that info
        can then get extracted by a client after the request has completed with
        curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing
        helped me test and smoothen out this feature.
      
        Unfortunately, this feature currently only works with libcurl built to use
        OpenSSL.
      
        This feature was sponsored by networking4all.com - thanks!
      4c976856
  18. 01 Sep, 2008 1 commit
  19. 31 Aug, 2008 1 commit
  20. 30 Aug, 2008 1 commit
  21. 28 Aug, 2008 1 commit
  22. 27 Aug, 2008 1 commit
  23. 24 Aug, 2008 1 commit
  24. 21 Aug, 2008 1 commit
  25. 20 Aug, 2008 2 commits
  26. 17 Aug, 2008 1 commit
  27. 14 Aug, 2008 1 commit