Skip to content
  1. 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
    • 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. Sep 02, 2008
  3. Sep 01, 2008
  4. Aug 29, 2008
  5. Aug 28, 2008
  6. Aug 23, 2008
  7. Aug 22, 2008
  8. Aug 20, 2008
  9. Aug 13, 2008
  10. Aug 12, 2008
  11. Aug 11, 2008
  12. Aug 07, 2008
  13. Aug 04, 2008
  14. Aug 03, 2008
  15. Aug 02, 2008
  16. Aug 01, 2008
  17. Jul 31, 2008
  18. Jul 30, 2008
  19. Jul 27, 2008
  20. Jul 26, 2008