1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 13:49:42 +00:00
Commit Graph

1028 Commits

Author SHA1 Message Date
425244eac4 Temporarily introduce a memory leak to verify curl debug memory tracking works. 2009-05-27 19:25:51 +00:00
388e389638 Allow curl debug memory tracking when building a shared library on
systems which support external, undefined, symbols in shared libraries.
2009-05-27 19:21:09 +00:00
f5464f6c0e language fix 2009-05-26 18:03:05 +00:00
cf3301f024 Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED
if library initialization has not been performed calling ares_library_init().
2009-05-26 18:00:14 +00:00
84aa2f8a5d c-ares's --enable-curldebug configure option decoupled from c-ares's --enable-debug 2009-05-26 14:50:45 +00:00
acd2aeb388 Prevent copying 'sourced' manpages for build targets that don't use them. 2009-05-26 13:43:25 +00:00
179a0d2b28 minor edits 2009-05-23 20:23:44 +00:00
66a7fb1605 Include .pdf versions of c-ares man pages in distribution tarball. 2009-05-21 17:40:55 +00:00
ba2217050b Allow generation of .html and .pdf versions of c-ares man pages. 2009-05-21 17:40:19 +00:00
42be22e1b1 $(OBJ_DIR)/ares_getopt.o must be cleaned explicitly. 2009-05-21 11:43:15 +00:00
83cb810b75 Mention last changes 2009-05-20 13:49:43 +00:00
dec9775cd6 Initial ares_library_cleanup(3) man page 2009-05-20 11:26:26 +00:00
cf2882882d Update man page 2009-05-20 11:25:21 +00:00
1ddd021504 Update man page 2009-05-20 02:12:23 +00:00
8e55839216 Initial ares_library_init(3) man page attempt 2009-05-19 19:00:28 +00:00
91ab7974ce Force revision update, to force CVS to update the $Id date string format 2009-05-19 16:05:45 +00:00
0f59e2b531 Add same copyright notice as other c-ares files 2009-05-19 15:23:25 +00:00
d3f3189860 Fix case 2009-05-19 15:19:03 +00:00
757642f675 Remove run-time requirement for advapi32.dll since
c-ares can work even with no advapi32.dll at all.
2009-05-18 15:49:32 +00:00
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.
curl-7_19_5
2009-05-18 01:25:20 +00:00
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
2009-05-18 00:21:02 +00:00
b7c7bab713 Introduction of ares_library_init() and ares_library_cleanup() 2009-05-17 17:11:28 +00:00
c03c7251c9 Introduction of ares_library_init() and ares_library_cleanup() 2009-05-17 17:10:41 +00:00
4b5589ab99 remove outdated comment 2009-05-15 09:35:46 +00:00
566b59a236 Fix preprocessor conditional expression 2009-05-15 01:08:18 +00:00
c3c2992cb0 fiX *__SOCKLEN_T definitions for remaining targets 2009-05-12 01:57:53 +00:00
3837fc4bd0 *__SOCKLEN_T definitions for OS400 already fixed 2009-05-12 00:54:21 +00:00
79f80b49b0 fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targets 2009-05-11 18:20:13 +00:00
ee97c69362 - Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to
only expose functions starting with ares_.
2009-05-11 13:53:26 +00:00
cb6cec903b Remove experimental check. Currently there's no need for it. 2009-05-11 00:28:18 +00:00
69fea1321f Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definition
attempt in generated config.h
2009-05-07 14:03:04 +00:00
78e9ec92b7 Proper naming for the experimental compiler test and moved to *-compilers.m4 2009-05-07 13:58:15 +00:00
411a7e17a1 Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_* 2009-05-07 11:06:48 +00:00
2a61e01b30 fIX *__SOCKLEN_T definitions for OS400 and generic GCC targets 2009-05-06 13:58:41 +00:00
00b2ba7ad4 fIX *__SOCKLEN_T definitions for MVS and 370 targets 2009-05-04 17:05:25 +00:00
68458a15bb fIX *__SOCKLEN_T definitions for several Windows target tool-chains 2009-05-04 15:25:57 +00:00
64fef21f5d HP-UX's X/Open network library requirement check follow-up 2009-05-03 19:41:12 +00:00
0eeb553827 HP-UX's X/Open network library requirement check follow-up 2009-05-03 17:35:44 +00:00
3a55bbebf1 Use build-time configured ares_socklen_t instead of socklen_t 2009-05-02 02:36:47 +00:00
d9647bd70f David McCreedy's "TPF-platform specific changes to various files" patch follow-up 2009-05-01 22:41:23 +00:00
fc5873e487 s/libcurl/c-ares 2009-05-01 18:26:03 +00:00
e95d205155 version number typo fix 2009-05-01 18:24:34 +00:00
ce1ec3b87f David McCreedy's "TPF-platform specific changes to various files" patch 2009-05-01 12:39:40 +00:00
dcdabb9ebe Check definition of _XOPEN_SOURCE_EXTENDED with the compiler 2009-05-01 02:03:43 +00:00
c2ae8f0059 Check if X/Open network library is required 2009-04-30 18:35:36 +00:00
bb2935b8fb cope with ares_build.h and ares_rules.h follow-up 2009-04-30 13:50:44 +00:00
483c514458 Added some notes regarding ares_build.h 2009-04-30 12:44:17 +00:00
015399b9e7 fix EOL 2009-04-30 12:12:31 +00:00
bdf809f5c5 fix EOL 2009-04-30 12:05:53 +00:00
7951433e32 cope with ares_build.h and ares_rules.h 2009-04-30 11:48:43 +00:00