platform/upstream/curl.git
2008-08-14 Dan FandrichAdded test 1063 to test an invalid large range on a...
2008-08-14 Dan FandrichFixed unused variable warning
2008-08-14 Yang TseTake three at trying to detect signed and unsigned...
2008-08-14 Yang TseWhen using our internal curlx_strtoll function NEED_CUR...
2008-08-14 Yang TseCURL_LLONG_MIN should now be signed
2008-08-14 Yang TseUse our CURL_LLONG_MAX and CURL_LLONG_MIN which are...
2008-08-14 Yang TseChange CURL_CHECK_DEF_INTXX_C suffix definition detection.
2008-08-13 Daniel StenbergFixed:
2008-08-13 Yang TseUse autoconf's result of AC_CHECK_SIZEOF(long) in CURL_...
2008-08-13 Yang TseEnsure that the compiler 'knows' the 'long' type in...
2008-08-13 Yang TseSync config.h generation from lib/Makefile.netware...
2008-08-13 Yang TseUsing the name of a macro inside AC_MSG_WARN takes...
2008-08-13 Yang TseAdjust IBM C compiler CURL_SIZEOF_LONG
2008-08-13 Yang TseRemove first version of comment not intended to be...
2008-08-13 Yang TseThe size of long is a build time characteristic and...
2008-08-13 Yang TseSplit comparison among several lines for debugging
2008-08-13 Daniel Stenbergon second thought, let's remove this number from here...
2008-08-13 Daniel Stenbergdead mirrors removed => curl.haxx.se/mail/lib-2008...
2008-08-13 Daniel Stenberghttpcustomheader.c is a new tiny example showing a...
2008-08-13 Gisle VanemWatcom doesn't have <sys/time.h>.
2008-08-13 Gisle VanemRemved '-dDEBUG_THREADING_GETADDRINFO' (no longer used).
2008-08-13 Gisle VanemUpdate dependencies.
2008-08-13 Gisle VanemUpdate dependencies.
2008-08-13 Gisle VanemMingW uses gcc. Hence the suffixes for 64-bit are ...
2008-08-13 Yang TseAdjustment due to curl_off_t no longer following off_t
2008-08-13 Dan FandrichAdded a few user-visible bug fixes
2008-08-12 Gunter Knaufsync src makefile with lib makefile.
2008-08-12 Dan FandrichRemoved unneeded header files
2008-08-12 Dan FandrichFixed a buffer overflow problem in Curl_proxyCONNECT...
2008-08-12 Yang TseFix 'result' may be used uninitialized in function...
2008-08-12 Yang TseFix curl_off_t sized constants usage
2008-08-12 Dan FandrichHandle short reads
2008-08-12 Yang TseDOS/Windows 'shells' eat echoed percent sign characters...
2008-08-12 Daniel Stenberg- Andy Tsouladze fixed runtests.pl to not attempt to...
2008-08-12 Yang TseFix CURL_CHECK_DEF_INTXX_C suffix definition detection
2008-08-12 Yang TseAdded macros for minimum-width signed and unsigned...
2008-08-11 Dan FandrichAdded HTTP CONNECT keywords
2008-08-11 Dan FandrichFixed a boundary condition error in ftp_readresp()...
2008-08-11 Daniel Stenberg152 + 153 are fixed!
2008-08-11 Daniel Stenberg- Constantine Sapuntzakis filed bug report #2042430
2008-08-11 Daniel Stenberg- Constantine Sapuntzakis filed bug report #2042440
2008-08-11 Yang TseOoops
2008-08-11 Yang TseAdded missing signed and unsigned curl_off_t integer...
2008-08-11 Daniel Stenbergadded two known topics for 7.19.1
2008-08-11 Daniel Stenbergfive more bugs I'd like to get fixed or at least consid...
2008-08-11 Yang TseOld logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT...
2008-08-11 Yang TseFix NetWare missing curl_off_t typedef!!
2008-08-11 Yang Tse s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
2008-08-11 Yang TseDie when curlbuild.h is not created or available
2008-08-10 Gunter Knauffixed creation of curlbuild.h.
2008-08-10 Yang TseFix NetWare curlbuild.h
2008-08-10 Yang TseFix: Remove now this SIZEOF_CURL_OFF_T symbol definition.
2008-08-09 Yang TseWhen running testcurl.pl display definitions from curlb...
2008-08-09 Yang TseRemove debug tracing for DO_CURL_OFF_T_CHECK and CURL_C...
2008-08-09 Yang TseUse int64_t in favour of __int64 for curl_off_t when...
2008-08-09 Yang TseImprove CURL_CHECK_DEF
2008-08-09 Yang TseFix IBM C and DEC/Compaq C compiler detection
2008-08-09 Yang TseRemove some redundancy
2008-08-08 Dan FandrichRefactored Curl_readwrite() into a number of smaller...
2008-08-08 Yang TseAdd debug tracing for DO_CURL_OFF_T_CHECK
2008-08-08 Yang TseRemove some redundancy
2008-08-08 Yang TseRemove potential overquoting
2008-08-08 Yang TseRemove rule no longer needed since tests/testcurl.pl...
2008-08-08 Yang TseReintroduce the adjustment previously done in testcurl...
2008-08-08 Yang TseAdd debug tracing for CURL_CHECK_DEF
2008-08-08 Dan FandrichMade ftp a required feature
2008-08-08 Dan FandrichAdded test1059 to test the FTP proxy tunnel problem...
2008-08-08 Yang TsePeek at predefined symbols done. and now removed.
2008-08-08 Yang TseAdd metroworks and generic gcc
2008-08-08 Yang TseTake a peek at netware's gcc predefined symbols.
2008-08-08 Dan FandrichFixed an uninitialized variable in multi_runsingle...
2008-08-07 Yang TseRemove last adjustment done to testcurl.pl to verify...
2008-08-07 Gunter Knaufuse CP macro rather than cp command.
2008-08-07 Gunter Knaufadded rule to create include/curl/curlbuild.h from...
2008-08-07 Yang TseAdjust testcurl.pl to copy checked out curlbuild.h...
2008-08-07 Yang TseSkip data type check in DO_CURL_OFF_T_CHECK macro when...
2008-08-07 Yang TsePrevent buildconf from removing 'Makefile' and 'missing...
2008-08-07 Yang TseFix CURL_CHECK_DEF so that when the expansion of the...
2008-08-07 Yang Tsesync with reality
2008-08-07 Yang TseInitial support of curlbuild.h and curlrules.h which...
2008-08-06 Daniel Stenberg- mention curl_multi_socket_action() rather than the...
2008-08-06 Daniel Stenbergremove debug code I accidentally left in here
2008-08-06 Gisle VanemRemoved TRACE() code.
2008-08-05 Yang TseThe minimum autoconf version required for this file...
2008-08-05 Yang Tse#148 Removed.
2008-08-05 Yang TseValidate that autom4te and autoconf versions match.
2008-08-04 Daniel Stenberg- Yehoshua Hershberg found a problem that would make...
2008-08-04 Daniel Stenberg- Test cases 1051, 1052 and 1055 were added by Daniel...
2008-08-04 Daniel Stenberg- Fix by Tofu Linden:
2008-08-04 Yang TseUpdate #144
2008-08-04 Yang TseAutoconf 2.62 has changed the behaviour of the AC_AIX...
2008-08-03 Daniel Stenberg- Test case 1041 (added by Daniel Fandrich April 14th...
2008-08-03 Daniel Stenbergrefer to the new option by its real name
2008-08-03 Yang TseUpdate #148
2008-08-03 Dan FandrichImproved title
2008-08-03 Yang TseAdjust DEC/Compaq C compiler settings.
2008-08-03 Yang TseAnother AC_TRY_COMPILE conversion to AC_COMPILE_IFELSE
2008-08-02 Yang TseNo longer test availability of the gdi32 library, nor...
2008-08-01 Dan FandrichAdded tests 1057 and 1058 to test FTP and HTTPS transfe...
2008-08-01 Yang TseAnother AC_TRY_LINK conversion to AC_LINK_IFELSE.
next