aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-14Adjust Watcom C warnings:Yang Tse
2008-10-14Failing SFTP range tests cases 634 through 637Dan Fandrich
2008-10-14four additional pending issuesDaniel Stenberg
2008-10-14With this change Solaris target builds will now be done with _REENTRANT defined.Yang Tse
2008-10-14attempt to fix compiler warning:Yang Tse
2008-10-14Adjust Tiny C basic options:Yang Tse
2008-10-14Adjust GCC warnings:Yang Tse
2008-10-14eeek, append 1 on the right place as otherwise we didn't fix the problemDaniel Stenberg
2008-10-14fix syntax errorYang Tse
2008-10-14Initial attempt to detect Watcom C compilerYang Tse
2008-10-14fix compiler warningYang Tse
2008-10-13Prevent the accidental passing along NULL for the cases where the --traceDaniel Stenberg
2008-10-13Prevent an off-by-one in a allocated buffer in glob_match_url() - detected byDaniel Stenberg
2008-10-13Removed superfluous check of clist->name, as in this code path that pointerDaniel Stenberg
2008-10-13Don't rely on shell support to run multiple precheck testsDan Fandrich
2008-10-13make naming scheme more consistent across whole fileYang Tse
2008-10-13Adjust GCC warnings:Yang Tse
2008-10-13attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse
2008-10-13There's no guarantee that a socket was involved at this point, so avoid displ...Yang Tse
2008-10-13Adjust GCC --enable-warnings:Yang Tse
2008-10-12adjust SGI MIPSpro C detectionYang Tse
2008-10-12LCC compiler adjustments:Yang Tse
2008-10-12Changed Curl_strlcat to strlcat, which is the one guaranteed to existDan Fandrich
2008-10-12Ensure the IPv6 stack is operational before running this test (other testsDan Fandrich