Skip to content
Snippets Groups Projects
  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
  2. Sep 01, 2008
  3. Aug 31, 2008
  4. Aug 30, 2008
  5. Aug 28, 2008
  6. Aug 27, 2008
  7. Aug 24, 2008
  8. Aug 21, 2008
  9. Aug 20, 2008
  10. Aug 17, 2008
  11. Aug 14, 2008
  12. Aug 13, 2008
  13. Aug 07, 2008
  14. Aug 06, 2008
  15. Aug 01, 2008
  16. Jul 31, 2008
  17. Jul 30, 2008
  18. Jul 29, 2008
  19. Jul 23, 2008
  20. Jul 15, 2008
  21. Jul 14, 2008
  22. Jul 11, 2008
  23. Jul 10, 2008
  24. Jul 08, 2008
  25. Jul 03, 2008
    • Daniel Stenberg's avatar
      Introcuding a new timestamp for curl_easy_getinfo(): · 7c648782
      Daniel Stenberg authored
      CURLINFO_APPCONNECT_TIME. This is set with the "application layer"
      handshake/connection is completed (typically SSL, TLS or SSH). By using this
      you can figure out the application layer's own connect time. You can extract
      the time stamp using curl's -w option and the new variable named
      'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
      7c648782
  26. Jul 01, 2008
  27. Jun 30, 2008
  28. Jun 26, 2008
Loading