Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ConnectBits where the other bools already are | |||
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 | |
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing. | |||
2002-08-05 | Make SessionHandle keep record if it is used with the multi interface or | Daniel Stenberg | |
the easy interface, it CANNOT be used by a mixture. | |||
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 | |
messages are stored, so that they don't have to be kept around for the multi handle's entire life time. He also made it return failure codes properly which it didn't do before. I made the messages only get stored per easy-handle so that they can be independently killed easier without ruining the "master list". It makes the info_read() function slightly less beautiful as it has to scan for messages to return, but it makes removing individual handles a lot easier and less error prone. | |||
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 | |
from malloc() | |||
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 | |
- Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface | |||
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 | |
added to CVS to make them available to others |