Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-18 | Added '-DHAVE_LIMITS_H'. | Gisle Vanem | |
2008-12-08 | Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T, | Gisle Vanem | |
RETSIGTYPE and HAVE_PROCESS_H. | |||
2008-11-29 | Added '-DHAVE_GETHOSTNAME'. | Gisle Vanem | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-09-21 | Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP | Gisle Vanem | |
and HAVE_STRNCASECMP. | |||
2008-09-12 | djgpp does have strdup(). | Gisle Vanem | |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse | |
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate. | |||
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | |||
2008-05-15 | Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET". | Gisle Vanem | |
Added "-DHAVE_GETTIMEOFDAY". Trimmed lines. | |||
2007-12-11 | Build acountry.exe. Added 'socklen_t' define. | Gisle Vanem | |
2007-10-08 | Added needed 'HAVE_*' defines. | Gisle Vanem | |
2007-04-16 | No need for USE_MANUAL. Use select_s() instead of select(). | Gisle Vanem | |
Added ares_getopt.o to program sample objects. | |||
2007-03-17 | Added a hack to work around the circular dependency when | Gisle Vanem | |
CURL_DEBUG is defined. | |||
2007-02-27 | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem | |
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS. | |||
2007-02-06 | Added HAVE_PROCESS_H for DOS/Win32. | Gisle Vanem | |
Include <process.h> for getpid() in ares_init.c. | |||
2007-02-05 | Remove '-Dselect=select_s'. Remove depend.dj- | 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-07 | Moved select_s() to Makefile.dj since select() is used in applications. | Gisle Vanem | |
2006-10-31 | Updated dependencies to not include config.h. | Gisle Vanem | |
2006-10-31 | Rewritten to use ../packages/DOS/common.dj. | Gisle Vanem | |
2006-10-14 | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | |
support | |||
2005-11-14 | Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. | Gisle Vanem | |
2005-11-09 | Update with "new" HAVE_xx. | Gisle Vanem | |
2004-08-19 | ZLIB_ROOT not needed | Gisle Vanem | |
2004-08-19 | My first CVS commit just to see if this works. | Gisle Vanem | |
BTW. Used eclipse IDE fo this, which really kicks ass. | |||
2004-07-01 | Gisle added makefile for djgpp builds | Daniel Stenberg | |