summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* 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