summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mention his full nameDaniel Stenberg2008-10-151-4/+5
* - John Wilkinson filed bug #2155496Daniel Stenberg2008-10-152-0/+9
* credit to John WilkinsonDaniel Stenberg2008-10-152-3/+4
* Added signal-based resolver timeout issueDan Fandrich2008-10-141-0/+13
* Adjust Watcom C warnings:Yang Tse2008-10-142-4/+4
* Failing SFTP range tests cases 634 through 637Dan Fandrich2008-10-141-2/+3
* four additional pending issuesDaniel Stenberg2008-10-141-1/+11
* With this change Solaris target builds will now be done with _REENTRANT defined.Yang Tse2008-10-142-10/+46
* attempt to fix compiler warning:Yang Tse2008-10-141-36/+38
* Adjust Tiny C basic options:Yang Tse2008-10-142-4/+4
* Adjust GCC warnings:Yang Tse2008-10-142-62/+122
* eeek, append 1 on the right place as otherwise we didn't fix the problemDaniel Stenberg2008-10-141-2/+2
* fix syntax errorYang Tse2008-10-142-2/+2
* Initial attempt to detect Watcom C compilerYang Tse2008-10-142-0/+120
* fix compiler warningYang Tse2008-10-143-9/+16
* Prevent the accidental passing along NULL for the cases where the --traceDaniel Stenberg2008-10-131-11/+14
* Prevent an off-by-one in a allocated buffer in glob_match_url() - detected byDaniel Stenberg2008-10-131-2/+5
* Removed superfluous check of clist->name, as in this code path that pointerDaniel Stenberg2008-10-131-2/+1
* Don't rely on shell support to run multiple precheck testsDan Fandrich2008-10-131-1/+1
* make naming scheme more consistent across whole fileYang Tse2008-10-132-150/+148
* Adjust GCC warnings:Yang Tse2008-10-132-4/+28
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-131-13/+25
* There's no guarantee that a socket was involved at this point, so avoid displ...Yang Tse2008-10-131-4/+2
* Adjust GCC --enable-warnings:Yang Tse2008-10-132-2/+26
* adjust SGI MIPSpro C detectionYang Tse2008-10-122-2/+6
* LCC compiler adjustments:Yang Tse2008-10-122-8/+8
* Changed Curl_strlcat to strlcat, which is the one guaranteed to existDan Fandrich2008-10-121-1/+1
* Ensure the IPv6 stack is operational before running this test (other testsDan Fandrich2008-10-121-0/+5
* remove extra spaceYang Tse2008-10-112-4/+4
* split SGI compiler check. One for MIPS C and another for MIPSpro CYang Tse2008-10-112-20/+104
* LCC compiler adjustments:Yang Tse2008-10-112-6/+12
* fix compiler warningYang Tse2008-10-111-8/+11
* fix compiler warning: explicit conversion of a 64-bit integral type to a smal...Yang Tse2008-10-111-33/+39
* Fixed some compiler warnings with CURL_DISABLE_HTTPDan Fandrich2008-10-101-0/+4
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-102-34/+55
* _ Adapt OS400 EBCDIC wrappers to new options.Patrick Monnerat2008-10-104-4/+12
* Initial attempt to detect Tiny C compilerYang Tse2008-10-102-2/+84
* Initial attempt to detect LCC compilerYang Tse2008-10-102-2/+76
* 1) fix bug in CONVERT_INCLUDE_TO_ISYSTEMYang Tse2008-10-102-8/+14
* simplify SGI C compiler checkYang Tse2008-10-102-26/+8
* Allow compilation when no IPv6 stack is available.Dan Fandrich2008-10-101-0/+2
* move struct namebuf6 declaration out of Curl_ip2addr6()Yang Tse2008-10-101-6/+8
* HP C adjustments:Yang Tse2008-10-102-2/+10
* fix compiler warningYang Tse2008-10-101-1/+2
* Add debug tracing for COMPILER_WORKS_IFELSEYang Tse2008-10-102-0/+18
* Get rid of some more code in the CURL_DISABLE_HTTP caseDan Fandrich2008-10-091-1/+12
* I replaced the use of 'struct tm' with a private clone of that struct simplyDaniel Stenberg2008-10-091-5/+13
* Fixed a leftover reference to CURLOPT_FTP_SSL (thanks to Carlos AlloattiDan Fandrich2008-10-091-1/+1
* configure will also warn on 'strict compiler warning' rejected optionsYang Tse2008-10-092-190/+354
* Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich2008-10-097-63/+132