aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-26Added test 1044 to test large file support in ftp with -I.Dan Fandrich
2008-07-26Explicitly include our m4 files first. This might minimize the impactYang Tse
2008-07-26simplify multi '#' char comment lineYang Tse
2008-07-26Add a 3 argument check for getprotobyname_rYang Tse
2008-07-26additional debug logging of getprotobyname_r on Tru64 and AIXYang Tse
2008-07-26No longer hide aclocal 'underquoted definition' warnings.Yang Tse
2008-07-25move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro...Yang Tse
2008-07-24add checks for strtok_r and getprotobyname_rYang Tse
2008-07-24Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
2008-07-24ignore curllib.vcprojYang Tse
2008-07-24Changed the long logfile elision code in runtests.pl to properly handleDan Fandrich
2008-07-23Mention that the test harness can't check every possible feature.Dan Fandrich
2008-07-23Eliminated references to TRUE and FALSE since those identifiers aren'tDan Fandrich
2008-07-23- I went over the curl_easy_setopt man page and replaced most references toDaniel Stenberg
2008-07-23Simplified Minix compile instructions and added some special cases.Dan Fandrich
2008-07-23reorder argument number detection for getservbyport_r toYang Tse
2008-07-22cleanup duplicate lineYang Tse
2008-07-22Make sure that configure process tests are done with the same _REENTRANTYang Tse
2008-07-22checks for gethostbyaddr_r with 7 and 8 args now also done with -D_REENTRANTYang Tse
2008-07-22minor reordering in OS/400 config/setup filesYang Tse
2008-07-21Change recvfrom's sixth argument data type to the 'historically standard' 'int'Yang Tse
2008-07-21Undefine 'byte' due to dict.c.Gisle Vanem
2008-07-21use prototypes to improve getservbyport_r detectionYang Tse
2008-07-21fix compiler warning: implicit conversion from "long" to "int"Yang Tse
2008-07-21fix compiler warning: comparison between signed and unsignedYang Tse
2008-07-21Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse
2008-07-21Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse
2008-07-20Adjust DEC/Compaq C compiler settingsYang Tse
2008-07-20Remove showing additional info needed to debug configureYang Tse
2008-07-20Added "pointer to void" as another data type to check for the sixth argument ofYang Tse
2008-07-19Temporarily show additional info needed to debug configureYang Tse
2008-07-19Adjust DEC/Compaq C compiler settingsYang Tse
2008-07-18README.OS400 update for new string options.Patrick Monnerat
2008-07-18README.OS400 update for new string options.Patrick Monnerat
2008-07-17Fixed the XML syntax of a few test files.Dan Fandrich
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
2008-07-16fix commentYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-07-16Initial DEC/Compaq C compiler detection and flagsYang Tse
2008-07-16Improved configure detection of number of arguments for getservbyport_rYang Tse
2008-07-15Allow --enable-largefile and --disable-largefile configurations.Yang Tse
2008-07-15add comment for include pathsYang Tse
2008-07-15add comment for include pathsYang Tse
2008-07-15Added test1042 and test1043 to test -C - on HTTP.Dan Fandrich
2008-07-15Added test1040 and test1041 to test -C - on HTTP. Test 1041 failed so it'sDan Fandrich
2008-07-14Move _REENTRANT definition earlier in lib/setup.hYang Tse
2008-07-14Removed inclusion of remaining system header files from configuration files.Yang Tse
2008-07-14Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.hYang Tse
2008-07-14Remove duplicate file inclusions. These are already done in lib/setup.hYang Tse