1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 13:43:17 +00:00
Commit Graph

1350 Commits

Author SHA1 Message Date
61e686b65f Add check for assert.h header file 2009-11-16 01:55:48 +00:00
afa62136a5 getaddrinfo is fully thread safe on solaris versions which
implement the function even when h_errno is not a macro.

The h_errno macro test now only done on systems for which there
is no hard coded knowledge about getaddrinfo's thread safeness.
2009-11-15 13:43:15 +00:00
e6c2fe9f75 Remove files generated on previous buildconf/configure run 2009-11-15 03:47:13 +00:00
3bf689197b Remove enable-thread / disable-thread configure option. These were only placebo
options. The library is always built as thread safe as possible on every system.
2009-11-15 02:45:24 +00:00
e43ac04a1f Refactor how preprocessor symbol _THREAD_SAFE definition is done. 2009-11-14 18:51:37 +00:00
ccabe949dd Assume that getaddrinfo is thread safe, unless hard coded
knowledge says the contrary or h_errno is not defined.
2009-11-13 20:03:45 +00:00
3d2e078f2b Related with the threadsafe capability of getaddrinfo:
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2
  and newer have a threadsafe getaddrinfo.

- Fix Dragonfly BSD triplet detection.

- In case the hard-coded knowledge says that getaddrinfo is threadsafe,
  an additional check is done to verify that h_errno is also defined.
  If h_errno isn't defined, we finally assume that it isn't threadsafe.
  Jamie Lokier provided the inspiration for this extra check.
2009-11-13 05:01:51 +00:00
f5b37120f3 AIX 5.2 and newer have threadsafe getaddrinfo.
Add some comments to better understand what the regex's pretend to achieve.
2009-11-12 22:48:40 +00:00
f084328b48 HP-UX 11.11 and later have threadsafe getaddrinfo 2009-11-12 20:29:28 +00:00
109c17b680 Check if getaddrinfo is threadsafe when function check allows it to be used 2009-11-12 18:31:33 +00:00
ea29eeb4eb Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace pollution with static library 2009-11-11 08:56:46 +00:00
c91a177d71 Add kernel32.lib 2009-11-11 08:51:31 +00:00
0096b5a584 Mention last changes 2009-11-10 22:07:32 +00:00
2d5eaabc4a Reinstate copyright symbol lost in previous commit 2009-11-10 22:04:51 +00:00
1f0d6926d0 Make some strings different in resource file for debug or release builds 2009-11-10 20:20:13 +00:00
55ad5935ac Ignore more subdirs 2009-11-10 20:05:10 +00:00
1c5f8be38d Fix compiler warning: conditional expression is constant 2009-11-10 18:41:03 +00:00
253ad4a726 Sync linker and resource compiler options with Makefile.msvc 2009-11-10 18:26:09 +00:00
7b8a5dbfbe Follow Makefile.msvc subdirectory naming scheme, and sync compiler options 2009-11-09 19:34:30 +00:00
c55589355f Updated MSVC makefile that allows building dynamic and static
c-ares libraries in debug and release flavours.

Additionally each of the three sample programs is built against
each of the four possible c-ares libraries, generating all this
a total number of 12 executables and 4 libraries.
2009-11-09 13:24:11 +00:00
39c0bac44c Test for USE_WINSOCK since it is more restrictive than WIN32 2009-11-09 12:57:26 +00:00
91031e8ce4 Make header inclusion depend on HAVE_*_H definition 2009-11-09 12:56:50 +00:00
52d5de9cc1 Remove unneeded preprocessor directives 2009-11-09 12:56:11 +00:00
54fafaa088 Adjust c-ares include paths for memory tracking enabled (--enable-curldebug) builds 2009-11-05 17:44:29 +00:00
e057b523af source files used by sample programs 2009-11-04 14:24:47 +00:00
a82a8fbf82 Renamed c-ares setup.h to ares_setup.h curl-7_19_7 2009-11-02 11:55:53 +00:00
bfca740909 Adjust include paths to take in account that currently:
c-ares with --enable-curldebug uses memdebug.h from libcurl's lib subdirectory.

memdebug.h needs access to libcurl's setup.h from libcurl's lib subdirectory
and also needs access to libcurl's generated curl_config.h
2009-11-02 01:58:25 +00:00
d101880c6a Undo old temporary change once used for testing purposes 2009-11-01 20:26:02 +00:00
6313b186ad Mention many changes 2009-10-31 12:52:44 +00:00
476b795ae0 Mention --enable-symbol-hiding configure option 2009-10-31 12:51:49 +00:00
f77839ed17 Symbol hiding configure options renamed to the hopefully less ambiguous
--enable-symbol-hiding and --disable-symbol-hiding as well as related
macro names and some internal variables used for them.

Related configuration file preprocessor symbols named to
CARES_SYMBOL_HIDING and CARES_SYMBOL_SCOPE_EXTERN.
2009-10-31 04:16:40 +00:00
54a7da89c8 Header inclusion depending on HAVE_* symbol.
Fix two typos.
2009-10-30 18:20:17 +00:00
e576d895e7 Comparison of the Initial revision of this file with ares_parse_a_reply.c
shows that this one is actually a modified copy of ares_parse_a_reply.c.

In order to comply with ares_parse_a_reply.c's M.I.T. license, the old
1998 M.I.T. copyright notice is now also preserved in this file the same
as it is done in other ares_parse_*.c files.
2009-10-30 18:07:17 +00:00
80d7a970f1 Add CVS Id tag.
Fix identation of some license lines.
2009-10-30 18:03:57 +00:00
ad0b952b58 Add CVS Id tag. 2009-10-30 18:03:04 +00:00
4533a082bd Fix comment 2009-10-30 16:27:30 +00:00
cef06973a2 In no particular order, changed/fixed all of the following in
ares_parse_txt_reply() current version:

- Fixed a couple of potential double free's.

- Fixed memory leaks upon out of memory condition.

- Fixed pointer arithmetic.

- Setting ntxtreply to zero upon entry for all failure cases.

- Changed data type to size_t for variables substr_len, str_len and
  the length member of ares_txt_reply struct.

- Avoided a couple of memcpy() calls.

- Changed i data type to unsigned int to prevent compiler warnings.

- Adjusted a comment.

- Use ARES_SUCCESS literal for successfull completion.

- Added CVS Id tag.
2009-10-30 16:21:56 +00:00
de48a86cf6 Add c-ares DLL resource file to distribution archive 2009-10-29 19:13:20 +00:00
e5d9f1c7ba ignore files 2009-10-29 18:30:38 +00:00
671ccb2d1a Empty subdir 2009-10-29 18:00:24 +00:00
991dd45884 Updated MSVC 6.0 workspace and project files that allows building
dynamic and static c-ares libraries in debug and release flavours.

Additionally each of the three sample programs is built against
each of the four possible c-ares libraries, generating all this
a total number of 12 executables and 4 libraries.
2009-10-29 17:52:56 +00:00
df2dc91fd4 no need to check for NULL pointers before dereferencing, as the pointers
MUST be valid and they are dereferenced further down in the function
unconditionally!
2009-10-29 09:12:40 +00:00
2f84a75012 shorten the descriptions somewhat 2009-10-29 09:06:42 +00:00
d64a407d11 update to the new struct name 2009-10-29 09:06:22 +00:00
9cbd5ed034 Jakub Hrozek added ares_parse_txt_reply() for TXT parsing 2009-10-29 08:59:40 +00:00
9ff3cb7411 use 'ares_srv_reply' for proper name-spacing 2009-10-29 08:50:34 +00:00
991c93cf54 Add reference for ares_parse_srv_reply.pdf 2009-10-29 02:40:16 +00:00
539ffc7b40 Add reference for ares_parse_srv_reply docs 2009-10-29 01:59:57 +00:00
4cb3aa4080 External API function linkage decoration adjustment 2009-10-29 01:34:19 +00:00
de18bf7562 External API function linkage decoration adjustment 2009-10-29 01:02:54 +00:00