summaryrefslogtreecommitdiff
path: root/ares/ares_init.c
Commit message (Expand)AuthorAgeFilesLines
* Revert last change, it is inappropriate.Yang Tse2009-06-121-1/+1
* Replace CURLDEBUG with DEBUGBUILD.Gisle Vanem2009-06-121-1/+1
* Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse2009-05-261-0/+3
* Introduction of ares_library_init() and ares_library_cleanup()Yang Tse2009-05-171-24/+10
* avoid use of alloca()Yang Tse2009-04-221-4/+12
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-2/+1
* Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg2008-12-041-1/+12
* Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg2008-12-031-0/+33
* minor indent fixDaniel Stenberg2008-12-011-2/+3
* Convert the public config struct to the same binary size/construct as in theDaniel Stenberg2008-12-011-2/+8
* Make use of gethostname() conditional on it being availableDan Fandrich2008-11-281-1/+3
* In preparation for the upcomming IPv6 nameservers patch, the internalYang Tse2008-11-251-10/+10
* use unsigned short better intead of mixing with ints to prevent compilerDaniel Stenberg2008-11-201-2/+2
* - Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg2008-11-011-1/+10
* adjust inclusion of "nameser.h"Yang Tse2008-09-171-6/+6
* code cleanupYang Tse2008-09-161-3/+0
* include header file only when availableYang Tse2008-09-151-1/+13
* move inclusion of ares_private.h lastYang Tse2008-09-111-1/+1
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-2/+2
* - Fix by Tofu Linden:Daniel Stenberg2008-08-041-1/+1
* - As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define isDaniel Stenberg2008-06-301-41/+92
* use same time source for timeout initialization and processingYang Tse2008-05-151-1/+4
* - Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg2008-05-131-3/+9
* Improved parsing of resolver configuration filesYang Tse2008-05-051-7/+52
* Eino Tuominen improved the code when a file is used to seed the randomizerDaniel Stenberg2008-04-041-5/+1
* removed dependency on gettimeofday() since we use only 1 sec resolution here.Gunter Knauf2007-10-221-3/+1
* Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse2007-10-201-2/+2
* Renamed a variable to avoid shadowing a global declarationYang Tse2007-10-181-5/+5
* Fix compiler warning: conversion from "int" to "unsigned char"Yang Tse2007-10-181-5/+5
* Avoid a segfault when generating a DNS "Transaction ID" in internalYang Tse2007-10-021-7/+18
* Previously, processing a large batch of timeouts was O(n^2) in the number ofSteinar H. Gunderson2007-09-291-2/+17
* Support a few more socket options, and refactor the option setting a bit. (Pa...Steinar H. Gunderson2007-09-281-0/+8
* Three fixes in one commit (sorry): a) Take care of the tcpbuf if it ends whil...Steinar H. Gunderson2007-09-281-0/+3
* Brad House provided a fix for ares_save_options(): Apparently I overlookedDaniel Stenberg2007-09-221-24/+33
* Brad House's fix to hish a win32 compiler warningDaniel Stenberg2007-07-141-1/+2
* Vlad Dinulescu fixed two outstanding valgrind reportsDaniel Stenberg2007-07-141-1/+1
* few minor changes to make ares compile for NetWare CLIB architecture.Gunter Knauf2007-07-031-0/+3
* Brad Spencer found and fixed three flaws in the code, found with the newDaniel Stenberg2007-06-021-3/+3
* first take at detecting a random device and seeding the random key using dataDaniel Stenberg2007-05-301-2/+14
* Shmulik Regev brought cryptographically secure transaction IDsDaniel Stenberg2007-05-301-12/+71
* Brad House added ares_save_options() and ares_destroy_options() that can beDaniel Stenberg2007-05-301-2/+94
* Ravi Pratap fixed a flaw in the init_by_resolv_conf() function for windowsDaniel Stenberg2007-05-251-0/+4
* Removed inclusion of <sys/types.h> in .c-filesGisle Vanem2007-02-261-1/+0
* add debug messages for initialization failuresYang Tse2007-02-191-0/+4
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-8/+13
* Oops, missing argument separator commaYang Tse2007-02-141-1/+1
* in debug messages also show error descriptionYang Tse2007-02-141-4/+8
* Fix c-ares failing to get the search sequence of /etc/hosts andYang Tse2007-02-131-31/+75
* Added HAVE_PROCESS_H for DOS/Win32.Gisle Vanem2007-02-061-0/+3
* add debug messages for initialization failuresYang Tse2007-02-021-5/+26