Skip to content
Snippets Groups Projects
  1. Feb 06, 2009
  2. Feb 02, 2009
    • Daniel Stenberg's avatar
      - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP · bdd4294e
      Daniel Stenberg authored
        version 1.1 instead of 1.0 like before. This change also introduces the new
        proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to
        switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0
        option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0.
      
        I updated all test cases cases that use CONNECT and I tried to do some using
        --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
      bdd4294e
  3. Jan 28, 2009
  4. Jan 26, 2009
  5. Jan 25, 2009
  6. Dec 29, 2008
  7. Dec 28, 2008
  8. Dec 19, 2008
  9. Dec 10, 2008
    • Daniel Stenberg's avatar
      - Internet Explorer had a broken HTTP digest authentication before v7 and · 6e376532
      Daniel Stenberg authored
        there are servers "out there" that relies on the client doing this broken
        Digest authentication. Apache even comes with an option to work with such
        broken clients.
      
        The difference is only for URLs that contain a query-part (a '?'-letter and
        text to the right of it).
      
        libcurl now supports this quirk, and you enable it by setting the
        CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or
        CURLOPT_PROXYAUTH options. They are thus individually controlled to server
        and proxy.
      6e376532
  10. Dec 09, 2008
  11. Nov 05, 2008
  12. Oct 28, 2008
  13. Oct 17, 2008
  14. Oct 16, 2008
  15. Oct 09, 2008
  16. Oct 08, 2008
  17. Sep 07, 2008
  18. Sep 05, 2008
    • 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. Aug 28, 2008
  20. Aug 20, 2008
  21. Jul 30, 2008
  22. Jul 23, 2008
  23. Jul 10, 2008
    • Daniel Stenberg's avatar
      (Added in the section for CURLOPT_DNS_CACHE_TIMEOUT, pointed out on the · 6b7ccde1
      Daniel Stenberg authored
      curl-library list on July 9th 2008 by Mathew Hounsell)
      
      NOTE: the name resolve functions of various libc implementations don't re-read
      name server information unless explicitly told so (by for example calling
      Ires_init(3). This may cause libcurl to keep using the older server even
      if DHCP has updated the server info, and this may look like a DNS cache issue
      to the casual libcurl-app user.
      6b7ccde1
  24. Jun 08, 2008
  25. Jun 06, 2008
  26. May 24, 2008
  27. Apr 10, 2008
  28. Mar 25, 2008
  29. Mar 11, 2008
  30. Feb 19, 2008
  31. Jan 11, 2008
Loading