Age | Commit message (Expand) | Author |
2006-08-04 | oops, the previous commit was incomplete as we made an unconditional call | Daniel Stenberg |
2006-08-04 | even when we get a single connection to deal with, we must still check for | Daniel Stenberg |
2006-08-03 | removed running_handles argument from multi_runsingle() since it wasn't really | Daniel Stenberg |
2006-08-03 | Silence compiler warning 'unused parameter running_handles' in function multi... | Yang Tse |
2006-08-02 | keep count of the number of "alive" handles in a struct member, as otherwise | Daniel Stenberg |
2006-08-01 | spell-fixed a comment | Daniel Stenberg |
2006-07-30 | curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they | Daniel Stenberg |
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg |
2006-07-17 | Jari Sundell did some excellent research and bug tracking, figured out that | Daniel Stenberg |
2006-07-13 | Oops, missing "u" | Yang Tse |
2006-07-13 | Fix compiler warning. | Yang Tse |
2006-07-10 | DNS cache must use the multi DNS cache if the easy handle's one is not using ... | Yang Tse |
2006-07-07 | Ingmar Runge provided a source snippet that caused a crash. The reason for | Daniel Stenberg |
2006-06-28 | fix better minor compiler warning | Yang Tse |
2006-06-28 | fix minor compiler warning | Yang Tse |
2006-06-23 | Arve Knudsen found a flaw in curl_multi_fdset() for systems where | Daniel Stenberg |
2006-06-22 | Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and | Daniel Stenberg |
2006-05-27 | adapted to the new Curl_splayremovebyaddr() proto | Daniel Stenberg |
2006-05-26 | long/int cleanup to silence picky compiler warnings | Daniel Stenberg |
2006-05-09 | Robson Braga Araujo fixed a memory leak when you added an easy handle to a | Daniel Stenberg |
2006-04-26 | Fixed signed/unsigned convertion errors in Salford-C. | Gisle Vanem |
2006-04-25 | prevent signed/unsigned warnings | Daniel Stenberg |
2006-04-21 | each socket is used by exactly one easy handle, but of course each easy handle | Daniel Stenberg |
2006-04-18 | attempt to silence the MIPSPro compiler warning | Daniel Stenberg |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2006-02-23 | argh, forgot the check for a connection before we call Curl_done | Daniel Stenberg |
2006-02-23 | Lots of work and analysis by "xbx___" in bug #1431750 | Daniel Stenberg |
2006-02-11 | Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that | Daniel Stenberg |
2005-03-08 | remove old printf() debug leftover | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-01-30 | if the DO operation returns failure, bail out and close down nicely to | Daniel Stenberg |
2005-01-29 | Using the multi interface, and doing a requsted a re-used connection that | Daniel Stenberg |
2005-01-29 | multi interface: when a request is denied due to "Maximum redirects followed" | Daniel Stenberg |
2005-01-25 | Use plain structs and not typedef'ed ones in the hash and linked-list code. | Daniel Stenberg |
2005-01-11 | Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't | Daniel Stenberg |
2005-01-11 | Cyrill Osterwalder posted a detailed analysis about a bug that occurs when | Daniel Stenberg |
2005-01-10 | Use Curl_easy_addmulti() to clear associations from easy handles to multi | Daniel Stenberg |
2005-01-10 | Pavel Orehov reported memory problems with the multi interface in bug report | Daniel Stenberg |
2004-08-31 | fix the return code for curl_multi_add_handle() | Daniel Stenberg |
2004-06-29 | First attempt at making the multi interface work when connecting to a host | Daniel Stenberg |
2004-05-17 | new Curl_done() proto | Daniel Stenberg |
2004-05-17 | better bailing out on memory failure | Daniel Stenberg |
2004-05-17 | bail out nicely if strdup() returns NULL, removed trailing whitespace | Daniel Stenberg |
2004-05-13 | return on memory alloc fail | Daniel Stenberg |
2004-05-12 | Curl_done() and the protocol-specific conn->curl_done() functions now all | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |
2004-03-30 | adjusted to the new dns cache function to hide more hostip internals | Daniel Stenberg |
2004-03-30 | init the dns pointer to NULL for clarity | Daniel Stenberg |
2004-03-11 | Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets. | Daniel Stenberg |