summaryrefslogtreecommitdiff
path: root/lib/asyn-thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* threaded resolver: track resolver time and set suitable timeout valuesDaniel Stenberg2018-03-241-28/+39
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-1/+2
* asyn-thread: Fixed cleanup after OOMDan Fandrich2017-08-291-0/+9
* asyn-thread: Improved cleanup after OOM situationsDan Fandrich2017-08-281-3/+7
* asyn-thread: Set errno to the proper value ENOMEM in OOM situationDan Fandrich2017-08-281-1/+1
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-5/+2
* asyn-thread.c: fix unused variable warnings on macOSDaniel Stenberg2017-07-061-13/+14
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-2/+2
* asyn-thread: fix unused macro warningsMarcel Raad2017-05-071-5/+5
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-6/+6
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-2/+2
* 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