summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-2929-85/+103
* make pedantic compiler options generate less warningsDaniel Stenberg2004-01-294-2/+10
* added hugehelp.hDaniel Stenberg2004-01-291-1/+1
* nonsence change to make -Wunreachable-code get happyDaniel Stenberg2004-01-291-2/+3
* use hugehelp.h to silence picky compiler warningsDaniel Stenberg2004-01-293-35/+60
* documented ares_version()Daniel Stenberg2004-01-291-0/+39
* return a const char *Daniel Stenberg2004-01-292-2/+2
* use the name 'c-ares' for this packageDaniel Stenberg2004-01-291-4/+9
* include the new README.caresDaniel Stenberg2004-01-291-0/+1
* point out that this is a forked project, all c-ares specific stuff is nowDaniel Stenberg2004-01-291-0/+5
* c-ares specific README, leaving most of the original README as-isDaniel Stenberg2004-01-291-0/+20
* cut off the initial blurb, moved that to README.caresDaniel Stenberg2004-01-291-6/+0
* Dirk Manske fixed a flaw in the setting of the socket to non-blockingDaniel Stenberg2004-01-292-2/+8
* updatesDaniel Stenberg2004-01-292-4/+10
* adjusted to the corrected chunked transfer-encoding extra trailing CRLFDaniel Stenberg2004-01-291-0/+1
* verify that buildconf ran fine to allow it to continueDaniel Stenberg2004-01-291-1/+9
* upload with chunked transfer encoding is now fixedDaniel Stenberg2004-01-281-0/+4
* Gisle has eyes, I don'tDaniel Stenberg2004-01-281-1/+1
* Chunked-transfers should have an additional CRLF after the final 0 CRLFDaniel Stenberg2004-01-283-9/+10
* added the extra newline that this needs to succeedDaniel Stenberg2004-01-281-0/+1
* send a connection: close in the initial reply to see if things differDaniel Stenberg2004-01-271-0/+2
* number two is fixed!Daniel Stenberg2004-01-271-3/+0
* CONNECT response headers are now passed back as "regular" headersDaniel Stenberg2004-01-277-5/+68
* don't advance the line pointer if it already points to the null terminatorDaniel Stenberg2004-01-271-2/+3
* very big transfers now get nicer progress displayed after 9999 megabytes haveDaniel Stenberg2004-01-271-0/+11
* display OK if it runs OKDaniel Stenberg2004-01-271-0/+2
* when saving in a cookie jar fails, include the file name in the error messageDaniel Stenberg2004-01-261-1/+2
* Removed two redundant #include files in the djgpp section. They're alreadyDaniel Stenberg2004-01-261-2/+0
* the *_LARGE options work fine on windows in 7.11.1Daniel Stenberg2004-01-231-10/+8
* things continue to happenDaniel Stenberg2004-01-231-0/+16
* Use Curl_strtoll() if needed. This is not a library call, this is just theDaniel Stenberg2004-01-231-3/+3
* use the Curl_strtoll() source code from the lib codeDaniel Stenberg2004-01-231-3/+2
* Proxy username and password on persistant connections could easily getDaniel Stenberg2004-01-231-1/+1
* check the arguments to the socks5 function, as the name and password mightDaniel Stenberg2004-01-231-2/+2
* fixed the progress meter display for files >32 bit, Gisle Vanem reportedDaniel Stenberg2004-01-231-3/+3
* include curl.h for the typedefDaniel Stenberg2004-01-231-0/+1
* define SIZEOF_CURL_OFF_T if not already definedDaniel Stenberg2004-01-232-0/+8
* re-intended the code curl-styleDaniel Stenberg2004-01-221-26/+30
* zlib fix for the help text, stroll usage on mingw/djgppDaniel Stenberg2004-01-221-0/+5
* return curl_off_t instead of long long, to work on more platformsDaniel Stenberg2004-01-222-4/+4
* Gisle Vanem fixed the compressed help text zlib codeDaniel Stenberg2004-01-221-2/+0
* it has strtollDaniel Stenberg2004-01-221-0/+1
* Gisle Vanem's fix, mingw as strtollDaniel Stenberg2004-01-221-0/+5
* attempt to fix 64bit seeking for Windows, does it work?Daniel Stenberg2004-01-221-1/+4
* font-lock the curl_off_t type instead of the off_tDaniel Stenberg2004-01-221-1/+1
* header file fixingDaniel Stenberg2004-01-221-0/+11
* use curl_off_t instead of off_tDaniel Stenberg2004-01-222-10/+10
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-2213-81/+67
* Instead of checking the off_t size, we use the source dir version of theDaniel Stenberg2004-01-221-1/+4
* s/not/noteDaniel Stenberg2004-01-221-1/+1