Age | Commit message (Expand) | Author |
2008-07-29 | Replace some '@%:@' quadigraphs by its actual representation '#'. | Yang Tse |
2008-07-29 | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse |
2008-07-29 | ignore *.dist files | Yang Tse |
2008-07-29 | Added test case 1050 to test --ftp-port with an IPv6 address. | Dan Fandrich |
2008-07-28 | I removed: "139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch" simply | Daniel Stenberg |
2008-07-28 | Added test cases 1045 through 1049 as simple tests of --interface using the | Dan Fandrich |
2008-07-28 | Fixed display of the interface bind address in the trace output when it's | Dan Fandrich |
2008-07-28 | Ensure that buildconf runs from the subdirectory where configure.ac lives | Yang Tse |
2008-07-28 | Remove files generated on previous buildconf/configure run, | Yang Tse |
2008-07-28 | for debugging purposes show ACLOCAL_FLAGS | Yang Tse |
2008-07-28 | ignore another file that might be generated | Yang Tse |
2008-07-27 | These lines were unintentionally removed in previous commit | Yang Tse |
2008-07-27 | Partially undo change that prevented SED, GREP, EGREP and AR from being chang... | Yang Tse |
2008-07-27 | Assert that SED and GREP are set | Yang Tse |
2008-07-27 | Require autoconf 2.57 or newer | Yang Tse |
2008-07-27 | When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours. | Yang Tse |
2008-07-27 | For debugging purposes, run aclocal in verbose mode on SunOS systems. | Yang Tse |
2008-07-27 | move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS | Yang Tse |
2008-07-27 | setup.h handles definition of _REENTRANT based on NEED_REENTRANT | Yang Tse |
2008-07-27 | Remove explicit inclusion of our m4 files first. It was interesting as a test, | Yang Tse |
2008-07-27 | Added feature in runtests.pl to select tests based on key word. | Dan Fandrich |
2008-07-27 | Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4 | Dan Fandrich |
2008-07-27 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse |
2008-07-26 | - David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to buffer | Daniel Stenberg |
2008-07-26 | Added test 1044 to test large file support in ftp with -I. | Dan Fandrich |
2008-07-26 | Explicitly include our m4 files first. This might minimize the impact | Yang Tse |
2008-07-26 | simplify multi '#' char comment line | Yang Tse |
2008-07-26 | Add a 3 argument check for getprotobyname_r | Yang Tse |
2008-07-26 | additional debug logging of getprotobyname_r on Tru64 and AIX | Yang Tse |
2008-07-26 | No longer hide aclocal 'underquoted definition' warnings. | Yang Tse |
2008-07-25 | move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro... | Yang Tse |
2008-07-24 | add checks for strtok_r and getprotobyname_r | Yang Tse |
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse |
2008-07-24 | ignore curllib.vcproj | Yang Tse |
2008-07-24 | Changed the long logfile elision code in runtests.pl to properly handle | Dan Fandrich |
2008-07-23 | Mention that the test harness can't check every possible feature. | Dan Fandrich |
2008-07-23 | Eliminated references to TRUE and FALSE since those identifiers aren't | Dan Fandrich |
2008-07-23 | - I went over the curl_easy_setopt man page and replaced most references to | Daniel Stenberg |
2008-07-23 | Simplified Minix compile instructions and added some special cases. | Dan Fandrich |
2008-07-23 | reorder argument number detection for getservbyport_r to | Yang Tse |
2008-07-22 | cleanup duplicate line | Yang Tse |
2008-07-22 | Make sure that configure process tests are done with the same _REENTRANT | Yang Tse |
2008-07-22 | checks for gethostbyaddr_r with 7 and 8 args now also done with -D_REENTRANT | Yang Tse |
2008-07-22 | minor reordering in OS/400 config/setup files | Yang Tse |
2008-07-21 | Change recvfrom's sixth argument data type to the 'historically standard' 'int' | Yang Tse |
2008-07-21 | Undefine 'byte' due to dict.c. | Gisle Vanem |
2008-07-21 | use prototypes to improve getservbyport_r detection | Yang Tse |
2008-07-21 | fix compiler warning: implicit conversion from "long" to "int" | Yang Tse |
2008-07-21 | fix compiler warning: comparison between signed and unsigned | Yang Tse |
2008-07-21 | Adjust recvfrom's sixth arg data type definition for NetWare (LIBC) | Yang Tse |