- Jul 10, 2007
-
-
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).
-
- Feb 22, 2007
-
-
Yang Tse authored
-
- Feb 21, 2007
-
-
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
-
- Feb 12, 2007
-
-
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.
-
- Jan 16, 2007
-
-
Daniel Stenberg authored
-
- Jan 14, 2007
-
-
Daniel Stenberg authored
non-ASCII platforms. It does add some complexity, most notably with more #ifdefs, but I want to see this supported added and I can't see how we can add it without the extra stuff added.
-
- Oct 17, 2006
-
-
Daniel Stenberg authored
could very well cause a negate number get passed in and thus cause reading outside of the array usually used for this purpose. We avoid this by using the uppercase macro versions introduced just now that does some extra crazy typecasts to avoid byte codes > 127 to cause negative int values.
-
- Sep 07, 2006
-
-
Daniel Stenberg authored
cache within the multi handle.
-
- Aug 19, 2006
-
-
Daniel Stenberg authored
command on subsequent requests on a re-used connection unless it has to.
-
- Jul 12, 2005
-
-
Daniel Stenberg authored
trailer is then sent to the normal header callback/stream.
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
-
- May 12, 2004
-
-
Daniel Stenberg authored
we typecast on invoke.
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- Mar 04, 2004
-
-
Daniel Stenberg authored
with the existing transfer.c code
-
- Jan 29, 2004
-
-
Daniel Stenberg authored
warnings. Minor edits by me.
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Aug 03, 2003
-
-
Daniel Stenberg authored
with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX response that included the Location: header.
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- Apr 22, 2003
-
-
Daniel Stenberg authored
-
- Apr 11, 2003
-
-
Daniel Stenberg authored
chunked encoding.
-
Daniel Stenberg authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Sep 02, 2002
-
-
Daniel Stenberg authored
-
- Jun 11, 2002
-
-
Daniel Stenberg authored
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
- Sep 07, 2001
-
-
Sterling Hughes authored
-
- Sep 03, 2001
-
-
Daniel Stenberg authored
-
- Aug 14, 2001
-
-
Daniel Stenberg authored
ssize_t
-
- Mar 13, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
after the data part
-
- Mar 12, 2001
-
-
Daniel Stenberg authored
least one was expected
-
- Mar 07, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-