summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning: defined but not usedYang Tse2008-09-131-3/+1
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-2/+2
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-101-1/+1
* Dmitry Kurochkin fixed pipelining over proxy using the multi interfaceDaniel Stenberg2008-09-081-6/+7
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-3/+3
* - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg2008-08-231-1/+11
* Fixed an uninitialized variable in multi_runsingle() that could cause aDan Fandrich2008-08-081-1/+1
* - Christopher Palow fixed a curl_multi_socket() issue which previous causedDaniel Stenberg2008-06-191-0/+5
* In checkPendPipeline() we can't be setting the TIMER_CONNECT correctly as thatDaniel Stenberg2008-06-131-1/+1
* - Emil Romanus found a problem and helped me repeat it. It occured when usingDaniel Stenberg2008-05-281-19/+58
* with pipelining disabled, the state should never be set to WAITDO but ratherDaniel Stenberg2008-05-191-29/+50
* - Stefan Krause reported a busy-looping case when using the multi interfaceDaniel Stenberg2008-05-091-0/+6
* Christopher Palow provided the patch (edited by me) that introducesYang Tse2008-05-071-19/+15
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-1/+5
* - Added curl_easy_getinfo typechecker.Michal Marek2008-03-181-0/+1
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-201-38/+7
* added a comment about the ignoring of the Curl_done() return codeDaniel Stenberg2008-02-171-2/+5
* - Dmitry Kurochkin cleaned up the pipelining code and removed the need for andDaniel Stenberg2008-02-031-33/+18
* Dmitry Kurochkin: In "real world" testing I found more bugs inDaniel Stenberg2008-01-271-0/+3
* Dmitry Kurochkin's pipelining close-down segfault fixDaniel Stenberg2008-01-231-2/+7
* Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg2008-01-211-38/+11
* Lau Hang Kin found and fixed a problem with the multi interface when doingDaniel Stenberg2008-01-181-0/+1
* Dmitry Kurochkin's additional pipelining bugfixDaniel Stenberg2008-01-161-1/+5
* Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg2008-01-161-32/+119
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-081-4/+4
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-6/+6
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-151-16/+4
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-39/+39
* make sure the code deals with failures on the DO_MORE state properlyDaniel Stenberg2007-11-031-25/+30
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-3/+3
* Fixed an invalid returned error code added in my last submission.Dan Fandrich2007-08-311-1/+1
* Fixed a few compiler warnings. Try to do a slightly better job ofDan Fandrich2007-08-301-4/+6
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-1/+1
* Robert Iakobashvili re-arranged the internal hash code to work with a customDaniel Stenberg2007-06-261-1/+26
* Shmulik Regev fixed a flaw in the multi interface that occurred when doingDaniel Stenberg2007-06-141-2/+9
* ouch, two conditionals were turned backwards!Daniel Stenberg2007-06-011-2/+2
* do the update timer stuff even when CURLM_CALL_MULTI_PERFORM is returnedDaniel Stenberg2007-06-011-6/+6
* Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg2007-05-301-5/+18
* James Bursa fixed a bug in the multi handle code that made the connectionDaniel Stenberg2007-05-071-1/+1
* Fixed an out of memory handling issue with HTTP pipelines.Dan Fandrich2007-05-021-26/+27
* - Set the timeout for easy handles to expire really soon after addition orDaniel Stenberg2007-05-021-0/+19
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-2/+21
* fix compiler warningYang Tse2007-04-131-1/+1
* Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg2007-04-101-17/+56
* fix out of memory handling issueYang Tse2007-04-071-0/+1
* Robert Iakobashvili made curl_multi_remove_handle() a lot faster when manyDaniel Stenberg2007-04-011-7/+8
* Check for a NULL easy->easy_conn in multi_getsock() since it can in factDaniel Stenberg2007-03-311-1/+8
* - Daniel Johnson fixed multi code to traverse the easy handle list properly.Daniel Stenberg2007-03-251-2/+2
* add missing state name for the debug state switch outputDaniel Stenberg2007-03-231-0/+4