summaryrefslogtreecommitdiff
path: root/lib/asyn-thread.c
Commit message (Expand)AuthorAgeFilesLines
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-5/+5
* resolve: enable protocol family logic for synthesized IPv6Luo Jinghua2016-06-071-2/+3
* resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOSLuo Jinghua2016-06-071-1/+10
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-3/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-5/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+3
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-1/+1
* asyn-thread: We prefer 'CURLcode result'Steve Holme2014-12-141-10/+12
* threaded-resolver: revert Curl_expire_latest() switchDaniel Stenberg2014-09-231-1/+1
* low-speed-limit: avoid timeout floodDaniel Stenberg2014-08-311-1/+1
* resolve: cache lookup for async resolversMichael Wallner2014-08-311-15/+53
* bits.close: Fixed compilation warningSteve Holme2014-05-221-0/+1
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-1/+1
* threaded-resolver: never use NULL hints with getaddrinfoDaniel Stenberg2014-01-101-2/+2
* dns: fix compilation with MinGW from commit df69440d05f113Steve Holme2013-09-171-2/+2
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-121-0/+24
* NI_MAXSERV: remove all use of itDaniel Stenberg2013-09-101-2/+2
* resolver_error: remove wrong error message outputDaniel Stenberg2013-02-181-48/+2
* Curl_resolver_is_resolved: show proper host name on failed resolveKim Vandry2013-02-181-15/+20
* Curl_resolver_is_resolved: fix compiler warningDaniel Stenberg2013-02-181-3/+3
* 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/+679
* build: rename 93 lib/*.c filesYang Tse2013-01-031-679/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-12/+12
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* win32-threaded-resolver: stop using a dummy socketDaniel Stenberg2012-01-041-27/+4
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-171-0/+9
* asyn-thread: check for dotted addresses before thread startsChristian Hägele2011-08-061-2/+16
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* asyn-thread: fix compiler warningYang Tse2011-06-211-4/+2
* compiler warning: fixYang Tse2011-05-211-1/+1
* resolver_error: remove bad semicolonDaniel Stenberg2011-04-291-1/+1
* gai_strerror: provide private implementationDaniel Stenberg2011-04-281-0/+38
* treaded-resolver: better error messagesDaniel Stenberg2011-04-281-10/+31
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-24/+27
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-0/+632