Commit Graph

13 Commits (67a83c1b3465c44b249eaa44fdc492952e59b31f)

Author SHA1 Message Date
Daniel Stenberg 802b2aaf6a adjusted to use curl_multi_setopt() to set the callback 18 years ago
Daniel Stenberg 665d4f08c8 summary of what we have 18 years ago
Daniel Stenberg 69c2084a18 updated test programs to use the API as it currently works 18 years ago
Daniel Stenberg b466ef2581 the curl_multi_socket() test application (still using select()) 18 years ago
Daniel Stenberg 60006ff993 shiper is the new test tool for the new API 18 years ago
Daniel Stenberg f3af5d7b8e show dl speed 18 years ago
Daniel Stenberg a6494602fd build ulimiter too 18 years ago
Daniel Stenberg 50ec78b488 Work around the 1024 connection limit in select(), or rather in the FD_*
macros.
18 years ago
Daniel Stenberg 7d044d14f9 Handy little tool that increases the amount of max open file descriptors
and then runs a given command line.
18 years ago
Daniel Stenberg b68d3a073b Lots of updates to detect what problems we got. They are related
to the 1024 file descriptor limit in the server...
18 years ago
Daniel Stenberg 2100311f41 New version for testing connections against a local server for easier setting
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.
18 years ago
Daniel Stenberg 952bbc4410 my first collect-random-urls script, just for reference 18 years ago
Daniel Stenberg 1eb4b85d72 ok, these are the test build I've used so far 18 years ago