summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* fill in missing copyrightsDaniel Stenberg2007-11-194-4/+8
* removed now obsolete defines;Gunter Knauf2007-11-181-2/+0
* Fix a double free.Steinar H. Gunderson2007-11-161-3/+0
* Needed now that in6_addr is referenced in ares.hYang Tse2007-11-157-16/+33
* When looking up in DNS and then in the hosts file, return the error code from...Steinar H. Gunderson2007-11-151-3/+5
* Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson2007-11-156-78/+253
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-083-6/+20
* The only libraries actually needed for sample programs adig andYang Tse2007-11-082-8/+10
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-071-0/+10
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-243-9/+18
* 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
* Fix message shown when detecting icc versionYang Tse2007-10-191-0/+1
* Avoid shadowing a global declarationYang Tse2007-10-191-8/+1
* Renamed a variable to avoid shadowing a global declarationYang Tse2007-10-181-5/+5
* Renamed internal function to avoid a variable shadowing itYang Tse2007-10-181-3/+3
* Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse2007-10-181-0/+36
* Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse2007-10-181-2/+2
* Fix compiler warning: conversion from "int" to "unsigned char"Yang Tse2007-10-182-10/+10
* actually sync with lib/setup_once.hYang Tse2007-10-171-3/+2
* sync with lib/setup_once.hYang Tse2007-10-171-1/+106
* Fix a bug where fallback from AF_INET6 to AF_INET would not work properly tog...Steinar H. Gunderson2007-10-161-4/+22
* Mention first version with CURLOPT_COPYPOSTFIELDS.Dan Fandrich2007-10-151-1/+1
* Added needed 'HAVE_*' defines.Gisle Vanem2007-10-081-1/+2
* 'FD_CLOXEC' is meaningless on MSDOS/Watt-32.Gisle Vanem2007-10-081-2/+2
* Removed a piece of redundant code (process_answer already takes care of it).Steinar H. Gunderson2007-10-041-6/+0
* Another timeout fix in ares_getnameinfo().Steinar H. Gunderson2007-10-041-1/+1
* Send the timeout count in ares_getnameinfo().Steinar H. Gunderson2007-10-041-1/+1
* Moved the NULL check for channel upwards in ares_destroy().Steinar H. Gunderson2007-10-041-3/+3
* Clarified the comment over ares_cancel.Steinar H. Gunderson2007-10-041-2/+2
* Avoid a segfault when generating a DNS "Transaction ID" in internalYang Tse2007-10-022-7/+22
* Add ares_llist.c and ares_llist.h to MSCV project file.Yang Tse2007-10-021-0/+8
* Fixed the problem where next_lookup would use 'status' uninitialized. NowDaniel Stenberg2007-10-021-7/+6
* Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.Yang Tse2007-10-025-75/+136
* ares_strerror() segfaulted if the input error number was out of the currentlyDaniel Stenberg2007-10-011-0/+4
* Prevent ares_strerror() from segfaulting if an invalid error code is passedDaniel Stenberg2007-10-011-2/+4
* Fix compiler warningYang Tse2007-09-301-3/+3
* check availability of <netinet/tcp.h>Yang Tse2007-09-302-2/+13
* improve portability, defining MAXDNAME and MAXCDNAMEYang Tse2007-09-301-0/+5
* Fix a memory leak that I recently inadvertedly introduced.Steinar H. Gunderson2007-09-301-0/+1
* Use ISDIGIT instead of isdigit; fixes a gcc warning.Steinar H. Gunderson2007-09-292-1/+2
* Port the TCP socket fix made in ares_fds() to ares_getsock() as well.Steinar H. Gunderson2007-09-291-5/+11
* Previously, processing a large batch of timeouts was O(n^2) in the number ofSteinar H. Gunderson2007-09-2910-85/+327
* We should standarise on C comments.Gisle Vanem2007-09-291-3/+4
* Fix compiler warning in setsockopt().Gisle Vanem2007-09-291-8/+9
* TCP queries can time out too, not just UDP queries. (Patch from the Google tr...Steinar H. Gunderson2007-09-291-4/+3
* Read and process as many packets as possible in read_udp_packets, to avoid ha...Steinar H. Gunderson2007-09-291-7/+11
* There are two different places in write_tcp_data() that advance the send_queu...Steinar H. Gunderson2007-09-291-40/+35
* Reject names that are longer than 255 characters, to avoid problems with stri...Steinar H. Gunderson2007-09-291-0/+17
* In ares_mkquery, make sure we set buflen and buf to reasonable values if ther...Steinar H. Gunderson2007-09-291-0/+4