platform/upstream/curl.git
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...
2008-10-14 Yang Tseattempt to fix compiler warning:
2008-10-14 Yang TseAdjust Tiny C basic options:
2008-10-14 Yang TseAdjust GCC warnings:
2008-10-14 Daniel Stenbergeeek, append 1 on the right place as otherwise we didn...
2008-10-14 Yang Tsefix syntax error
2008-10-14 Yang TseInitial attempt to detect Watcom C compiler
2008-10-14 Yang Tsefix compiler warning
2008-10-13 Daniel StenbergPrevent the accidental passing along NULL for the cases...
2008-10-13 Daniel StenbergPrevent an off-by-one in a allocated buffer in glob_mat...
2008-10-13 Daniel StenbergRemoved superfluous check of clist->name, as in this...
2008-10-13 Dan FandrichDon't rely on shell support to run multiple precheck...
2008-10-13 Yang Tsemake naming scheme more consistent across whole file
2008-10-13 Yang TseAdjust GCC warnings:
2008-10-13 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-13 Yang TseThere's no guarantee that a socket was involved at...
2008-10-13 Yang TseAdjust GCC --enable-warnings:
2008-10-12 Yang Tseadjust SGI MIPSpro C detection
2008-10-12 Yang TseLCC compiler adjustments:
2008-10-12 Dan FandrichChanged Curl_strlcat to strlcat, which is the one guara...
2008-10-12 Dan FandrichEnsure the IPv6 stack is operational before running...
2008-10-11 Yang Tseremove extra space
2008-10-11 Yang Tsesplit SGI compiler check. One for MIPS C and another...
2008-10-11 Yang TseLCC compiler adjustments:
2008-10-11 Yang Tsefix compiler warning
2008-10-11 Yang Tsefix compiler warning: explicit conversion of a 64-bit...
2008-10-10 Dan FandrichFixed some compiler warnings with CURL_DISABLE_HTTP
2008-10-10 Yang Tseattempt to fix or allow further detection of an elusive...
next