index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
multi.c
Age
Commit message (
Expand
)
Author
2004-01-12
Peter Sylvester brought code that now allows a callback to modified the URL
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-11-24
FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it
Daniel Stenberg
2003-10-18
minor fix to not shadow a variable
Daniel Stenberg
2003-10-13
Clear the connection pointer after the async resolve has failed.
Daniel Stenberg
2003-10-04
Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when
Daniel Stenberg
2003-09-21
failing to resolve a name using ares must Curl_disconnect() the handle
Daniel Stenberg
2003-09-11
For easy handles within multi handles, we share the DNS cache always.
Daniel Stenberg
2003-08-20
made curl_multi_info_read() set 'msgs_in_queue' to 0 even when it returns
Daniel Stenberg
2003-08-05
ares awareness/usage/support added. If configure --enable-ares is used, we
Daniel Stenberg
2003-07-15
Dan Winship's fix to make the new auth stuff such as NTLM to work with
Daniel Stenberg
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
2003-06-13
Marty Kuhrt's #include fixes for VMS
Daniel Stenberg
2003-04-29
Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine
Daniel Stenberg
2003-03-13
Philippe Raoult needed this to build on FreeBSD
Daniel Stenberg
2003-02-14
include <sys/socket.h> to compile the fd_set stuff properly on all systems
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-11-28
fix the hash init to call the correct dns cleanup function
Daniel Stenberg
2002-11-11
moved the bools in the connectdata struct into the substruct named
Daniel Stenberg
2002-10-18
return call_multi when we follow a location
Daniel Stenberg
2002-10-07
Following locations properly, if told to do so.
Daniel Stenberg
2002-09-23
properly disconnect failed connections
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-08-12
Initial fix to make the multi interface return control while waiting for
Daniel Stenberg
2002-08-05
Make SessionHandle keep record if it is used with the multi interface or
Daniel Stenberg
2002-06-05
Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crash
Daniel Stenberg
2002-05-28
Gustaf Hui provided new code that changes how curl_multi_info_read()
Daniel Stenberg
2002-05-03
fixed return code
Daniel Stenberg
2002-05-02
return CURLM_CALL_MULTI_PERFORM in one more case, and check return code
Daniel Stenberg
2002-05-02
make sure the dns cache pointers in the easy handles are NULLed
Daniel Stenberg
2002-04-27
implemented curl_multi_info_read() which I had forgotten before!
Daniel Stenberg
2002-03-20
no longer include "multi.h", it comes with the regular curl/curl.h now
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-01-07
Make cach'ing work with threads now, there are now three cases:
Sterling Hughes
2002-01-03
merged the multi-dev branch back into MAIN again
Daniel Stenberg
2001-12-13
minor changes
Daniel Stenberg
2001-12-04
more comments
Daniel Stenberg
2001-11-28
more more more MORE
Daniel Stenberg
2001-11-28
the perform "state machine" is more explained now
Daniel Stenberg
2001-11-28
mods
Daniel Stenberg
2001-11-28
used in the new multi interface, not yet actually part of libcurl but
Daniel Stenberg