aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-29use hugehelp.h to silence picky compiler warningsDaniel Stenberg
2004-01-29documented ares_version()Daniel Stenberg
2004-01-29return a const char *Daniel Stenberg
2004-01-29use the name 'c-ares' for this packageDaniel Stenberg
2004-01-29include the new README.caresDaniel Stenberg
2004-01-29point out that this is a forked project, all c-ares specific stuff is nowDaniel Stenberg
2004-01-29c-ares specific README, leaving most of the original README as-isDaniel Stenberg
2004-01-29cut off the initial blurb, moved that to README.caresDaniel Stenberg
2004-01-29Dirk Manske fixed a flaw in the setting of the socket to non-blockingDaniel Stenberg
2004-01-29updatesDaniel Stenberg
2004-01-29adjusted to the corrected chunked transfer-encoding extra trailing CRLFDaniel Stenberg
2004-01-29verify that buildconf ran fine to allow it to continueDaniel Stenberg
2004-01-28upload with chunked transfer encoding is now fixedDaniel Stenberg
2004-01-28Gisle has eyes, I don'tDaniel Stenberg
2004-01-28Chunked-transfers should have an additional CRLF after the final 0 CRLFDaniel Stenberg
2004-01-28added the extra newline that this needs to succeedDaniel Stenberg
2004-01-27send a connection: close in the initial reply to see if things differDaniel Stenberg
2004-01-27number two is fixed!Daniel Stenberg
2004-01-27CONNECT response headers are now passed back as "regular" headersDaniel Stenberg
2004-01-27don't advance the line pointer if it already points to the null terminatorDaniel Stenberg
2004-01-27very big transfers now get nicer progress displayed after 9999 megabytes haveDaniel Stenberg
2004-01-27display OK if it runs OKDaniel Stenberg
2004-01-26when saving in a cookie jar fails, include the file name in the error messageDaniel Stenberg
2004-01-26Removed two redundant #include files in the djgpp section. They're alreadyDaniel Stenberg
2004-01-23the *_LARGE options work fine on windows in 7.11.1Daniel Stenberg
2004-01-23things continue to happenDaniel Stenberg
2004-01-23Use Curl_strtoll() if needed. This is not a library call, this is just theDaniel Stenberg
2004-01-23use the Curl_strtoll() source code from the lib codeDaniel Stenberg
2004-01-23Proxy username and password on persistant connections could easily getDaniel Stenberg
2004-01-23check the arguments to the socks5 function, as the name and password mightDaniel Stenberg
2004-01-23fixed the progress meter display for files >32 bit, Gisle Vanem reportedDaniel Stenberg
2004-01-23include curl.h for the typedefDaniel Stenberg
2004-01-23define SIZEOF_CURL_OFF_T if not already definedDaniel Stenberg
2004-01-22re-intended the code curl-styleDaniel Stenberg
2004-01-22zlib fix for the help text, stroll usage on mingw/djgppDaniel Stenberg
2004-01-22return curl_off_t instead of long long, to work on more platformsDaniel Stenberg
2004-01-22Gisle Vanem fixed the compressed help text zlib codeDaniel Stenberg
2004-01-22it has strtollDaniel Stenberg
2004-01-22Gisle Vanem's fix, mingw as strtollDaniel Stenberg
2004-01-22attempt to fix 64bit seeking for Windows, does it work?Daniel Stenberg
2004-01-22font-lock the curl_off_t type instead of the off_tDaniel Stenberg
2004-01-22header file fixingDaniel Stenberg
2004-01-22use curl_off_t instead of off_tDaniel Stenberg
2004-01-22use curl_off_t instead of off_t!Daniel Stenberg
2004-01-22Instead of checking the off_t size, we use the source dir version of theDaniel Stenberg
2004-01-22s/not/noteDaniel Stenberg
2004-01-22curl_off_t is the new type for large file supportDaniel Stenberg
2004-01-22use the proper type for formposts, not the deprecated oneDaniel Stenberg
2004-01-22added the missing proto for the still unused quit functionDaniel Stenberg
2004-01-22mark the option betterDaniel Stenberg