summaryrefslogtreecommitdiff
path: root/lib/asyn-ares.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+1
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-1/+0
* checksrc: use space after commaDaniel Stenberg2015-03-171-3/+3
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-2/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* asyn-ares: We prefer use of 'CURLcode result'Steve Holme2014-12-141-8/+8
* ares::Curl_resolver_cancel: skip checking for NULL connDaniel Stenberg2014-10-071-1/+1
* low-speed-limit: avoid timeout floodDaniel Stenberg2014-08-311-1/+1
* c-ares: fix build without IPv6 supportDaniel Stenberg2014-07-251-1/+1
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* ares: Fixed compilation under Visual Studio 2012Kim Vandry2013-11-101-3/+3
* dns: fix compilation with MinGW from commit df69440d05f113Steve Holme2013-09-171-4/+11
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-121-0/+61
* asyn-ares: Don't blank ares servers if none configured.Ben Greear2013-07-171-2/+13
* c-ares: improve error message on failed resolveDaniel Stenberg2013-06-231-37/+13
* Curl_resolver_getsock: fix the function description commentDaniel Stenberg2013-01-121-6/+6
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+639
* build: rename 93 lib/*.c filesYang Tse2013-01-031-639/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-15/+15
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* asyn-ares: restore working with c-ares < 1.6.1Daniel Stenberg2012-10-231-1/+3
* resolve with c-ares: don't resolve IPv6 when not workingMaxim Prohorov2012-03-131-6/+15
* Curl_resolver_is_resolved: differentiate between host/proxy errorsDaniel Stenberg2011-12-051-2/+5
* c-ares: return proxy failure for all proxy typesDaniel Stenberg2011-12-051-2/+2
* CURLOPT_DNS_SERVERS: set name servers if possible (fix)Jason Glasgow2011-12-021-0/+1
* multi: handle timeouts on DNS servers by checking for new socketsJason Glasgow2011-12-021-4/+5
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-171-0/+26
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* Remove unnecessary typecastYang Tse2011-06-021-1/+1
* compiler warning: fixYang Tse2011-05-211-1/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-11/+11
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-4/+3
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-0/+610