- Mar 20, 2005
-
-
Daniel Stenberg authored
-
- Mar 19, 2005
-
-
Daniel Stenberg authored
-
- Dec 10, 2004
-
-
Daniel Stenberg authored
-
- Nov 10, 2004
-
-
Gisle Vanem authored
Return correct timeval in windows_port.c. Squelch gcc warnings: use 'ares_socket_t' in ares_fds.c. Don't cast a 'lvalue' in ares_init.c.
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Sep 28, 2004
-
-
Daniel Stenberg authored
when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for other OSes. He made c-ares check for and understand it if present. - Now c-ares will use local host name lookup _before_ DNS resolving by default if nothing else is told.
-
- Sep 26, 2004
-
-
Daniel Stenberg authored
file to determine the sequence in which to search /etc/hosts and DNS. So on systems where this order is defined by /etc/host.conf instead of a "lookup" entry in /etc/resolv.conf, C-ARES will always default to looking in DNS first, and /etc/hosts second. c-ares now looks at 1) resolv.conf (for the "lookup" line); 2) nsswitch.fon (for the "hosts:" line); 3) host.conf (for the "order" line). First match wins.
-
- Aug 20, 2004
-
-
Gisle Vanem authored
sets the required HAVE_xx defines for non-DOS/Win targets.
-
- Aug 13, 2004
-
-
Daniel Stenberg authored
-
- Jul 22, 2004
-
-
Daniel Stenberg authored
check for ssize_t to make it possible to use that when receiving the send() error code. This is necessary to prevent compiler warnings on some systems. - Made configure create config.h, and all source files now include setup.h that might include the proper config.h (or a handicrafted alternative). - Switched to 'ares_socket_t' type for sockets in ares, since Windows don't use 'int' for that. - automake-ified and libool-ified c-ares. Now it builds libcares as a shared lib on most platforms if wanted. (This bloated the size of the release archive with another 200K!) - Makefile.am now uses Makefile.inc for the c sources, h headers and man pages, to make it easier for other makefiles to use the exact same set of files. - Adjusted 'maketgz' to use the new automake magic when building distribution archives.
-
- Jul 01, 2004
-
-
Daniel Stenberg authored
-
- Jun 14, 2004
-
-
Daniel Stenberg authored
-
- Jun 10, 2004
-
-
Daniel Stenberg authored
-
- Jun 08, 2004
-
-
Daniel Stenberg authored
-
- May 27, 2004
-
-
Daniel Stenberg authored
we can compare if non-NULL elsewhere
-
- May 13, 2004
-
-
Daniel Stenberg authored
system thinks free(NULL) is badness)
-
- May 11, 2004
-
-
Daniel Stenberg authored
the resolv.conf file, the first entry encountered is processed and used as the search list. According to the manual pages for both Linux, Solaris and Tru64, the last entry of either a domain or a search field is used.
-
- May 03, 2004
-
-
Daniel Stenberg authored
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 25, 2004
-
-
Daniel Stenberg authored
-
- Feb 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to warn
-
- Feb 22, 2004
-
-
Daniel Stenberg authored
on Windows.
-
- Feb 04, 2004
-
-
Daniel Stenberg authored
warnings
-
- Feb 02, 2004
-
-
Daniel Stenberg authored
-
- Oct 07, 2003
-
-
Daniel Stenberg authored
-