Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-02 | Use relative path to built c-ares tree libtool library | Yang Tse | |
2009-05-26 | c-ares's --enable-curldebug configure option decoupled from c-ares's ↵ | Yang Tse | |
--enable-debug | |||
2009-05-26 | Prevent copying 'sourced' manpages for build targets that don't use them. | Yang Tse | |
2009-05-21 | Allow generation of .html and .pdf versions of c-ares man pages. | Yang Tse | |
2009-05-11 | - Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to | Daniel Stenberg | |
only expose functions starting with ares_. | |||
2009-04-30 | buildconf.bat for CVS-tree c-ares | Yang Tse | |
2009-04-28 | Initial step towards a configure time ares_socklen_t definition | Yang Tse | |
2008-11-01 | Added a TODO file to list things we want changed, added or fixed. | Daniel Stenberg | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-07-30 | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse | |
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball. | |||
2008-07-29 | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse | |
in top Makefile.am triggered a problem that prevented aclocal from running successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61 A tarball which reproduces mentioned problem is the one dated July-28-2008 http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz We actually don't need all the bells and whistles that the above mechanism provides. We only need to include our m4/reentrant.m4 file in acinclude.m4 so here we go with this simpler mechanism. | |||
2008-07-27 | move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS | Yang Tse | |
2008-07-25 | move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵ | Yang Tse | |
problem | |||
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | |
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros. | |||
2008-05-23 | list all local sources the (demo) tools need, add a few missing scripts to | Daniel Stenberg | |
the dist tarball and remove a two duplicate file names from EXTRA_DIST (most of it pointed out by Yang Tse) | |||
2008-05-15 | remove compilation time generated files | Yang Tse | |
2008-05-13 | add MSVC6 project for acountry sample program | Yang Tse | |
2008-02-14 | added some files which were missing in release tarballs. | Gunter Knauf | |
2007-12-11 | build acountry too | Daniel Stenberg | |
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. |