Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |