Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-18 | fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h | Yang Tse | |
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 | |
making them available to any source code file which includes "setup.h". Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno (or equivalent) on this platform to hide platform details to code using it. Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno (or equivalent) on this platform to hide platform details to code using it. | |||
2007-02-15 | icc 9.0 when compiling its generated code for its own FD_SET, | Yang Tse | |
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warns on "variable __d0 was set but never used" * 1469 warns on "cc clobber ignored" | |||
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 | |
macro to provide this functionality on all platforms | |||
2007-02-13 | check for isblank() at configuration stage. If not available | Yang Tse | |
provide a suitable replacement for use in our ISBLANK macro | |||
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 | |
DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when /etc/resolv.conf did not exist or was unable to read it. | |||
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 | |
*) Update CURL_CC_DEBUG_OPTS from curl's script | |||
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 | |
Include <process.h> for getpid() in ares_init.c. | |||
2007-02-06 | Fix compiler warning. | Gisle Vanem | |
2007-02-06 | Include <sys/time.h> and <unistd.h> inside HAVE_x_H. | Gisle Vanem | |
Added 'optind' and 'optarg' as in adig.c. | |||
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 | |
<sys/time.h>. | |||
2007-01-29 | fix compiler warning "discards qualifiers from pointer target type" in debug ↵ | Yang Tse | |
builds | |||
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 | |
as appropriate for platforms that don't have autotools support | |||
2006-11-22 | Michael Wallner fixed this problem: When I set domains in the options | Daniel Stenberg | |
struct, and there are domain/search entries in /etc/resolv.conf, the domains of the options struct will be overridden. | |||
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 | |
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile. | |||
2006-11-11 | we did 1.3.2 and are now on the 1.3.3 track! | Daniel Stenberg | |