Yang Tse
8f40cb6832
Remove DEBUGBUILD symbol definition, is not required for programs using the library.
16 years ago
Yang Tse
4d49566a3e
DEBUGBUILD symbol definition for debug builds
16 years ago
Yang Tse
e82026953e
ignore some subdirs
16 years ago
Yang Tse
546ef23c3e
fix comment
16 years ago
Yang Tse
1228991462
Try to make more clear that --enable-curldebug has nothing to do with --enable-debug for this library.
16 years ago
Yang Tse
ea46b347bb
Revert last change, it is inappropriate.
16 years ago
Gisle Vanem
51a10c962a
Replace CURLDEBUG with DEBUGBUILD.
16 years ago
Yang Tse
e8e01acc8e
when running automake copy missing files instead of symlinking them
16 years ago
Yang Tse
1bbfcc09ca
Adjusted to take in account that...
...
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)
16 years ago
Yang Tse
7fcd022b2a
c-ares' --enable-debug --enable-curldebug decoupling follow-up
16 years ago
Yang Tse
f8fac7ee8c
mention last changes
16 years ago
Yang Tse
f364b4aa4c
Remove buildconf.bat from release and daily snapshot archives.
...
buildconf.bat is only for CVS tree builds.
16 years ago
Yang Tse
0ab756bf9e
Ensure that buildconf.bat does nothing unless it is used with a CVS checkout.
16 years ago
Yang Tse
14a04b28b8
CVS-INFO file only present in CVS tree, never in release nor daily snapshot
...
archives. Used as a sentinel file in buildconf.bat to differentiate CVS builds.
16 years ago
Gisle Vanem
fed5a3f744
Update comment about "ML". Removed "-D_USE_32BIT_TIME_T" (not a requirement).
16 years ago
Yang Tse
5136021525
just comment it out
16 years ago
Yang Tse
e607ed5198
For debugging purposes...
...
Disable the '-export-symbols-regex' to discard this as the origin
of link failures related with shared libraries and non-GNU linkers.
16 years ago
Yang Tse
e46626580f
c-ares Makefile.am back to using $(top_builddir) for *_LDADD
16 years ago
Yang Tse
80d4f1170c
c-ares' -no-undefined and --enable-curldebug adjustments
16 years ago
Yang Tse
fdbe9b71d6
Use relative path to built c-ares tree libtool library
16 years ago
Yang Tse
1d7308ee78
John E. Malmberg noticed that the configure script was failing to detect the
...
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due
to definition taking place in socket.h instead of time.h
16 years ago
Yang Tse
16d842958a
Fix compiler warning: out of bound access
16 years ago
Yang Tse
ef4a786bf6
fix compilation on AIX
16 years ago
Yang Tse
96f34988f4
c-ares' --enable-curldebug adjustments
16 years ago
Yang Tse
7a5621876b
Remove temporarily introduced memory leak.
16 years ago
Yang Tse
425244eac4
Temporarily introduce a memory leak to verify curl debug memory tracking works.
16 years ago
Yang Tse
388e389638
Allow curl debug memory tracking when building a shared library on
...
systems which support external, undefined, symbols in shared libraries.
16 years ago
Daniel Stenberg
f5464f6c0e
language fix
16 years ago
Yang Tse
cf3301f024
Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED
...
if library initialization has not been performed calling ares_library_init().
16 years ago
Yang Tse
84aa2f8a5d
c-ares's --enable-curldebug configure option decoupled from c-ares's --enable-debug
16 years ago
Yang Tse
acd2aeb388
Prevent copying 'sourced' manpages for build targets that don't use them.
16 years ago
Daniel Stenberg
179a0d2b28
minor edits
16 years ago
Yang Tse
66a7fb1605
Include .pdf versions of c-ares man pages in distribution tarball.
16 years ago
Yang Tse
ba2217050b
Allow generation of .html and .pdf versions of c-ares man pages.
16 years ago
Gisle Vanem
42be22e1b1
$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
16 years ago
Yang Tse
83cb810b75
Mention last changes
16 years ago
Yang Tse
dec9775cd6
Initial ares_library_cleanup(3) man page
16 years ago
Yang Tse
cf2882882d
Update man page
16 years ago
Yang Tse
1ddd021504
Update man page
16 years ago
Yang Tse
8e55839216
Initial ares_library_init(3) man page attempt
16 years ago
Yang Tse
91ab7974ce
Force revision update, to force CVS to update the $Id date string format
16 years ago
Yang Tse
0f59e2b531
Add same copyright notice as other c-ares files
16 years ago
Yang Tse
d3f3189860
Fix case
16 years ago
Yang Tse
757642f675
Remove run-time requirement for advapi32.dll since
...
c-ares can work even with no advapi32.dll at all.
16 years ago
Yang Tse
b677ff3d15
Intentionally avoid checking if the address of SystemFunction036, a.k.a.
...
RtlGenRandom, has been located or not. This function is only available on
WinXP and later. When unavailable c-ares uses portable rand() function.
16 years ago
Yang Tse
5b17412c1f
- Provide in external interface preprocessor symbol definitions for
...
CARES_HAVE_ARES_LIBRARY_INIT and CARES_HAVE_ARES_LIBRARY_CLEANUP
to ease the use of new capabilities.
- Move ares_version() prototype to ares.h
16 years ago
Yang Tse
b7c7bab713
Introduction of ares_library_init() and ares_library_cleanup()
16 years ago
Yang Tse
c03c7251c9
Introduction of ares_library_init() and ares_library_cleanup()
16 years ago
Yang Tse
4b5589ab99
remove outdated comment
16 years ago
Yang Tse
566b59a236
Fix preprocessor conditional expression
16 years ago