aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-17After having studied one of the coverity.com reports at length last night, IDaniel Stenberg
2008-10-17remove some spurious line-endingsYang Tse
2008-10-17portability fix to avoid memory alignment problemsYang Tse
2008-10-16Return an error when a proxy option is set when configured withDan Fandrich
2008-10-16Added missing HTTP proxy and other keywordsDan Fandrich
2008-10-16CURLOPT_POST301 => CURLOPT_POSTREDIRDan Fandrich
2008-10-16don't segfault when NULL is passed in to CURLOPT_USERPWD orDaniel Stenberg
2008-10-16- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg
2008-10-16compile the library file strequal.c to get the Curl_raw_equal function asDaniel Stenberg
2008-10-16mention the openssl requirement for the certinfo dataDaniel Stenberg
2008-10-16correct version number for the certinfo additionDaniel Stenberg
2008-10-16Added CURLINFO_CERTINFODaniel Stenberg
2008-10-16I renamed the functionDaniel Stenberg
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-16Curl_ascii_equal() must not assume that the string is actually ASCII (so that...Daniel Stenberg
2008-10-16some more temporary magic for the icc seg-fault issueYang Tse
2008-10-15fix warningDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-10-15Ensure that shell variable contents which have active meaningYang Tse
2008-10-15A <precheck> command is considered to have failed if it returns a non-zeroDan Fandrich
2008-10-15removed the proto as well since the function is now goneDaniel Stenberg
2008-10-15remove Curl_strcasestr() since there is no code at all using this function!Daniel Stenberg
2008-10-15mention his full nameDaniel Stenberg
2008-10-15- John Wilkinson filed bug #2155496Daniel Stenberg
2008-10-15credit to John WilkinsonDaniel Stenberg
2008-10-14Added signal-based resolver timeout issueDan Fandrich