Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-03 | This is now a working example using libevent and curl_multi_socket() for really | Daniel Stenberg | |
fast treatment of many simultaneous transfers | |||
2006-07-30 | adapt to the new protos | Daniel Stenberg | |
2006-07-30 | curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they | Daniel Stenberg | |
both now provide the number of running handles back to the calling function. | |||
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg | |
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function. | |||
2006-04-24 | Mention my April 20 thoughts. I already changed the README in the lib dir | Daniel Stenberg | |
to be accurate on this. | |||
2006-04-24 | added the hipev build | Daniel Stenberg | |
2006-04-24 | the example that _is_ supposed to use libevent | Daniel Stenberg | |
2006-04-24 | this example does NOT use libevent! | Daniel Stenberg | |
2006-04-18 | mention the recent thoughts/progress I had | Daniel Stenberg | |
2006-04-10 | This no longer needs the extra define! | Daniel Stenberg | |
2006-01-15 | adjusted to use curl_multi_setopt() to set the callback | Daniel Stenberg | |
2006-01-05 | summary of what we have | Daniel Stenberg | |
2006-01-04 | updated test programs to use the API as it currently works | Daniel Stenberg | |
2005-12-22 | the curl_multi_socket() test application (still using select()) | Daniel Stenberg | |
2005-12-20 | shiper is the new test tool for the new API | Daniel Stenberg | |
2005-12-20 | show dl speed | Daniel Stenberg | |
2005-12-09 | build ulimiter too | Daniel Stenberg | |
2005-12-09 | Work around the 1024 connection limit in select(), or rather in the FD_* | Daniel Stenberg | |
macros. | |||
2005-12-09 | Handy little tool that increases the amount of max open file descriptors | Daniel Stenberg | |
and then runs a given command line. | |||
2005-12-07 | Lots of updates to detect what problems we got. They are related | Daniel Stenberg | |
to the 1024 file descriptor limit in the server... | |||
2005-12-07 | New version for testing connections against a local server for easier setting | Daniel Stenberg | |
up N idle and Z active connections in a controlled manner. This requires a a HTTP server that supports the server end. I have a modified sws for this (from the curl test suite) and I may commit the changes required for that soonish. | |||
2005-12-06 | my first collect-random-urls script, just for reference | Daniel Stenberg | |
2005-12-06 | ok, these are the test build I've used so far | Daniel Stenberg | |