summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* multi-socks: fix connect to proxyDaniel Stenberg2011-04-281-2/+0
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-10/+10
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-34/+35
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-2/+2
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* multi: shorten linesDaniel Stenberg2011-04-031-4/+7
* multi: conn goes bad when data changeDaniel Stenberg2011-04-021-15/+11
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-5/+5
* SSH: add protocol lock directionDaniel Stenberg2011-03-131-11/+17
* multi: close connection on timeoutMike Crowe2011-02-181-0/+5
* multi: better failed connect treatmentDaniel Stenberg2011-02-181-1/+1
* multi: fix CURLM_STATE_TOOFAST for multi_socketNicholas Maniscalco2011-02-021-0/+1
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* multi: inhibit some verbose outputsDaniel Stenberg2010-12-221-0/+8
* multi_runsingle: don't timeout completed handlesDaniel Stenberg2010-12-131-21/+24
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-3/+4
* multi: fix compiler warning: conversion may lose significant bits follow-upYang Tse2010-11-281-2/+2
* multi: fix compiler warning: conversion may lose significant bitsYang Tse2010-11-261-4/+1
* multi: fix compiler warning: enumerated type mixed with another typeYang Tse2010-11-261-1/+2
* curl_multi_info_read: fix compiler warning: conversion may lose significant bitsYang Tse2010-11-251-1/+2
* multi: don't expire timeouts at disonnect or doneDaniel Stenberg2010-09-281-0/+2
* multi_runsingle: set timeout error messagesDirk Manske2010-09-271-0/+13
* multi: fixes for timing out handlesDaniel Stenberg2010-09-011-21/+43
* multi: make sure the next timeout is used when one expiresDaniel Stenberg2010-08-311-40/+64
* multi: Fix compile warning on 64-bit systemsBen Greear2010-08-241-1/+1
* Fixed a memory leak during OOM in the multi timeout codeDan Fandrich2010-08-181-1/+3
* multi: avoid sending multiple complete messagesDaniel Stenberg2010-08-181-5/+12
* multi: use timeouts properly for MAX_RECV/SEND_SPEEDDaniel Stenberg2010-08-151-72/+91
* multi: support timeoutsDaniel Stenberg2010-08-151-19/+123
* multi: make curl_multi_info_read perform O(1)Daniel Stenberg2010-08-151-40/+94
* typo: remove duplicate semicolonDaniel Stenberg2010-08-081-1/+1
* multi: avoid a malloc() when a transfer is completeDaniel Stenberg2010-08-081-23/+9
* multi: fix condition that remove timers before triggerConstantine Sapuntzakis2010-07-121-2/+6
* multi: CURLINFO_LASTSOCKET doesn't work after remove_handleDaniel Stenberg2010-07-011-0/+4
* multi: prevent NULL pointer dereferenceDaniel Stenberg2010-06-181-1/+2
* multi: unmark handle as used when no longer head of pipelineKrister Johansen2010-06-171-1/+13
* multi: call the progress function only once and allow abortDaniel Stenberg2010-06-171-3/+2
* multi: call the progress callback in all statesDaniel Stenberg2010-06-171-0/+2
* lib: eliminate some dead codeKamil Dudka2010-06-021-1/+2
* multi_socket: handles timer inaccuracy better for timeoutsDaniel Stenberg2010-06-011-3/+5
* lib: Change some CRLF line endings to LFTor Arntsen2010-05-161-1/+1
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-1/+37
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* delayed easy handle kill caused double Curl_close() callDaniel Stenberg2010-03-231-2/+8
* - Constantine Sapuntzakis brought a patch:Daniel Stenberg2010-03-151-67/+70
* fix printf-style format stringsYang Tse2010-02-041-7/+7
* Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...Yang Tse2010-02-021-2/+2
* We introduce a loop in lib/multi.c around all calls to multi_runsingle() andDaniel Stenberg2010-02-011-14/+10
* fix printf-style format stringsYang Tse2010-01-281-3/+3
* After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changesDaniel Stenberg2010-01-111-3/+3