aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-23icc adjustments:Yang Tse
2008-10-23Raise message severity up to warning, when strerror_r() exists butYang Tse
2008-10-23added include to make the krb4 code compile againDaniel Stenberg
2008-10-23Really old gcc doesn't like parenthesis around the names of functions thatDan Fandrich
2008-10-23Tweaked a few tests to test proper Turkish locale handlingDan Fandrich
2008-10-23Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich
2008-10-23#include <stdlib.h> for exit() prototypeYang Tse
2008-10-22Updated example sizes and disable key wordsDan Fandrich
2008-10-22Fixed a compiler warning with --disable-proxyDan Fandrich
2008-10-22fixed language, added the Solaris _REENTRANT thingDaniel Stenberg
2008-10-22For i686 icc autobuilds:Yang Tse
2008-10-22removed four issues that had no action at all for the last four weeks or moreDaniel Stenberg
2008-10-22some more temporary magic for the icc seg-fault issueYang Tse
2008-10-22remove from configure.ac temporary magic for the icc seg-fault issueYang Tse
2008-10-22Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich
2008-10-21Compile away some more code in the CURL_DISABLE_PROXY case.Dan Fandrich
2008-10-21some more temporary magic for the icc seg-fault issueYang Tse
2008-10-21Fixed some problems with SFTP range support to fix test cases 634 through 637.Dan Fandrich
2008-10-21Charles Hardin patch:Yang Tse
2008-10-20remove debug-code which zero-filled some structures before free()ing themYang Tse
2008-10-20A few prototypes shouldn't be defined if SSL is disabled.Dan Fandrich
2008-10-20*** empty log message ***Yang Tse
2008-10-20All the coverity.com issues have no been taken care of.Daniel Stenberg
2008-10-20added a NULL pointer check for the name field as it can in fact be NULL whenDaniel Stenberg
2008-10-20some more temporary magic for the icc seg-fault issueYang Tse
2008-10-19messages initially intended only for debug purposes, now become permanentYang Tse
2008-10-19fix compiler warningYang Tse
2008-10-19Fixed potential memory leak in OOM situations. Detected by coverity.comDaniel Stenberg
2008-10-19oopsYang Tse
2008-10-19dumpeasycode() uses warnf() which uses config->errors so we must not closeDaniel Stenberg
2008-10-19Removed dead code, identified by coverity.com.Daniel Stenberg
2008-10-19attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse
2008-10-19clarified an argument's situation due to a false positive alert pointed outDaniel Stenberg
2008-10-19Fixed a compiler warning in the CURL_DISABLE_HTTP caseDan Fandrich
2008-10-19attempt to fix compiler warning relative to potential misaligned data accessYang Tse
2008-10-18Removed some more code in the CURL_DISABLE_HTTP caseDan Fandrich
2008-10-18Removed a line of dead code (discovered by Coverity)Dan Fandrich
2008-10-17Forgot it's a structDan Fandrich
2008-10-17Fixed a compile error reported by Albert Chin on AIX and IRIX when usingDan Fandrich
2008-10-17fix compiler warningYang Tse
2008-10-17fix missing double-quotesYang Tse
2008-10-17protect against 'use after free' or race conditionYang Tse
2008-10-17oops ;-)Yang Tse
2008-10-17oopsYang Tse
2008-10-17fix syntax errorDaniel Stenberg
2008-10-17Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and RPG...Patrick Monnerat
2008-10-17fix compiler warningYang Tse
2008-10-17OOM condition fixYang Tse
2008-10-17Charles Hardin made adig support a regular numerical dotted IP address for theDaniel Stenberg
2008-10-17185 - CURLOPT_PROXYUSER etcDaniel Stenberg