Skip to content
  1. Nov 09, 2008
  2. Nov 05, 2008
  3. Oct 29, 2008
  4. Oct 28, 2008
  5. Oct 22, 2008
  6. Oct 17, 2008
  7. Oct 16, 2008
  8. Oct 14, 2008
  9. Oct 09, 2008
  10. Oct 08, 2008
  11. Oct 07, 2008
  12. Sep 24, 2008
  13. Sep 22, 2008
  14. Sep 10, 2008
  15. Sep 09, 2008
  16. Sep 07, 2008
  17. Sep 06, 2008
  18. Sep 05, 2008
    • 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
  19. Sep 01, 2008
  20. Aug 31, 2008
  21. Aug 30, 2008
  22. Aug 28, 2008
  23. Aug 27, 2008
  24. Aug 24, 2008
  25. Aug 21, 2008
  26. Aug 20, 2008
  27. Aug 17, 2008