aboutsummaryrefslogtreecommitdiff
path: root/hiper
AgeCommit message (Collapse)Author
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
2006-08-22as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use itDaniel Stenberg
2006-08-08better updating of the single timeoutDaniel Stenberg
2006-08-07Jeff Pohlmeyer pointed out this stupid variable type errorDaniel Stenberg
2006-08-03This is now a working example using libevent and curl_multi_socket() for reallyDaniel Stenberg
fast treatment of many simultaneous transfers
2006-07-30adapt to the new protosDaniel Stenberg
2006-07-30curl_multi_socket() and curl_multi_socket_all() got modified prototypes: theyDaniel 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 willDaniel Stenberg
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
2006-04-24Mention my April 20 thoughts. I already changed the README in the lib dirDaniel Stenberg
to be accurate on this.
2006-04-24added the hipev buildDaniel Stenberg
2006-04-24the example that _is_ supposed to use libeventDaniel Stenberg
2006-04-24this example does NOT use libevent!Daniel Stenberg
2006-04-18mention the recent thoughts/progress I hadDaniel Stenberg
2006-04-10This no longer needs the extra define!Daniel Stenberg
2006-01-15adjusted to use curl_multi_setopt() to set the callbackDaniel Stenberg
2006-01-05summary of what we haveDaniel Stenberg
2006-01-04updated test programs to use the API as it currently worksDaniel Stenberg
2005-12-22the curl_multi_socket() test application (still using select())Daniel Stenberg
2005-12-20shiper is the new test tool for the new APIDaniel Stenberg
2005-12-20show dl speedDaniel Stenberg
2005-12-09build ulimiter tooDaniel Stenberg
2005-12-09Work around the 1024 connection limit in select(), or rather in the FD_*Daniel Stenberg
macros.
2005-12-09Handy little tool that increases the amount of max open file descriptorsDaniel Stenberg
and then runs a given command line.
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-06my first collect-random-urls script, just for referenceDaniel Stenberg
2005-12-06ok, these are the test build I've used so farDaniel Stenberg