summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg2015-01-071-5/+2
* multi.c: Fixed compilation warningSteve Holme2014-12-051-5/+5
* multi.c: Fixed compilation warnings when no verbose string supportSteve Holme2014-11-231-4/+8
* multi: inform about closed sockets before they are closedJon Spencer2014-11-191-1/+1
* debug: added new connection cache output, plus fixupsCarlo Wood2014-11-181-2/+2
* multi: move the ending condition into the loop as wellDaniel Stenberg2014-11-181-12/+13
* multi: Prefer we don't use CURLE_OK and NULL in comparisonsSteve Holme2014-11-181-5/+6
* multi_runsingle: use 'result' for local CURLcode storageDaniel Stenberg2014-11-181-79/+79
* multi_runsingle: rename result to rcDaniel Stenberg2014-11-181-29/+29
* multi: make multi_runsingle loop internallyDaniel Stenberg2014-11-181-13/+6
* multi: when leaving for timeout, close accordinglyCarlo Wood2014-11-181-10/+13
* multi: removed Curl_multi_set_easy_connectionDaniel Stenberg2014-11-101-6/+0
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-12/+12
* multi_runsingle: fix possible memory leakDaniel Stenberg2014-10-071-0/+1
* curl_multi_remove_handle: remove dead codeDaniel Stenberg2014-10-031-97/+92
* multi_runsingle: fix memory leakDaniel Stenberg2014-10-021-0/+2
* multi.c: Avoid invalid memory read after free() from commit 3c8c873252Steve Holme2014-09-071-2/+8
* multi.c: Fixed compilation warning from commit 3c8c873252Steve Holme2014-09-071-1/+1
* curl_multi_cleanup: remove superfluous NULL assignsDaniel Stenberg2014-09-021-11/+0
* multi: convert CURLM_STATE_CONNECT_PEND handling to a listDaniel Stenberg2014-09-021-6/+21
* low-speed-limit: avoid timeout floodDaniel Stenberg2014-08-311-3/+43
* resolve: cache lookup for async resolversMichael Wallner2014-08-311-1/+25
* CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 designDaniel Stenberg2014-07-221-6/+10
* progress callback: skip last callback update on errorsRay Satiro2014-07-021-1/+1
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-5/+5
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-151-1/+2
* curl_multi_cleanup: ignore SIGPIPE betterJeff King2014-05-051-0/+3
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-0/+2
* multi.c: fix possible invalid memory access in case nfds overflowsMarc Hoersken2014-04-191-1/+1
* multi_runsingle: move timestamp into INITDaniel Stenberg2014-03-031-1/+1
* multi: ignore sigpipe internallyDaniel Stenberg2014-02-171-0/+11
* ConnectionDone: default maxconnects to 4 x number of easy handlesShao Shuchao2014-02-171-0/+3
* ftp: fixed a memory leak on wildcard error pathDan Fandrich2014-01-301-1/+3
* multi: Fixed a memory leak on OOM conditionDan Fandrich2014-01-241-0/+1
* error message: Sensible message on timeout when transfer size unknownColin Hogben2014-01-131-5/+13
* multi: remove MULTI_TIMEOUT_INACCURACYDaniel Stenberg2014-01-121-24/+2
* multi_socket: remind app if timeout didn't runDaniel Stenberg2014-01-101-0/+7
* multi.c: fix possible dereference of null pointerMarc Hoersken2014-01-051-4/+6
* progresscallback: make CURLE_ABORTED_BY_CALLBACK get returned betterDaniel Stenberg2014-01-031-2/+10
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-1/+2
* FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGEDaniel Stenberg2013-12-221-1/+8
* multi.c: Fixed compilation warningSteve Holme2013-12-011-3/+3
* multi.c: Fixed compilation error introduced in commit a900d45489fc14Steve Holme2013-11-271-1/+1
* curl_multi_cleanup: ignore SIGPIPEJeff King2013-11-271-0/+9
* multi: Small code tidy up to avoid hard returnSteve Holme2013-11-121-1/+1
* multi: Set read socket when returning READSOCK(0)Björn Stenberg2013-11-111-1/+3
* connect: Add connection delay to Happy Eyeballs.Björn Stenberg2013-11-041-0/+1
* curl_multi_wait: accept 0 from multi_timeout() as valid timeoutDaniel Stenberg2013-10-301-2/+2
* Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg2013-10-271-2/+11
* curl_multi_remove_handle: allow multiple removesDaniel Stenberg2013-08-291-0/+4