Age | Commit message (Expand) | Author |
2007-02-17 | Move portable error number symbolic name definitions to setup_once.h | Yang Tse |
2007-02-17 | compiler warning fix | Yang Tse |
2007-02-17 | compiler warning fix | Yang Tse |
2007-02-16 | add debug messages for fopen() failures | Yang Tse |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-16 | compiler warning fix | Yang Tse |
2007-02-15 | introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO() | Yang Tse |
2007-02-15 | icc 9.0 when compiling its generated code for its own FD_SET, | Yang Tse |
2007-02-15 | compiler warning fix | Yang Tse |
2007-02-14 | Oops, missing argument separator comma | Yang Tse |
2007-02-14 | in debug messages also show error description | Yang Tse |
2007-02-14 | avoid using funtion isblank() and just use our ISBLANK | Yang Tse |
2007-02-13 | check for isblank() at configuration stage. If not available | Yang Tse |
2007-02-13 | use our own ISUPPER and ISLOWER macros | Yang Tse |
2007-02-13 | use our own ISBLANK macro | Yang Tse |
2007-02-13 | Fix c-ares failing to get the search sequence of /etc/hosts and | Yang Tse |
2007-02-08 | compiler warning fix | Yang Tse |
2007-02-08 | use macro AC_AIX to define `_ALL_SOURCE', if on AIX. | Yang Tse |
2007-02-07 | use same AIX XLC compiler options as curl's | Yang Tse |
2007-02-07 | *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE | Yang Tse |
2007-02-06 | INADDR_NONE no longer used. | Gisle Vanem |
2007-02-06 | Added debug option ('-d') for Watt-32 programs. | Gisle Vanem |
2007-02-06 | Added HAVE_PROCESS_H for DOS/Win32. | Gisle Vanem |
2007-02-06 | Fix compiler warning. | Gisle Vanem |
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem |
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem |
2007-02-06 | compiler warning fix | Yang Tse |
2007-02-05 | Remove '-Dselect=select_s'. Remove depend.dj- | Gisle Vanem |
2007-02-05 | compiler warning fix | Yang Tse |
2007-02-04 | Use correct 3rd argument for ioctlsocket() under Watt-32. | Gisle Vanem |
2007-02-04 | Use correct calling convention. | Gisle Vanem |
2007-02-04 | Added DllMain() function for Watcom. | Gisle Vanem |
2007-02-02 | compiler warning fix | Yang Tse |
2007-02-02 | add debug messages for initialization failures | Yang Tse |
2007-02-02 | add missing strings for existing error codes | Yang Tse |
2007-02-02 | move DEBUGF macro definition to setup_once.h | Yang Tse |
2007-02-01 | compiler warning fix | Yang Tse |
2007-02-01 | compiler warning fix | Yang Tse |
2007-01-30 | Support for OpenWatcom (Win32): It do have getpid(), but no | Gisle Vanem |
2007-01-29 | fix compiler warning "discards qualifiers from pointer target type" in debug ... | Yang Tse |
2007-01-27 | sync with lib/setup_once.h | Yang Tse |
2007-01-23 | enabled build with libssh2; fixed copyright for new year.. | Gunter Knauf |
2006-12-11 | ahost.exe needs getopt.obj. | Gisle Vanem |
2006-11-25 | Make sure RETSIGTYPE is properly defined | Yang Tse |
2006-11-24 | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse |
2006-11-22 | Michael Wallner fixed this problem: When I set domains in the options | Daniel Stenberg |
2006-11-22 | Install ares_dns.h too | Daniel Stenberg |
2006-11-22 | Added a check in configure that verifies if <signal.h> is available, | Yang Tse |
2006-11-11 | we did 1.3.2 and are now on the 1.3.3 track! | Daniel Stenberg |
2006-11-07 | Moved select_s() to Makefile.dj since select() is used in applications. | Gisle Vanem |