Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-10 | grrr, the previous commit was meant to properly make sure that we don't | Daniel Stenberg | |
link any executables when doing debug builds since they kind of assume symbols provided by libcurl, but it also wrongly included acountry.c | |||
2007-12-10 | when building | Daniel Stenberg | |
2007-12-10 | build ahost and adig by default but don't install them | Daniel Stenberg | |
2007-11-27 | pkgconfig fix by Andreas Schuldei | Daniel Stenberg | |
2007-09-28 | Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI | Daniel Stenberg | |
and API changes in the progress callback (and possibly more coming up from Steinar) | |||
2007-07-26 | added initial pkg-config file (attempt) | Daniel Stenberg | |
2007-06-08 | 1.4.0 preps | Daniel Stenberg | |
2006-11-22 | Install ares_dns.h too | Daniel Stenberg | |
2006-06-26 | include config-win32.h in release archives | Daniel Stenberg | |
2006-05-24 | Copied the NO_UNDEFINED magic from libcurl to make this build fine again with | Daniel Stenberg | |
libtool cross-compiled on linux with mingw32 | |||
2005-11-12 | removed files no longer existing | Daniel Stenberg | |
2005-08-21 | well hit me, that wasn't possible, use 1:0:0 anyway... | Daniel Stenberg | |
2005-08-21 | modified the version-info, we only added functions | Daniel Stenberg | |
2005-08-21 | increase version info | Daniel Stenberg | |
2005-04-11 | credits | Daniel Stenberg | |
2004-10-24 | maketgz now creates a ares_version.h.dist file with the given version data | Daniel Stenberg | |
properly set, and the Makefile.am is now fixed to use that when building a new package with make dist. | |||
2004-07-22 | - Fixed a few variable return types for some system calls. Made configure | Daniel Stenberg | |
check for ssize_t to make it possible to use that when receiving the send() error code. This is necessary to prevent compiler warnings on some systems. - Made configure create config.h, and all source files now include setup.h that might include the proper config.h (or a handicrafted alternative). - Switched to 'ares_socket_t' type for sockets in ares, since Windows don't use 'int' for that. - automake-ified and libool-ified c-ares. Now it builds libcares as a shared lib on most platforms if wanted. (This bloated the size of the release archive with another 200K!) - Makefile.am now uses Makefile.inc for the c sources, h headers and man pages, to make it easier for other makefiles to use the exact same set of files. - Adjusted 'maketgz' to use the new automake magic when building distribution archives. |