aboutsummaryrefslogtreecommitdiff
path: root/lib/asyn-thread.c
AgeCommit message (Expand)Author
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-12-14asyn-thread: We prefer 'CURLcode result'Steve Holme
2014-09-23threaded-resolver: revert Curl_expire_latest() switchDaniel Stenberg
2014-08-31low-speed-limit: avoid timeout floodDaniel Stenberg
2014-08-31resolve: cache lookup for async resolversMichael Wallner
2014-05-22bits.close: Fixed compilation warningSteve Holme
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-01-10threaded-resolver: never use NULL hints with getaddrinfoDaniel Stenberg
2013-09-17dns: fix compilation with MinGW from commit df69440d05f113Steve Holme
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-09-10NI_MAXSERV: remove all use of itDaniel Stenberg
2013-02-18resolver_error: remove wrong error message outputDaniel Stenberg
2013-02-18Curl_resolver_is_resolved: show proper host name on failed resolveKim Vandry
2013-02-18Curl_resolver_is_resolved: fix compiler warningDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-01-04win32-threaded-resolver: stop using a dummy socketDaniel Stenberg
2011-11-17CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow
2011-08-06asyn-thread: check for dotted addresses before thread startsChristian Hägele
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-07-04code style: space between close paren and open braceDaniel Stenberg
2011-06-21asyn-thread: fix compiler warningYang Tse
2011-05-21compiler warning: fixYang Tse
2011-04-29resolver_error: remove bad semicolonDaniel Stenberg
2011-04-28gai_strerror: provide private implementationDaniel Stenberg
2011-04-28treaded-resolver: better error messagesDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25async resolvers: further cleanupsDaniel Stenberg