summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* url: use the URL API internally as wellbagder/urlapi-internalDaniel Stenberg2018-09-201-7/+2
* curl_multi_wait: call getsock before figuring out timeoutDaniel Stenberg2018-09-181-7/+7
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-12/+18
* multiplex: enable by defaultDaniel Stenberg2018-09-051-0/+1
* pipelining: deprecatedDaniel Stenberg2018-09-051-1/+1
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-0/+3
* urldata: remove unused pipe_broke struct fieldDaniel Stenberg2018-08-161-25/+3
* retry: return error if rewind was necessary but didn't happenDaniel Jelinski2018-07-311-0/+2
* multi: always do the COMPLETED procedure/stateDaniel Stenberg2018-07-111-23/+30
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-111-21/+27
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-231-0/+5
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-161-11/+23
* cppcheck: fix warningsMarian Klymov2018-06-111-4/+3
* spelling fixesViktor Szakats2018-06-031-1/+1
* multi: remove a DEBUGF()Daniel Stenberg2018-06-011-2/+0
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-2/+2
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-0/+21
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-2/+1
* http2: handle GOAWAY properlyDaniel Stenberg2018-04-201-1/+3
* add_handle/easy_perform: clear errorbuffer on start if setDaniel Stenberg2018-03-171-0/+2
* multi: improved pending transfers handling => improved performanceDaniel Stenberg2018-03-161-25/+21
* pause: when changing pause state, update socket stateDaniel Stenberg2018-03-161-0/+6
* rate-limit: use three second window to better handle high speedsDaniel Stenberg2018-03-161-13/+18
* http2: mark the connection for close on GOAWAYDaniel Stenberg2018-03-121-6/+3
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-6/+59
* http2: don't close connection when single transfer is stoppedKartik Mahajan2018-01-181-1/+2
* multi_done: prune DNS cacheDaniel Stenberg2017-12-101-0/+1
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-42/+14
* share: add support for sharing the connection cacheDaniel Stenberg2017-11-091-53/+9
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-281-1/+1
* wildcards: don't use with non-supported protocolsMax Dymond2017-10-261-2/+8
* multi: allow table handle sizes to be overriddenMax Dymond2017-10-251-0/+2
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-6/+6
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-10/+14
* Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg2017-10-081-6/+0
* remove_handle: call multi_done() first, then clear dns cache pointerDaniel Stenberg2017-10-071-6/+7
* multi_done: wait for name resolve to finish if still ongoingDaniel Stenberg2017-10-071-0/+6
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-061-18/+21
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-30/+30
* multi: fix request timer managementBrad Spencer2017-08-011-14/+13
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-15/+15
* multi: mention integer overflow risk if using > 500 million socketsDaniel Stenberg2017-07-271-0/+4
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-5/+13
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-081-50/+6
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-231-9/+2
* multi: remove leftover debug infof() calls from e9fd794a6Daniel Stenberg2017-05-121-3/+0
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-39/+23
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-16/+57
* multi: clarify condition in curl_multi_waitAlan Jenkins2017-04-221-1/+1