aboutsummaryrefslogtreecommitdiff
path: root/hiper/hiper.c
AgeCommit message (Collapse)Author
2006-01-04updated test programs to use the API as it currently worksDaniel Stenberg
2005-12-20show dl speedDaniel Stenberg
2005-12-09Work around the 1024 connection limit in select(), or rather in the FD_*Daniel Stenberg
macros.
2005-12-07Lots of updates to detect what problems we got. They are relatedDaniel Stenberg
to the 1024 file descriptor limit in the server...
2005-12-07New version for testing connections against a local server for easier settingDaniel 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-06ok, these are the test build I've used so farDaniel Stenberg