summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg2004-01-121-149/+169
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-7/+7
* minor fix to not shadow a variableDaniel Stenberg2003-10-181-18/+15
* Clear the connection pointer after the async resolve has failed.Daniel Stenberg2003-10-131-0/+5
* Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() whenDaniel Stenberg2003-10-041-3/+3
* failing to resolve a name using ares must Curl_disconnect() the handleDaniel Stenberg2003-09-211-0/+1
* For easy handles within multi handles, we share the DNS cache always.Daniel Stenberg2003-09-111-11/+10
* made curl_multi_info_read() set 'msgs_in_queue' to 0 even when it returnsDaniel Stenberg2003-08-201-0/+2
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-5/+46
* Dan Winship's fix to make the new auth stuff such as NTLM to work withDaniel Stenberg2003-07-151-2/+3
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-2/+2
* Marty Kuhrt's #include fixes for VMSDaniel Stenberg2003-06-131-0/+3
* Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fineDaniel Stenberg2003-04-291-1/+4
* Philippe Raoult needed this to build on FreeBSDDaniel Stenberg2003-03-131-0/+3
* include <sys/socket.h> to compile the fd_set stuff properly on all systemsDaniel Stenberg2003-02-141-0/+5
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* fix the hash init to call the correct dns cleanup functionDaniel Stenberg2002-11-281-3/+2
* moved the bools in the connectdata struct into the substruct namedDaniel Stenberg2002-11-111-1/+1
* return call_multi when we follow a locationDaniel Stenberg2002-10-181-1/+3
* Following locations properly, if told to do so.Daniel Stenberg2002-10-071-6/+32
* properly disconnect failed connectionsDaniel Stenberg2002-09-231-1/+4
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-121-9/+102
* Make SessionHandle keep record if it is used with the multi interface orDaniel Stenberg2002-08-051-0/+3
* Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crashDaniel Stenberg2002-06-051-0/+3
* Gustaf Hui provided new code that changes how curl_multi_info_read()Daniel Stenberg2002-05-281-72/+60
* fixed return codeDaniel Stenberg2002-05-031-1/+1
* return CURLM_CALL_MULTI_PERFORM in one more case, and check return codeDaniel Stenberg2002-05-021-0/+7
* make sure the dns cache pointers in the easy handles are NULLedDaniel Stenberg2002-05-021-0/+3
* implemented curl_multi_info_read() which I had forgotten before!Daniel Stenberg2002-04-271-9/+90
* no longer include "multi.h", it comes with the regular curl/curl.h nowDaniel Stenberg2002-03-201-2/+0
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-071-3/+21
* merged the multi-dev branch back into MAIN againDaniel Stenberg2002-01-031-15/+43
* minor changesDaniel Stenberg2001-12-131-11/+17
* more commentsDaniel Stenberg2001-12-041-5/+10
* more more more MOREDaniel Stenberg2001-11-281-8/+38
* the perform "state machine" is more explained nowDaniel Stenberg2001-11-281-4/+37
* modsDaniel Stenberg2001-11-281-4/+1
* used in the new multi interface, not yet actually part of libcurl butDaniel Stenberg2001-11-281-0/+244