- Apr 30, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 31, 2003
-
-
Daniel Stenberg authored
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts.
-
- Mar 16, 2003
-
-
Daniel Stenberg authored
-
- Mar 03, 2003
-
-
Daniel Stenberg authored
-
- Mar 02, 2003
-
-
Daniel Stenberg authored
lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported this problem in bug report #653859.
-
- Feb 24, 2003
-
-
Daniel Stenberg authored
header is used, we must wait for a 100-code (or timeout), before we send the data. The timeout is merely 1000 ms at this point. We may have reason to set a longer timeout in the future.
-
- 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
-
- Dec 10, 2002
-
-
Daniel Stenberg authored
regular transfer process. This required some new tweaks, like for example we need to be able to tell the tranfer loop to not chunky-encode uploads while we're transferring the rest of the request...
-
- Dec 09, 2002
-
-
Daniel Stenberg authored
read callback, and thus won't put a lot of stress on the request sending code (which currently does an ugly loop).
-
Daniel Stenberg authored
connectdata struct instead, and is no longer modified within the 'set' struct as previously (which was a really BAAAD thing).
-
- Dec 01, 2002
-
-
Daniel Stenberg authored
-
- Nov 28, 2002
-
-
Daniel Stenberg authored
We now check if the chunked transfer-encoding header has been added "by force" and if so, we enabled the chunky upload!
-
- Nov 26, 2002
-
-
Daniel Stenberg authored
FOLLOWLOCATION and CURLOPT_USERPWD.
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
ConnectBits where the other bools already are
-
Daniel Stenberg authored
size of the uploaded file is unknown.
-
- Oct 10, 2002
-
-
Daniel Stenberg authored
you set CURLOPT_PROXY to "".
-
- Sep 25, 2002
-
-
Daniel Stenberg authored
memory as otherwise we (might) leak memory
-
- Sep 23, 2002
-
-
Daniel Stenberg authored
-
- Sep 13, 2002
-
-
Daniel Stenberg authored
case 306 added to verify that we do right
-
- Sep 11, 2002
-
-
Daniel Stenberg authored
when talking to a IPv6-server using IPv6 IP address only.
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Sep 02, 2002
-
-
Daniel Stenberg authored
-
- Aug 30, 2002
-
-
Daniel Stenberg authored
working for "IPv6 enabled" libcurls yet, but should be pretty easy for someone to adjust.
-
- Aug 26, 2002
-
-
Daniel Stenberg authored
-
- Jun 11, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
pointer. Bugs item #566835.
-
- Jun 03, 2002
-
-
Daniel Stenberg authored
-
- Apr 22, 2002
-
-
Daniel Stenberg authored
-
- Apr 15, 2002
-
-
Daniel Stenberg authored
will then return CURLE_READ_ERROR.
-
- Apr 12, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA.
-
- Apr 10, 2002
-
-
Daniel Stenberg authored
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Mar 14, 2002
-
-
Daniel Stenberg authored
we should read the POST-data from the read callback
-
- Feb 18, 2002
-
-
Daniel Stenberg authored
-
- Feb 17, 2002
-
-
Daniel Stenberg authored
-
- Feb 07, 2002
-
-
Daniel Stenberg authored
was an extra CRLF added to the post data
-
- Jan 29, 2002
-
-
Daniel Stenberg authored
-