- Jun 02, 2007
-
-
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
-
Yang Tse authored
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
-
Yang Tse authored
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
-
- Apr 12, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Original file name getopt.c Initial import into the c-ares source tree on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with the modified BSD license, BSD license without the advertising clause.
-
- Apr 11, 2007
-
-
Yang Tse authored
-
- Apr 04, 2007
-
-
Yang Tse authored
-
- Apr 03, 2007
- Mar 27, 2007
-
-
Guenter Knauf authored
-
- Mar 26, 2007
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Mar 22, 2007
-
-
Yang Tse authored
-
- Mar 17, 2007
-
-
Gisle Vanem authored
CURL_DEBUG is defined.
-
- Mar 15, 2007
-
-
Yang Tse authored
-
- Mar 08, 2007
-
-
Yang Tse authored
libtool to skip C++ and Fortran checks in patchset: http://cool.haxx.se/cvs.cgi/curl/ares/configure.ac.diff?r1=1.60&r2=1.64
-
- Mar 07, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
it fails if the macro that is being undefined is not already defined. To make this work under all cases and be sure that at a certain point some specific macro isn't defined we must use the following style in configure: m4_ifdef([macro], [m4_undefine([macro])])
-
- Mar 06, 2007
-
-
Dan Fandrich authored
Luckily, they weren't needed.
-
Yang Tse authored
-
Yang Tse authored
-