aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-29ignore *.dist filesYang Tse
2008-07-29Added test case 1050 to test --ftp-port with an IPv6 address.Dan Fandrich
2008-07-28I removed: "139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch" simplyDaniel Stenberg
2008-07-28Added test cases 1045 through 1049 as simple tests of --interface using theDan Fandrich
2008-07-28Fixed display of the interface bind address in the trace output when it'sDan Fandrich
2008-07-28Ensure that buildconf runs from the subdirectory where configure.ac livesYang Tse
2008-07-28Remove files generated on previous buildconf/configure run,Yang Tse
2008-07-28for debugging purposes show ACLOCAL_FLAGSYang Tse
2008-07-28ignore another file that might be generatedYang Tse
2008-07-27These lines were unintentionally removed in previous commitYang Tse
2008-07-27Partially undo change that prevented SED, GREP, EGREP and AR from being chang...Yang Tse
2008-07-27Assert that SED and GREP are setYang Tse
2008-07-27Require autoconf 2.57 or newerYang Tse
2008-07-27When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours.Yang Tse
2008-07-27For debugging purposes, run aclocal in verbose mode on SunOS systems.Yang Tse
2008-07-27move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONSYang Tse
2008-07-27setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse
2008-07-27Remove explicit inclusion of our m4 files first. It was interesting as a test,Yang Tse
2008-07-27Added feature in runtests.pl to select tests based on key word.Dan Fandrich
2008-07-27Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4Dan Fandrich
2008-07-27Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
2008-07-26- David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to bufferDaniel Stenberg
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