aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-11remove extra spaceYang Tse
2008-10-11split SGI compiler check. One for MIPS C and another for MIPSpro CYang Tse
2008-10-11LCC compiler adjustments:Yang Tse
2008-10-11fix compiler warningYang Tse
2008-10-11fix compiler warning: explicit conversion of a 64-bit integral type to a smal...Yang Tse
2008-10-10Fixed some compiler warnings with CURL_DISABLE_HTTPDan Fandrich
2008-10-10attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse
2008-10-10_ Adapt OS400 EBCDIC wrappers to new options.Patrick Monnerat
2008-10-10Initial attempt to detect Tiny C compilerYang Tse
2008-10-10Initial attempt to detect LCC compilerYang Tse
2008-10-101) fix bug in CONVERT_INCLUDE_TO_ISYSTEMYang Tse