Skip to content
Snippets Groups Projects
  1. Jul 10, 2007
    • Daniel Stenberg's avatar
      Shmulik Regev: · 5119fb16
      Daniel Stenberg authored
      The tiny patch below fixes a bug (that I introduced :) which happens
      when negotiating authentication with a proxy (probably with web
      servers as well) that uses chunked transfer encoding for the 407 error
      pages. In this case the ''ignorebody'' flag was ignored (no pun
      intended).
      5119fb16
  2. Feb 22, 2007
  3. Feb 21, 2007
    • Daniel Stenberg's avatar
      - Ravi Pratap provided work on libcurl making pipelining more robust and · f19d333e
      Daniel Stenberg authored
        fixing some bugs:
        o Don't mix GET and POST requests in a pipeline
        o Fix the order in which requests are dispatched from the pipeline
        o Fixed several curl bugs with pipelining when the server is returning
          chunked encoding:
          * Added states to chunked parsing for final CRLF
          * Rewind buffer after parsing chunk with data remaining
          * Moved chunked header initializing to a spot just before receiving
            headers
      f19d333e
  4. Feb 12, 2007
    • Daniel Stenberg's avatar
      - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent · 28b932fb
      Daniel Stenberg authored
        to the debug callback.
      
      - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and
        CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's
        internal decoding of content or transfer encoded content. This may be
        preferable in cases where you use libcurl for proxy purposes or similar. The
        command line tool got a --raw option to disable both at once.
      28b932fb
  5. Jan 16, 2007
  6. Jan 14, 2007
  7. Oct 17, 2006
  8. Sep 07, 2006
  9. Aug 19, 2006
  10. Jul 12, 2005
  11. Mar 31, 2005
  12. Mar 04, 2005
  13. May 12, 2004
  14. May 11, 2004
  15. Mar 04, 2004
  16. Jan 29, 2004
  17. Jan 07, 2004
  18. Aug 03, 2003
  19. Jun 26, 2003
  20. Apr 22, 2003
  21. Apr 11, 2003
  22. Jan 29, 2003
  23. Jan 16, 2003
  24. Sep 03, 2002
  25. Sep 02, 2002
  26. Jun 11, 2002
  27. Mar 19, 2002
  28. Oct 11, 2001
  29. Sep 07, 2001
  30. Sep 03, 2001
  31. Aug 14, 2001
  32. Mar 13, 2001
  33. Mar 12, 2001
  34. Mar 07, 2001
Loading