- Oct 29, 2009
- Oct 28, 2009
-
-
Yang Tse authored
based on the 'visibility' attribute for GNUC and __global for Sun compilers, taking also in account __declspec function decoration for Win32 and Symbian DLL's. Introducing configure options --enable-hidden-symbols and --disable-hidden-symbols following libcurl's naming.
-
- Oct 27, 2009
- Oct 23, 2009
-
-
Yang Tse authored
ARES_ECANCELLED error code value and missing error code description.
-
- Oct 19, 2009
- Oct 13, 2009
-
-
Yang Tse authored
-
- Oct 10, 2009
- Oct 09, 2009
-
-
Yang Tse authored
-
- Oct 08, 2009
- Oct 07, 2009
-
-
Yang Tse authored
- 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.
-
- Oct 06, 2009
-
-
Yang Tse authored
-
- Oct 05, 2009
-
-
Yang Tse authored
-
- Sep 29, 2009
-
-
Yang Tse authored
make errno available as a preprocessor macro.
-
- Sep 17, 2009
-
-
Yang Tse authored
-
- Sep 14, 2009
-
-
Yang Tse authored
-
- Sep 07, 2009
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Sep 06, 2009
-
-
Yang Tse authored
-
- Sep 05, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
changed u_int16_t to unsigned short because it is the only place within ares 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.
-
Gisle Vanem authored
-
Gisle Vanem authored
Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I don't like; we should not depend on such non-universal types in a public header. But this is just a quick fix.
-
- Sep 04, 2009
-
-
Daniel Stenberg authored
-
- Aug 27, 2009
-
-
Steinar H. Gunderson authored
Support lookup of IPv4 literals in ares_gethostbyname(), even when the address family is set to AF_INET6.
-
- Aug 03, 2009
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
ares_cancel() is used, to be ARES_ECANCELLED instead of ARES_ETIMEOUT to better allow the callback to know what's happening.
-
Daniel Stenberg authored
fails to get inited by other means. This fixes a case of when the c-ares init fails when internet access is fone.
-
- Jul 16, 2009
-
-
Guenter Knauf authored
-
- Jul 14, 2009
-
-
Guenter Knauf authored
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-