- Apr 03, 2005
-
-
Daniel Stenberg authored
also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this.
-
Daniel Stenberg authored
But this works just fine on my host. Plain HTTP POST using Digest.
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the failed connect "immediately".
-
Daniel Stenberg authored
-
- Mar 29, 2005
-
-
Daniel Stenberg authored
functions. This enabled me to add a function that automatically delays between each byte, to proper test curl's ability to read FTP server responses sent in many (small) chunks. See also upcoming libcurl fixes...
-
- Mar 28, 2005
-
-
Daniel Stenberg authored
function was fixed to use the proper proxy authentication when multiple ones were added as accepted. test 239 and test 243 were added to repeat the problems and verify the fixes.
-
Daniel Stenberg authored
test 154
-
- Mar 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 21, 2005
-
-
Daniel Stenberg authored
is no longer only present when built with SSL support.
-
Daniel Stenberg authored
-
- Mar 19, 2005
-
-
Daniel Stenberg authored
-
- Mar 18, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
style build
-
- Mar 17, 2005
-
-
Dan Fandrich authored
on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (192.0.2.127) is guaranteed never to belong to a real host (see RFC3330).
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the default options set in the Makefile
-
Daniel Stenberg authored
between platforms
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
options used by runtests.pl during testing (useful for disabling valgrind).
-
- Mar 16, 2005
-
-
Daniel Stenberg authored
server
-
- Mar 15, 2005
-
-
Daniel Stenberg authored
but using illegal values
-
Daniel Stenberg authored
-
Daniel Stenberg authored
targetos only and not build os. Commented away the line that enables perl warnings.
-
Dan Fandrich authored
with a wildcard DNS search domain.
-
- Mar 14, 2005
-
-
Daniel Stenberg authored
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
- Mar 11, 2005
-
-
Daniel Stenberg authored
-
- Mar 09, 2005
-
-
Daniel Stenberg authored
different values for it...
-
- 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 07, 2005
-
-
Daniel Stenberg authored
-
- Mar 06, 2005
-
-
Daniel Stenberg authored
-
- 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.
-
- Feb 24, 2005
-
-
Dan Fandrich authored
-
- Feb 22, 2005
-
-
Daniel Stenberg authored
-
- Feb 19, 2005
-
-
Daniel Stenberg authored
thus the second request to the new host will use authentication fine
-