Skip to content
Snippets Groups Projects
  1. Feb 11, 2009
  2. Feb 10, 2009
  3. Feb 09, 2009
  4. Feb 06, 2009
  5. Feb 04, 2009
  6. 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
  7. Jan 30, 2009
  8. Jan 28, 2009
  9. Jan 26, 2009
  10. Jan 25, 2009
  11. Jan 19, 2009
  12. Jan 15, 2009
  13. Jan 14, 2009
  14. Jan 13, 2009
  15. Jan 12, 2009
  16. Jan 08, 2009
  17. Dec 29, 2008
  18. Dec 28, 2008
  19. Dec 22, 2008
  20. Dec 19, 2008
  21. 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
  22. Dec 09, 2008
  23. Dec 03, 2008
  24. Dec 01, 2008
  25. Nov 30, 2008
  26. Nov 21, 2008
  27. Nov 19, 2008
  28. Nov 17, 2008
Loading