platform/upstream/curl.git
2008-08-25 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-25 Yang TseRename some shell vars with more descriptive names:
2008-08-24 Yang TseRe-enable all tests on x86_64 and ia64.
2008-08-24 Yang TseRemove debug tracing and nearly all changes introduced...
2008-08-24 Daniel Stenberg58. It seems sensible to be able to use CURLOPT_NOBODY and
2008-08-24 Daniel StenbergIntroduced the configure option --enable-soname-bump...
2008-08-24 Daniel StenbergAdded firefox-db2pem.sh to the release archive
2008-08-24 Yang TseFix wrong signed int formatting string directive in...
2008-08-24 Yang TseDebug trace curl_mprintf() on x86_64 and ia64 systems.
2008-08-24 Yang TseDisable all tests except #557 on x86_64 and ia64 to...
2008-08-24 Yang Tsex86_64 fixes
2008-08-24 Yang Tsex86_64 fixes
2008-08-24 Yang TseTest if type casting a 'signed int' to a 'signed long...
2008-08-23 Daniel Stenberg- Running 'make ca-firefox' in the root build dir will...
2008-08-23 Gunter Knaufremoved obsolete slash in URL.
2008-08-23 Daniel Stenbergadded test case 1067 to verify --referer "firstone...
2008-08-23 Daniel Stenbergrevert accidental commit of test code
2008-08-23 Daniel Stenbergrevert accidental commit
2008-08-23 Daniel Stenberg- Constantine Sapuntzakis fixed a bug when doing proxy...
2008-08-23 Daniel Stenbergmention the no soname bump too
2008-08-23 Daniel Stenbergmy first take at documenting the curl_off_t situation...
2008-08-23 Daniel StenbergAndy Tsouladze's fix to kill the knowledge of servers...
2008-08-23 Yang Tseexplicit value assignment for comparison result
2008-08-23 Yang Tsetypecast constant in comparison
2008-08-22 Dan FandrichFixed a problem when --dump-header - was given with...
2008-08-22 Daniel Stenberg161 - test case 1065 failure (HTTP PUT with one file...
2008-08-22 Yang TseReinstate struct_stat definition that got lost in previ...
2008-08-22 Yang TseIncrease to 20 the number of CVS update retries.
2008-08-22 Yang TseAdjustments to better select/differentiate when large...
2008-08-22 Yang TseImproved curl_m*printf() integral data type size and...
2008-08-22 Daniel StenbergRemoved issue #154 due to the massive problems I've...
2008-08-22 Daniel StenbergJamie Lokier is always helpful and this time around...
2008-08-22 Daniel StenbergSort of hackish approach to get the off_t size before...
2008-08-22 Yang Tsecleanup the BOOL usage
2008-08-21 Daniel Stenberg57. On VMS-Alpha: When using an http-file-upload the...
2008-08-21 Daniel Stenberguse a more updated certdata.txt URL
2008-08-21 Gisle VanemWork around a scanf() bug in djgpp 2.04. The assignment...
2008-08-21 Gisle VanemAdded '#define HAVE_STRUCT_IN6_ADDR 1' needed when
2008-08-21 Gisle VanemAdded rule to generate '../include/curl/curlbuild.h'.
2008-08-21 Gisle VanemAssume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSS...
2008-08-21 Yang TseMSVC's __int64 data type is only available when _INTEGR...
2008-08-21 Yang TseTest case 557 now also verifies signed and unsigned...
2008-08-21 Yang TseOld logic based on ENABLE_64BIT and HAVE_LONGLONG alrea...
2008-08-21 Yang TseFixed a couple of bugs in libcurl's internal curl_m...
2008-08-21 Yang TseFix a LONG_MIN and LLONG_MIN related bug in internal...
2008-08-21 Yang Tsefix the output name
2008-08-21 Yang TseFix one bug detected thanks to test case 557.
2008-08-21 Yang TseSome data type size adjustments.
2008-08-21 Yang TseGet rid of ENABLE_64BIT symbol definition and usage.
2008-08-20 Yang TseUpdate of lib/Makefile.Watcom.
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.
next