- Sep 22, 2007
-
-
Daniel Stenberg authored
something with the ares_save_options() where it would try to do a malloc(0) when no options of that type needed to be saved. On most platforms, this was fine because malloc(0) doesn't actually return NULL, but on AIX it does, so ares_save_options would return ARES_ENOMEM.
-
- Jul 26, 2007
-
-
Daniel Stenberg authored
-
- Jul 20, 2007
-
-
Guenter Knauf authored
-
- Jul 14, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 08, 2007
-
-
Guenter Knauf authored
-
- Jul 07, 2007
-
-
Guenter Knauf authored
-
- Jul 04, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
although the check for HAVE_STRUCT_TIMEVAL solved the redefine it is incorrect; lets see if a check for HAVE_GETTIMEOFDAY also works; if gettimeofday() is present then we can assume we have the timezone struct too.
-
Guenter Knauf authored
-
- Jul 03, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 02, 2007
-
-
Guenter Knauf authored
sync'd with lib makefile changes: use var for awk; fixed RECV* / SEND* defines; debug var can be overwritten; added better compiler path handling.
-
- Jun 08, 2007
-
-
Daniel Stenberg authored
-
- Jun 05, 2007
-
-
Daniel Stenberg authored
-
- Jun 04, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
one name... Reported by James Bursa
-
- Jun 02, 2007
-
-
Daniel Stenberg authored
gcc 4.2.0 warning: -Waddress
-
Daniel Stenberg authored
He also made recent Microsoft compilers use _strdup() instead of strdup().
-
Daniel Stenberg authored
/etc/hosts file. Patch edited for coding style and functionality by me (Daniel).
-
Daniel Stenberg authored
-
- May 30, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from it in randomize_key()
-
Daniel Stenberg authored
-
Daniel Stenberg authored
used to keep options for later re-usal when ares_init_options() is used.
-
Daniel Stenberg authored
specific sockets and thus avoiding select() and associated functions/macros. This function will be used by upcoming libcurl releases for this very reason. It also made me export the ares_socket_t type in the public ares.h header file, since ares_process_fd() uses that type for two of the arguments.
-
- May 25, 2007
-
-
Daniel Stenberg authored
that could cause it to return a bad return code.
-
- Apr 25, 2007
-
-
Yang Tse authored
-
- Apr 21, 2007
-
-
Guenter Knauf authored
-
- Apr 16, 2007
-
-
Guenter Knauf authored
-
Gisle Vanem authored
Added ares_getopt.o to program sample objects.
-
Yang Tse authored
-
Guenter Knauf authored
-
Guenter Knauf authored
ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
-