aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-17libcurl internal base64.h header file renamed to curl_base64.hYang Tse
2008-08-17libcurl internal md5.h header file renamed to curl_md5.hYang Tse
2008-08-16Added #159 and #160Yang Tse
2008-08-16Ops, remove 'use_vc'.Gisle Vanem
2008-08-16Support Watt-32 under Win32.Gisle Vanem
2008-08-16Oops, missed FORMAT_OFF_TUYang Tse
2008-08-16Fix Use of conditional definition of USE_OPENSSLYang Tse
2008-08-16Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse
2008-08-15Added test case 1065 to test a PUT with a single file but two URLs. ThisDan Fandrich
2008-08-15For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse
2008-08-14curlbuild.h is a generated file on configure-capable systemsYang Tse
2008-08-14Added Range keywordDan Fandrich
2008-08-14Added test 1063 to test an invalid large range on a file:Dan Fandrich
2008-08-14Fixed unused variable warningDan Fandrich
2008-08-14Take three at trying to detect signed and unsigned curl_off_t integer constantYang Tse
2008-08-14When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defi...Yang Tse
2008-08-14CURL_LLONG_MIN should now be signedYang Tse
2008-08-14Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper s...Yang Tse
2008-08-14Change CURL_CHECK_DEF_INTXX_C suffix definition detection.Yang Tse
2008-08-13Fixed:Daniel Stenberg
2008-08-13Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse
2008-08-13Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONGYang Tse
2008-08-13Sync config.h generation from lib/Makefile.netware and src/Makefile.netwareYang Tse
2008-08-13Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.Yang Tse
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