1. 05 Sep, 2008 4 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
    • Daniel Stenberg's avatar
      - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properly · 873e734c
      Daniel Stenberg authored
        during certain conditions. I also changed this code to use realloc() based
        on Daniel Fandrich's suggestion.
      873e734c
    • Yang Tse's avatar
      sync with reality · 29f7f468
      Yang Tse authored
      29f7f468
  2. 02 Sep, 2008 1 commit
  3. 01 Sep, 2008 4 commits
  4. 29 Aug, 2008 1 commit
  5. 28 Aug, 2008 2 commits
  6. 23 Aug, 2008 1 commit
  7. 22 Aug, 2008 3 commits
  8. 20 Aug, 2008 1 commit
  9. 13 Aug, 2008 3 commits
  10. 12 Aug, 2008 2 commits
  11. 11 Aug, 2008 2 commits
  12. 07 Aug, 2008 1 commit
  13. 04 Aug, 2008 2 commits
  14. 03 Aug, 2008 2 commits
  15. 02 Aug, 2008 1 commit
  16. 01 Aug, 2008 3 commits
  17. 31 Jul, 2008 1 commit
  18. 30 Jul, 2008 4 commits
  19. 27 Jul, 2008 1 commit
  20. 26 Jul, 2008 1 commit