Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-10 | Fix potential out-of-bounds read | Yang Tse | |
2009-10-10 | Fix compiler warning: loop without body | Yang Tse | |
2009-10-09 | Fix compiler warning | Yang Tse | |
2009-10-08 | Fix compiler warning | Yang Tse | |
2009-10-08 | Fix compiler warning | Yang Tse | |
2009-10-08 | Fix compiler warning: addition result could be truncated before cast to ↵ | Yang Tse | |
bigger sized type | |||
2009-10-07 | Overhauled ares__get_hostent() | Yang Tse | |
- Fixing out of bounds memory overwrite triggered with malformed /etc/hosts file. - Improving parsing of /etc/hosts file. - Validating requested address family. - Ensuring that failures always return a NULL pointer. - Adjusting header inclusions. | |||
2009-10-06 | Fix ssize_t redefinition errors on WIN64 reported by Alexey Simak | Yang Tse | |
2009-10-05 | more files to ignore | Yang Tse | |
2009-09-29 | Check if _REENTRANT definition is required to | Yang Tse | |
make errno available as a preprocessor macro. | |||
2009-09-17 | Attempt to silence bogus compiler warning: "Potential null pointer dereference" | Yang Tse | |
2009-09-14 | ignore more files | Yang Tse | |
2009-09-07 | Suppress warnings about unused prototypes in Watt32 and Win32 programs. | Gisle Vanem | |
2009-09-07 | Update email address. | Gisle Vanem | |
2009-09-07 | Update my email address. Add ares_config.h as dependency for 'make depend'. | Gisle Vanem | |
2009-09-06 | T_SRV portability check | Yang Tse | |
2009-09-05 | changed includes to match style how we do with all other *.c files. | Gunter Knauf | |
2009-09-05 | changed u_int16_t to unsigned short because it is the only place within ares ↵ | Gunter Knauf | |
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 | |
2009-09-05 | Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I ↵ | Gisle Vanem | |
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 | |
2009-08-27 | Support lookup of IPv4 literals in ares_gethostbyname(), even when the ↵ | Steinar H. Gunderson | |
address family is set to AF_INET6. | |||
2009-08-03 | Remove call to LoadLibrary(). (leftover from debugging). | Gisle Vanem | |
2009-08-03 | Fix bad sentence. | Gisle Vanem | |
2009-08-03 | - Timo Teras changed the reason code used in the resolve callback done when | Daniel Stenberg | |
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 | |
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 | |
2009-07-14 | renamed generated config.h to ares_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
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 | |
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse | |
and check for connect() as it is done for other functions. | |||
2009-06-20 | Remove unneeded defines. | Gisle Vanem | |
2009-06-20 | Use select_s() and not select(). | Gisle Vanem | |
2009-06-19 | sclose() function-like macro definition used to close a socket, | Yang Tse | |
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 | |
2009-06-17 | check for socket() and closesocket() as it is done for other functions | Yang Tse | |
2009-06-13 | Remove HAVE_CONFIG_H definition from here, | Yang Tse | |
CFLAGS from common.dj already defines it. | |||
2009-06-13 | initial step towards decoupling c-ares from libcurl for DOS | Yang Tse | |
2009-06-13 | don't ignore these subdirs, they must be removed first | Yang Tse | |
2009-06-13 | Remove DEBUGBUILD symbol definition, is not required for programs using the ↵ | Yang Tse | |
library. | |||
2009-06-13 | DEBUGBUILD symbol definition for debug builds | Yang Tse | |
2009-06-13 | ignore some subdirs | Yang Tse | |
2009-06-13 | fix comment | Yang Tse | |
2009-06-12 | Try to make more clear that --enable-curldebug has nothing to do with ↵ | Yang Tse | |
--enable-debug for this library. | |||
2009-06-12 | Revert last change, it is inappropriate. | Yang Tse | |
2009-06-12 | Replace CURLDEBUG with DEBUGBUILD. | Gisle Vanem | |
2009-06-11 | when running automake copy missing files instead of symlinking them | Yang Tse | |
2009-06-10 | Adjusted to take in account that... | Yang Tse | |
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 | |
2009-06-08 | mention last changes | Yang Tse | |
2009-06-08 | Remove buildconf.bat from release and daily snapshot archives. | Yang Tse | |
buildconf.bat is only for CVS tree builds. |