summaryrefslogtreecommitdiff
path: root/hiper
Commit message (Collapse)AuthorAgeFilesLines
* remove outdated stuffDaniel Stenberg2008-12-207-1856/+0
|
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-1/+1
| | | | | | | | 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.
* as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use itDaniel Stenberg2006-08-221-3/+3
|
* better updating of the single timeoutDaniel Stenberg2006-08-081-26/+28
|
* Jeff Pohlmeyer pointed out this stupid variable type errorDaniel Stenberg2006-08-071-1/+1
|
* This is now a working example using libevent and curl_multi_socket() for reallyDaniel Stenberg2006-08-031-216/+98
| | | | fast treatment of many simultaneous transfers
* adapt to the new protosDaniel Stenberg2006-07-301-3/+5
|
* curl_multi_socket() and curl_multi_socket_all() got modified prototypes: theyDaniel Stenberg2006-07-302-70/+70
| | | | both now provide the number of running handles back to the calling function.
* [Hiper-related work] Added a function called curl_multi_assign() that willDaniel Stenberg2006-07-262-34/+41
| | | | | set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
* Mention my April 20 thoughts. I already changed the README in the lib dirDaniel Stenberg2006-04-241-0/+9
| | | | to be accurate on this.
* added the hipev buildDaniel Stenberg2006-04-241-3/+10
|
* the example that _is_ supposed to use libeventDaniel Stenberg2006-04-241-0/+550
|
* this example does NOT use libevent!Daniel Stenberg2006-04-241-4/+2
|
* mention the recent thoughts/progress I hadDaniel Stenberg2006-04-181-0/+20
|
* This no longer needs the extra define!Daniel Stenberg2006-04-101-1/+1
|
* adjusted to use curl_multi_setopt() to set the callbackDaniel Stenberg2006-01-151-7/+9
|
* summary of what we haveDaniel Stenberg2006-01-051-0/+240
|
* updated test programs to use the API as it currently worksDaniel Stenberg2006-01-042-31/+25
|
* the curl_multi_socket() test application (still using select())Daniel Stenberg2005-12-221-36/+104
|
* shiper is the new test tool for the new APIDaniel Stenberg2005-12-202-2/+504
|
* show dl speedDaniel Stenberg2005-12-201-0/+5
|
* build ulimiter tooDaniel Stenberg2005-12-091-0/+5
|
* Work around the 1024 connection limit in select(), or rather in the FD_*Daniel Stenberg2005-12-091-18/+38
| | | | macros.
* Handy little tool that increases the amount of max open file descriptorsDaniel Stenberg2005-12-091-0/+101
| | | | and then runs a given command line.
* Lots of updates to detect what problems we got. They are relatedDaniel Stenberg2005-12-071-36/+46
| | | | to the 1024 file descriptor limit in the server...
* New version for testing connections against a local server for easier settingDaniel Stenberg2005-12-071-61/+62
| | | | | | | 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.
* my first collect-random-urls script, just for referenceDaniel Stenberg2005-12-061-0/+34
|
* ok, these are the test build I've used so farDaniel Stenberg2005-12-062-0/+397