summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* struct Curl_sh_entry's 'inuse' member was no longer used and is now removedDaniel Stenberg2010-01-091-2/+1
* - Julien Chaffraix eliminated a duplicated initialization in singlesocket().Kamil Dudka2010-01-031-1/+0
* - Constantine Sapuntzakis figured out a case which would lead to libcurlDaniel Stenberg2009-12-101-19/+28
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-4/+4
* clarify the code by initing newurl to NULLDaniel Stenberg2009-08-241-2/+2
* - Andre Guibert de Bruet pointed out a missing return code check for aDaniel Stenberg2009-08-211-3/+16
* - Lots of good work by Krister Johansen, mostly related to pipelining:Daniel Stenberg2009-08-211-25/+102
* indentation fixes onlyDaniel Stenberg2009-08-031-28/+27
* fix compiler warningYang Tse2009-06-121-1/+1
* Adjusted to take in account that...Yang Tse2009-06-101-6/+6
* Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND andDaniel Stenberg2009-05-111-4/+4
* - Constantine Sapuntzakis fixed bug report #2784055Daniel Stenberg2009-05-081-3/+10
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Linus Nielsen Feltzing reported and helped me repeat and fix a problem withDaniel Stenberg2009-02-201-19/+17
* minor comment fixDaniel Stenberg2009-02-021-1/+1
* - Emil Romanus fixed:Daniel Stenberg2009-01-101-2/+1
* - Igor Novoseltsev fixed a bad situation for the multi_socket() API when doingDaniel Stenberg2008-12-201-2/+67
* - curl_multi_timeout() could return a timeout value of 0 even though nothingDaniel Stenberg2008-12-191-1/+12
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-5/+5
* - More work with Igor Novoseltsev to first fix the remaining stuff forDaniel Stenberg2008-12-121-4/+12
* - Igor Novoseltsev filed bug #2351645Daniel Stenberg2008-12-031-13/+18
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-1/+2
* add missing header inclusionsYang Tse2008-10-251-1/+4
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-191-0/+2
* - Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) thatDaniel Stenberg2008-10-081-3/+15
* - Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "noDaniel Stenberg2008-09-291-1/+14
* 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