aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-13Adjust IBM C compiler CURL_SIZEOF_LONGYang Tse
2008-08-13Remove first version of comment not intended to be finally committed.Yang Tse
2008-08-13The size of long is a build time characteristic and as such it is now recordedYang Tse
2008-08-13Split comparison among several lines for debuggingYang Tse
2008-08-13on second thought, let's remove this number from here since it doesn't reallyDaniel Stenberg
2008-08-13dead mirrors removed => http://curl.haxx.se/mail/lib-2008-08/0208.htmlDaniel Stenberg
2008-08-13httpcustomheader.c is a new tiny example showing a HTTP request with a customDaniel Stenberg
2008-08-13Watcom doesn't have <sys/time.h>.Gisle Vanem
2008-08-13Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used).Gisle Vanem
2008-08-13Update dependencies.Gisle Vanem
2008-08-13Update dependencies.Gisle Vanem
2008-08-13MingW uses gcc. Hence the suffixes for 64-bit are 'LL' and 'ULL'.Gisle Vanem
2008-08-13Adjustment due to curl_off_t no longer following off_tYang Tse
2008-08-13Added a few user-visible bug fixesDan Fandrich
2008-08-12sync src makefile with lib makefile.Gunter Knauf
2008-08-12Removed unneeded header filesDan Fandrich
2008-08-12Fixed a buffer overflow problem in Curl_proxyCONNECT that could occurDan Fandrich
2008-08-12Fix 'result' may be used uninitialized in function readwrite_data()Yang Tse
2008-08-12Fix curl_off_t sized constants usageYang Tse
2008-08-12Handle short readsDan Fandrich
2008-08-12DOS/Windows 'shells' eat echoed percent sign characters unless escaped.Yang Tse
2008-08-12- Andy Tsouladze fixed runtests.pl to not attempt to execute the stunnelDaniel Stenberg
2008-08-12Fix CURL_CHECK_DEF_INTXX_C suffix definition detectionYang Tse
2008-08-12Added macros for minimum-width signed and unsigned curl_off_t integerYang Tse
2008-08-11Added HTTP CONNECT keywordsDan Fandrich
2008-08-11Fixed a boundary condition error in ftp_readresp() whereby a non-terminalDan Fandrich
2008-08-11152 + 153 are fixed!Daniel Stenberg
2008-08-11- Constantine Sapuntzakis filed bug report #2042430Daniel Stenberg
2008-08-11- Constantine Sapuntzakis filed bug report #2042440Daniel Stenberg
2008-08-11OoopsYang Tse
2008-08-11Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse
2008-08-11added two known topics for 7.19.1Daniel Stenberg
2008-08-11five more bugs I'd like to get fixed or at least considered before 7.19.0Daniel Stenberg
2008-08-11Old logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT, HAVE_LONGLONG,Yang Tse
2008-08-11Fix NetWare missing curl_off_t typedef!!Yang Tse
2008-08-11 s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse
2008-08-11Die when curlbuild.h is not created or availableYang Tse
2008-08-10fixed creation of curlbuild.h.Gunter Knauf
2008-08-10Fix NetWare curlbuild.hYang Tse
2008-08-10Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.Yang Tse
2008-08-09When running testcurl.pl display definitions from curlbuild.hYang Tse
2008-08-09Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEFYang Tse
2008-08-09Use int64_t in favour of __int64 for curl_off_t when both are available.Yang Tse
2008-08-09Improve CURL_CHECK_DEFYang Tse
2008-08-09Fix IBM C and DEC/Compaq C compiler detectionYang Tse
2008-08-09Remove some redundancyYang Tse
2008-08-08Refactored Curl_readwrite() into a number of smaller functions.Dan Fandrich
2008-08-08Add debug tracing for DO_CURL_OFF_T_CHECKYang Tse
2008-08-08Remove some redundancyYang Tse
2008-08-08Remove potential overquotingYang Tse