- Jan 03, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the 'tftp.h' file from a linux box, since it doesn't come with mingw.")
-
Daniel Stenberg authored
-
- Jan 02, 2006
-
-
Daniel Stenberg authored
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite)
-
- Dec 19, 2005
-
-
Dan Fandrich authored
-
- Dec 18, 2005
-
-
Yang Tse authored
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
-
- Dec 13, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Dec 08, 2005
- Dec 06, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 05, 2005
-
-
Daniel Stenberg authored
version.
-
Daniel Stenberg authored
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
- Oct 30, 2005
-
-
Daniel Stenberg authored
same server
-
- Oct 27, 2005
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify.
-
- Oct 20, 2005
-
-
Daniel Stenberg authored
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previously got into an infinite loop when this occurred. Dave added test 273 to verify this.
-
- Oct 05, 2005
-
-
Daniel Stenberg authored
to the remote one
-
- Sep 30, 2005
-
-
Daniel Stenberg authored
-
- Sep 19, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 16, 2005
-
-
Daniel Stenberg authored
now the functions are named sendtftp() and recvtftp() instead.
-
Daniel Stenberg authored
unsigned short. Trying a typecast here to fix.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 15, 2005
-
-
Daniel Stenberg authored
being necessary for solaris builds)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 07, 2005
-
-
Daniel Stenberg authored
of the end of a chunked-encoded POST request.
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
- Aug 30, 2005
-
-
Guenter Knauf authored
quick hack to make it working again on Win32 - however we should consider to set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path....
-
- Aug 24, 2005
-
-
Daniel Stenberg authored
from the command line tool with --ignore-content-length. This will make it easier to download files from Apache 1.x (and similar) servers that are still having problems serving files larger than 2 or 4 GB. When this option is enabled, curl will simply have to wait for the server to close the connection to signal end of transfer. I wrote test case 269 that runs a simple test that this works.
-
Daniel Stenberg authored
-