index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ares
/
ares_init.c
Age
Commit message (
Expand
)
Author
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-11-18
workaround icc 9.1 optimizer issue
Yang Tse
2009-11-11
Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace polluti...
Yang Tse
2009-11-09
Test for USE_WINSOCK since it is more restrictive than WIN32
Yang Tse
2009-11-02
Renamed c-ares setup.h to ares_setup.h
Yang Tse
2009-10-10
Fix compiler warning: loop without body
Yang Tse
2009-10-08
Fix compiler warning
Yang Tse
2009-09-17
Attempt to silence bogus compiler warning: "Potential null pointer dereference"
Yang Tse
2009-09-07
Suppress warnings about unused prototypes in Watt32 and Win32 programs.
Gisle Vanem
2009-08-03
- Joshua Kwan fixed the init routine to fill in the defaults for stuff that
Daniel Stenberg
2009-06-12
Revert last change, it is inappropriate.
Yang Tse
2009-06-12
Replace CURLDEBUG with DEBUGBUILD.
Gisle Vanem
2009-05-26
Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED
Yang Tse
2009-05-17
Introduction of ares_library_init() and ares_library_cleanup()
Yang Tse
2009-04-22
avoid use of alloca()
Yang Tse
2009-04-21
Moved potential inclusion of system's malloc.h and memory.h header files to
Yang Tse
2008-12-04
Gregor Jasny provided the patch that introduces ares_set_socket_callback(),
Daniel Stenberg
2008-12-03
Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.
Daniel Stenberg
2008-12-01
minor indent fix
Daniel Stenberg
2008-12-01
Convert the public config struct to the same binary size/construct as in the
Daniel Stenberg
2008-11-28
Make use of gethostname() conditional on it being available
Dan Fandrich
2008-11-25
In preparation for the upcomming IPv6 nameservers patch, the internal
Yang Tse
2008-11-20
use unsigned short better intead of mixing with ints to prevent compiler
Daniel Stenberg
2008-11-01
- Carlo Contavalli added support for the glibc "rotate" option, as documented
Daniel Stenberg
2008-09-17
adjust inclusion of "nameser.h"
Yang Tse
2008-09-16
code cleanup
Yang Tse
2008-09-15
include header file only when available
Yang Tse
2008-09-11
move inclusion of ares_private.h last
Yang Tse
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-08-04
- Fix by Tofu Linden:
Daniel Stenberg
2008-06-30
- As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define is
Daniel Stenberg
2008-05-15
use same time source for timeout initialization and processing
Yang Tse
2008-05-13
- Introducing millisecond resolution support for the timeout option. See
Daniel Stenberg
2008-05-05
Improved parsing of resolver configuration files
Yang Tse
2008-04-04
Eino Tuominen improved the code when a file is used to seed the randomizer
Daniel Stenberg
2007-10-22
removed dependency on gettimeofday() since we use only 1 sec resolution here.
Gunter Knauf
2007-10-20
Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...
Yang Tse
2007-10-18
Renamed a variable to avoid shadowing a global declaration
Yang Tse
2007-10-18
Fix compiler warning: conversion from "int" to "unsigned char"
Yang Tse
2007-10-02
Avoid a segfault when generating a DNS "Transaction ID" in internal
Yang Tse
2007-09-29
Previously, processing a large batch of timeouts was O(n^2) in the number of
Steinar H. Gunderson
2007-09-28
Support a few more socket options, and refactor the option setting a bit. (Pa...
Steinar H. Gunderson
2007-09-28
Three fixes in one commit (sorry): a) Take care of the tcpbuf if it ends whil...
Steinar H. Gunderson
2007-09-22
Brad House provided a fix for ares_save_options(): Apparently I overlooked
Daniel Stenberg
2007-07-14
Brad House's fix to hish a win32 compiler warning
Daniel Stenberg
2007-07-14
Vlad Dinulescu fixed two outstanding valgrind reports
Daniel Stenberg
2007-07-03
few minor changes to make ares compile for NetWare CLIB architecture.
Gunter Knauf
2007-06-02
Brad Spencer found and fixed three flaws in the code, found with the new
Daniel Stenberg
2007-05-30
first take at detecting a random device and seeding the random key using data
Daniel Stenberg
2007-05-30
Shmulik Regev brought cryptographically secure transaction IDs
Daniel Stenberg
[next]