- Jul 16, 2009
-
-
Guenter Knauf authored
-
- Jul 14, 2009
-
-
Guenter Knauf authored
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
- Jun 21, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, follow-up.
-
- Jun 20, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, and check for connect() as it is done for other functions.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jun 19, 2009
-
-
Yang Tse authored
sclose() function-like macro definition used to close a socket, now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL config file preprocessor definitions.
-
- Jun 18, 2009
-
-
Yang Tse authored
-
- Jun 17, 2009
-
-
Yang Tse authored
check for socket() and closesocket() as it is done for other functions
-
- Jun 13, 2009
-
-
Yang Tse authored
Remove HAVE_CONFIG_H definition from here, CFLAGS from common.dj already defines it.
-
Yang Tse authored
initial step towards decoupling c-ares from libcurl for DOS
-
Yang Tse authored
don't ignore these subdirs, they must be removed first
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
fix comment
-
- Jun 12, 2009
-
-
Yang Tse authored
Try to make more clear that --enable-curldebug has nothing to do with --enable-debug for this library.
-
Yang Tse authored
Revert last change, it is inappropriate.
-
Gisle Vanem authored
-
- Jun 11, 2009
-
-
Yang Tse authored
when running automake copy missing files instead of symlinking them
-
- Jun 10, 2009
-
-
Yang Tse authored
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug)
-
- Jun 09, 2009
-
-
Yang Tse authored
-
- Jun 08, 2009
-
-
Yang Tse authored
-
Yang Tse authored
buildconf.bat is only for CVS tree builds.
-
Yang Tse authored
-
Yang Tse authored
archives. Used as a sentinel file in buildconf.bat to differentiate CVS builds.
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
Disable the '-export-symbols-regex' to discard this as the origin of link failures related with shared libraries and non-GNU linkers.
-
- Jun 06, 2009
-
-
Yang Tse authored
c-ares Makefile.am back to using $(top_builddir) for *_LDADD
-
- Jun 05, 2009
-
-
Yang Tse authored
-
- Jun 02, 2009
-
-
Yang Tse authored
Use relative path to built c-ares tree libtool library
-
- Jun 01, 2009
-
-
Yang Tse authored
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due to definition taking place in socket.h instead of time.h
-
- May 29, 2009
-
-
Yang Tse authored
-
- May 28, 2009
- May 27, 2009
- May 26, 2009
-
-
Daniel Stenberg authored
-