platform/upstream/curl.git
2008-10-29 Dan FandrichFixed a bug that caused a few bytes of garbage to be...
2008-10-29 Yang Tsefix comment
2008-10-29 Yang Tsemake CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
2008-10-28 Dan FandrichMention more restrictions on timeouts when using signals
2008-10-28 Daniel Stenbergadded an extra set of braces to unconfuse emacs and...
2008-10-28 Yang Tsefix leftover
2008-10-28 Dan FandrichTweaked the include paths to work in CodeWarrior
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-28 Dan FandrichChanged the "resolve" test precheck program to verify...
2008-10-28 Dan Fandrichcurlx.h isn't a system include file so it gets double...
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-28 Daniel StenbergPhilippe Vaucher pointed out this use of an outdated...
2008-10-28 Yang Tsefix test # 558 and 559 CFLAGS
2008-10-27 Dan FandrichAdded rawstr.c to some more non-configure curl makefiles
2008-10-27 Yang Tsedon't skip tests 558 and 559 on i686 icc autobuilds
2008-10-27 Yang Tsetest #558 tests internal hash create/destroy
2008-10-27 Gisle VanemAdded explicit rule and dependencies for $(OBJ_DIR...
2008-10-27 Yang TseSkip test #558 when libcurl is built with hidden symbols
2008-10-27 Yang TseFor tracing purposes log a fake call to getaddrinfo
2008-10-27 Yang Tseadd null-pointer check
2008-10-27 Yang Tseavoid using Curl_ip2addr(), simply build up a fake...
2008-10-26 Yang Tseconvert test #558 into something more interesting,...
2008-10-26 Yang Tsetest #558 verifies loop operation using malloc() and...
2008-10-25 Yang Tseadd missing header inclusions
2008-10-25 Dan FandrichAdded experimental support for zlib and OpenSSL on...
2008-10-25 Yang Tseicc adjustments:
2008-10-25 Yang Tseadd missing header inclusions
2008-10-24 Dan FandrichStop using in6addr_any because it's not available every...
2008-10-24 Dan FandrichAdded rawstr.c to Symbian curl build
2008-10-24 Yang Tsefix compiler warning
2008-10-24 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-24 Yang Tseicc permanent adjustment:
2008-10-24 Yang Tsefix compiler warning
2008-10-23 Dan FandrichAdded rawstr.c to the non-configure curl makefiles
2008-10-23 Dan FandrichAdded rawstr.c to the non-configure libcurl makefiles
2008-10-23 Yang Tsemoved some definitions from tftp.h to tftpd.c
2008-10-23 Yang Tsefix compiler warning
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-23 Yang Tseicc adjustments:
2008-10-23 Yang TseRaise message severity up to warning, when strerror_r...
2008-10-23 Daniel Stenbergadded include to make the krb4 code compile again
2008-10-23 Dan FandrichReally old gcc doesn't like parenthesis around the...
2008-10-23 Dan FandrichTweaked a few tests to test proper Turkish locale handling
2008-10-23 Dan FandrichCreated Curl_raw_nequal() which does a C-locale string...
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
2008-10-22 Dan FandrichUpdated example sizes and disable key words
2008-10-22 Dan FandrichFixed a compiler warning with --disable-proxy
2008-10-22 Daniel Stenbergfixed language, added the Solaris _REENTRANT thing
2008-10-22 Yang TseFor i686 icc autobuilds:
2008-10-22 Daniel Stenbergremoved four issues that had no action at all for the...
2008-10-22 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-22 Yang Tseremove from configure.ac temporary magic for the icc...
2008-10-22 Dan FandrichChanged some arrays of char* to arrays of char[] to...
2008-10-21 Dan FandrichCompile away some more code in the CURL_DISABLE_PROXY...
2008-10-21 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-21 Dan FandrichFixed some problems with SFTP range support to fix...
2008-10-21 Yang TseCharles Hardin patch:
2008-10-20 Yang Tseremove debug-code which zero-filled some structures...
2008-10-20 Dan FandrichA few prototypes shouldn't be defined if SSL is disabled.
2008-10-20 Yang Tse*** empty log message ***
2008-10-20 Daniel StenbergAll the coverity.com issues have no been taken care of.
2008-10-20 Daniel Stenbergadded a NULL pointer check for the name field as it...
2008-10-20 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-19 Yang Tsemessages initially intended only for debug purposes...
2008-10-19 Yang Tsefix compiler warning
2008-10-19 Daniel StenbergFixed potential memory leak in OOM situations. Detected...
2008-10-19 Yang Tseoops
2008-10-19 Daniel Stenbergdumpeasycode() uses warnf() which uses config->errors...
2008-10-19 Daniel StenbergRemoved dead code, identified by coverity.com.
2008-10-19 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-19 Daniel Stenbergclarified an argument's situation due to a false positi...
2008-10-19 Dan FandrichFixed a compiler warning in the CURL_DISABLE_HTTP case
2008-10-19 Yang Tseattempt to fix compiler warning relative to potential...
2008-10-18 Dan FandrichRemoved some more code in the CURL_DISABLE_HTTP case
2008-10-18 Dan FandrichRemoved a line of dead code (discovered by Coverity)
2008-10-17 Dan FandrichForgot it's a struct
2008-10-17 Dan FandrichFixed a compile error reported by Albert Chin on AIX...
2008-10-17 Yang Tsefix compiler warning
2008-10-17 Yang Tsefix missing double-quotes
2008-10-17 Yang Tseprotect against 'use after free' or race condition
2008-10-17 Yang Tseoops ;-)
2008-10-17 Yang Tseoops
2008-10-17 Daniel Stenbergfix syntax error
2008-10-17 Patrick MonneratIntroduce new options CURLOPT_PROXY{USERNAME, PASSWORD...
2008-10-17 Yang Tsefix compiler warning
2008-10-17 Yang TseOOM condition fix
2008-10-17 Daniel StenbergCharles Hardin made adig support a regular numerical...
2008-10-17 Daniel Stenberg185 - CURLOPT_PROXYUSER etc
2008-10-17 Daniel StenbergAfter having studied one of the coverity.com reports...
2008-10-17 Yang Tseremove some spurious line-endings
2008-10-17 Yang Tseportability fix to avoid memory alignment problems
2008-10-16 Dan FandrichReturn an error when a proxy option is set when configu...
2008-10-16 Dan FandrichAdded missing HTTP proxy and other keywords
2008-10-16 Dan FandrichCURLOPT_POST301 => CURLOPT_POSTREDIR
2008-10-16 Daniel Stenbergdon't segfault when NULL is passed in to CURLOPT_USERPWD or
2008-10-16 Daniel Stenberg- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_...
2008-10-16 Daniel Stenbergcompile the library file strequal.c to get the Curl_raw...
2008-10-16 Daniel Stenbergmention the openssl requirement for the certinfo data
2008-10-16 Daniel Stenbergcorrect version number for the certinfo addition
2008-10-16 Daniel StenbergAdded CURLINFO_CERTINFO
next