]> granicus.if.org Git - curl/shortlog
curl
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
2008-10-16 Daniel StenbergI renamed the function
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-16 Daniel StenbergCurl_ascii_equal() must not assume that the string...
2008-10-16 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-15 Daniel Stenbergfix warning
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-10-15 Yang TseEnsure that shell variable contents which have active...
2008-10-15 Dan FandrichA <precheck> command is considered to have failed if...
2008-10-15 Daniel Stenbergremoved the proto as well since the function is now...
2008-10-15 Daniel Stenbergremove Curl_strcasestr() since there is no code at...
2008-10-15 Daniel Stenbergmention his full name
2008-10-15 Daniel Stenberg- John Wilkinson filed bug #2155496
2008-10-15 Daniel Stenbergcredit to John Wilkinson
2008-10-14 Dan FandrichAdded signal-based resolver timeout issue
2008-10-14 Yang TseAdjust Watcom C warnings:
2008-10-14 Dan FandrichFailing SFTP range tests cases 634 through 637
2008-10-14 Daniel Stenbergfour additional pending issues
2008-10-14 Yang TseWith this change Solaris target builds will now be...
next