- May 13, 2005
-
-
Daniel Stenberg authored
-
- May 12, 2005
-
-
Daniel Stenberg authored
-
- May 11, 2005
-
-
Daniel Stenberg authored
-
- May 09, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 06, 2005
-
-
Daniel Stenberg authored
detects a bad Ipv6 situation and disables it automatically)
-
- May 02, 2005
-
-
Daniel Stenberg authored
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
-
Daniel Stenberg authored
-
- Apr 29, 2005
-
-
Daniel Stenberg authored
-
- Apr 26, 2005
-
-
Daniel Stenberg authored
-
- Apr 23, 2005
-
-
Daniel Stenberg authored
-
- Apr 18, 2005
-
-
Daniel Stenberg authored
-
- Apr 12, 2005
-
-
Daniel Stenberg authored
-
- Apr 10, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
-
- Apr 05, 2005
-
-
Daniel Stenberg authored
-
- Apr 04, 2005
-
-
Daniel Stenberg authored
-
- Apr 03, 2005
-
-
Daniel Stenberg authored
-
- Mar 30, 2005
-
-
Daniel Stenberg authored
-
- Mar 29, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 18, 2005
-
-
Daniel Stenberg authored
-
- Mar 16, 2005
-
-
Daniel Stenberg authored
-
- Mar 14, 2005
-
-
Daniel Stenberg authored
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 09, 2005
-
-
Daniel Stenberg authored
-
- Mar 08, 2005
-
-
Daniel Stenberg authored
file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1)
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by Ignacio Vazquez-Abrams. It also proved (and I fixed) a bug in the newly rewritten ftp code (and present in the 7.13.1 release) when trying to resume an upload and the servers returns an error to the SIZE command. libcurl then loops and sends SIZE commands infinitely.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the cookie "engine" without having to provide an empty or non-existing file.
-
Daniel Stenberg authored
-
- Mar 03, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 18, 2005
-
-
Daniel Stenberg authored
requested data from a host and then followed a redirect to another host. libcurl then didn't use the proxy-auth properly in the second request, due to the host-only check for original host name wrongly being extended to the proxy auth as well. Added test case 233 to verify the flaw and that the fix removed the problem.
-
Daniel Stenberg authored
-
- Feb 16, 2005
-
-
Daniel Stenberg authored
that picks NTLM. Thanks to David Byron letting me test NTLM against his servers, I could quickly repeat and fix the problem. It turned out to be: When libcurl POSTs without knowing/using an authentication and it gets back a list of types from which it picks NTLM, it needs to either continue sending its data if it keeps the connection alive, or not send the data but close the connection. Then do the first step in the NTLM auth. libcurl didn't send the data nor close the connection but simply read the response-body and then sent the first negotiation step. Which then failed miserably of course. The fixed version forces a connection if there is more than 2000 bytes left to send.
-
- Feb 11, 2005
-
-
Daniel Stenberg authored
week day names and month names and servers don't like that.
-
- Feb 10, 2005
-
-
Daniel Stenberg authored
-