curl/include/curl
Daniel Stenberg a4773fcbbb Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
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.
2005-08-24 10:57:28 +00:00
..
.cvsignore ignore .dist files here 2003-10-30 13:07:36 +00:00
Makefile.am make clean now removes *dist files too that might be leftovers from 2004-03-25 11:34:35 +00:00
curl.h Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible 2005-08-24 10:57:28 +00:00
curlver.h start working on 7.14.1 2005-05-16 13:27:41 +00:00
easy.h Changes for removing libcurl.def file on Win32. 2004-11-09 14:02:58 +00:00
mprintf.h fix curl.h include 2004-11-11 08:03:43 +00:00
multi.h Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed for 2005-04-18 11:40:50 +00:00
stdcheaders.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
types.h typedef CURL in the curl.h file instead of only having a single useful typedef 2004-04-26 14:06:51 +00:00