platform/upstream/curl.git
2008-08-20 Yang TseExport 'ares_process_fd' too.
2008-08-20 Yang TseAdded option to use c-ares resolver lib.
2008-08-20 Yang TseUse 'Curl_inet_pton()' instead of 'inet_pton()'.
2008-08-20 Yang TseSimplify condition check
2008-08-20 Daniel Stenbergthe .netrc curl checks for is called _netrc on windows...
2008-08-20 Dan FandrichAdded an edited version of Vincent Le Normand's documen...
2008-08-20 Daniel Stenberg- Phil Pellouchoud pointed out that the windows version...
2008-08-18 Yang TseUpdate test case 557
2008-08-18 Yang Tse#159 and #160 already done.
2008-08-18 Yang TseAdded test case 557 to verify libcurl's internal curl_m...
2008-08-17 Gisle VanemPick-up programs from Makefile.inc.
2008-08-17 Gisle VanemReplace 'HttpPost' with 'curl_httppost'.
2008-08-17 Gisle VanemRewritten to also produce a static library (libcurl_wc...
2008-08-17 Yang TseOpenSSl enabled NetWare builds are changed to use the...
2008-08-17 Yang TseAdjust usage of conditional definition of USE_OPENSSL
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-08-17 Yang Tselibcurl internal md5.h header file renamed to curl_md5.h
2008-08-16 Yang TseAdded #159 and #160
2008-08-16 Gisle VanemOps, remove 'use_vc'.
2008-08-16 Gisle VanemSupport Watt-32 under Win32.
2008-08-16 Yang TseOops, missed FORMAT_OFF_TU
2008-08-16 Yang TseFix Use of conditional definition of USE_OPENSSL
2008-08-16 Yang TseLibrary internal only C preprocessor macros FORMAT_OFF_...
2008-08-15 Dan FandrichAdded test case 1065 to test a PUT with a single file...
2008-08-15 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-14 Yang Tsecurlbuild.h is a generated file on configure-capable...
2008-08-14 Dan FandrichAdded Range keyword
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.
next