Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-06 | T_SRV portability check | Yang Tse | 1 | -0/+5 | |
2009-09-05 | changed includes to match style how we do with all other *.c files. | Gunter Knauf | 1 | -9/+17 | |
2009-09-05 | changed u_int16_t to unsigned short because it is the only place within ares ↵ | Gunter Knauf | 4 | -13/+13 | |
and curl where such a type would be used; also it broke many autobuilds. We should probably introduce an ares_port_t if we want to use a type here. | |||||
2009-09-05 | Replace 'uint16_t' with 'u_int16_t' since the latter is used in ares.h. | Gisle Vanem | 1 | -6/+6 | |
2009-09-05 | Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I ↵ | Gisle Vanem | 1 | -1/+2 | |
don't like; we should not depend on such non-universal types in a public header. But this is just a quick fix. | |||||
2009-09-04 | - Jakub Hrozek added ares_parse_srv_reply() for SRV parsing | Daniel Stenberg | 6 | -2/+253 | |
2009-08-27 | Support lookup of IPv4 literals in ares_gethostbyname(), even when the ↵ | Steinar H. Gunderson | 1 | -5/+9 | |
address family is set to AF_INET6. | |||||
2009-08-03 | Remove call to LoadLibrary(). (leftover from debugging). | Gisle Vanem | 1 | -4/+0 | |
2009-08-03 | Fix bad sentence. | Gisle Vanem | 1 | -2/+6 | |
2009-08-03 | - Timo Teras changed the reason code used in the resolve callback done when | Daniel Stenberg | 5 | -3/+15 | |
ares_cancel() is used, to be ARES_ECANCELLED instead of ARES_ETIMEOUT to better allow the callback to know what's happening. | |||||
2009-08-03 | - Joshua Kwan fixed the init routine to fill in the defaults for stuff that | Daniel Stenberg | 3 | -7/+16 | |
fails to get inited by other means. This fixes a case of when the c-ares init fails when internet access is fone. | |||||
2009-07-16 | test if adding ../lib to includes can fix the current break ... | Gunter Knauf | 1 | -1/+2 | |
2009-07-14 | renamed generated config.h to ares_config.h in order to avoid clashes when ↵ | Gunter Knauf | 8 | -15/+19 | |
libcurl is used with other projects which also have a config.h. | |||||
2009-06-21 | Refactor how libraries are checked for connect() function, follow-up. | Yang Tse | 1 | -0/+5 | |
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse | 3 | -3/+142 | |
and check for connect() as it is done for other functions. | |||||
2009-06-20 | Remove unneeded defines. | Gisle Vanem | 1 | -68/+2 | |
2009-06-20 | Use select_s() and not select(). | Gisle Vanem | 1 | -1/+1 | |
2009-06-19 | sclose() function-like macro definition used to close a socket, | Yang Tse | 5 | -15/+25 | |
now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL config file preprocessor definitions. | |||||
2009-06-18 | add CloseSocket camel case function check | Yang Tse | 2 | -1/+92 | |
2009-06-17 | check for socket() and closesocket() as it is done for other functions | Yang Tse | 2 | -1/+217 | |
2009-06-13 | Remove HAVE_CONFIG_H definition from here, | Yang Tse | 1 | -1/+1 | |
CFLAGS from common.dj already defines it. | |||||
2009-06-13 | initial step towards decoupling c-ares from libcurl for DOS | Yang Tse | 2 | -33/+205 | |
2009-06-13 | don't ignore these subdirs, they must be removed first | Yang Tse | 3 | -6/+0 | |
2009-06-13 | Remove DEBUGBUILD symbol definition, is not required for programs using the ↵ | Yang Tse | 3 | -6/+6 | |
library. | |||||
2009-06-13 | DEBUGBUILD symbol definition for debug builds | Yang Tse | 6 | -9/+14 | |
2009-06-13 | ignore some subdirs | Yang Tse | 4 | -0/+8 | |
2009-06-13 | fix comment | Yang Tse | 1 | -2/+2 | |
2009-06-12 | Try to make more clear that --enable-curldebug has nothing to do with ↵ | Yang Tse | 1 | -0/+10 | |
--enable-debug for this library. | |||||
2009-06-12 | Revert last change, it is inappropriate. | Yang Tse | 2 | -2/+2 | |
2009-06-12 | Replace CURLDEBUG with DEBUGBUILD. | Gisle Vanem | 2 | -2/+2 | |
2009-06-11 | when running automake copy missing files instead of symlinking them | Yang Tse | 1 | -1/+1 | |
2009-06-10 | Adjusted to take in account that... | Yang Tse | 1 | -2/+2 | |
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) | |||||
2009-06-09 | c-ares' --enable-debug --enable-curldebug decoupling follow-up | Yang Tse | 2 | -4/+9 | |
2009-06-08 | mention last changes | Yang Tse | 1 | -0/+4 | |
2009-06-08 | Remove buildconf.bat from release and daily snapshot archives. | Yang Tse | 1 | -1/+1 | |
buildconf.bat is only for CVS tree builds. | |||||
2009-06-08 | Ensure that buildconf.bat does nothing unless it is used with a CVS checkout. | Yang Tse | 1 | -4/+17 | |
2009-06-08 | CVS-INFO file only present in CVS tree, never in release nor daily snapshot | Yang Tse | 1 | -0/+7 | |
archives. Used as a sentinel file in buildconf.bat to differentiate CVS builds. | |||||
2009-06-08 | Update comment about "ML". Removed "-D_USE_32BIT_TIME_T" (not a requirement). | Gisle Vanem | 1 | -3/+3 | |
2009-06-08 | just comment it out | Yang Tse | 1 | -3/+1 | |
2009-06-08 | For debugging purposes... | Yang Tse | 1 | -0/+2 | |
Disable the '-export-symbols-regex' to discard this as the origin of link failures related with shared libraries and non-GNU linkers. | |||||
2009-06-06 | c-ares Makefile.am back to using $(top_builddir) for *_LDADD | Yang Tse | 1 | -3/+3 | |
2009-06-05 | c-ares' -no-undefined and --enable-curldebug adjustments | Yang Tse | 1 | -10/+13 | |
2009-06-02 | Use relative path to built c-ares tree libtool library | Yang Tse | 1 | -3/+3 | |
2009-06-01 | John E. Malmberg noticed that the configure script was failing to detect the | Yang Tse | 1 | -1/+4 | |
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due to definition taking place in socket.h instead of time.h | |||||
2009-05-29 | Fix compiler warning: out of bound access | Yang Tse | 2 | -9/+17 | |
2009-05-28 | fix compilation on AIX | Yang Tse | 1 | -0/+5 | |
2009-05-28 | c-ares' --enable-curldebug adjustments | Yang Tse | 2 | -29/+39 | |
2009-05-28 | Remove temporarily introduced memory leak. | Yang Tse | 1 | -3/+0 | |
2009-05-27 | Temporarily introduce a memory leak to verify curl debug memory tracking works. | Yang Tse | 1 | -0/+3 | |
2009-05-27 | Allow curl debug memory tracking when building a shared library on | Yang Tse | 1 | -8/+12 | |
systems which support external, undefined, symbols in shared libraries. |