Daniel Stenberg
d0edb47896
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
...
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.
2007-08-11 20:57:54 +00:00
Daniel Stenberg
bac66ec26b
as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use it
2006-08-22 06:29:21 +00:00
Daniel Stenberg
6201dc083a
better updating of the single timeout
2006-08-08 13:39:40 +00:00
Daniel Stenberg
7ba5e098a3
Jeff Pohlmeyer pointed out this stupid variable type error
2006-08-07 16:54:50 +00:00
Daniel Stenberg
b9b06b00bf
This is now a working example using libevent and curl_multi_socket() for really
...
fast treatment of many simultaneous transfers
2006-08-03 22:57:04 +00:00
Daniel Stenberg
5a1c64d316
adapt to the new protos
2006-07-30 22:47:53 +00:00
Daniel Stenberg
01b2cf82ec
curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they
...
both now provide the number of running handles back to the calling function.
2006-07-30 22:44:07 +00:00
Daniel Stenberg
6f6b93da02
[Hiper-related work] Added a function called curl_multi_assign() that will
...
set a private pointer added to the internal libcurl hash table for the
particular socket passed in to this function.
2006-07-26 22:19:42 +00:00
Daniel Stenberg
3d8338b0d4
Mention my April 20 thoughts. I already changed the README in the lib dir
...
to be accurate on this.
2006-04-24 22:41:07 +00:00
Daniel Stenberg
c91e25518f
added the hipev build
2006-04-24 22:40:20 +00:00
Daniel Stenberg
a8dddeab61
the example that _is_ supposed to use libevent
2006-04-24 22:40:04 +00:00
Daniel Stenberg
8f0a5ab660
this example does NOT use libevent!
2006-04-24 22:39:39 +00:00
Daniel Stenberg
59212553b5
mention the recent thoughts/progress I had
2006-04-18 23:24:23 +00:00
Daniel Stenberg
5dc02d53c3
This no longer needs the extra define!
2006-04-10 14:58:38 +00:00
Daniel Stenberg
802b2aaf6a
adjusted to use curl_multi_setopt() to set the callback
2006-01-15 23:17:46 +00:00
Daniel Stenberg
665d4f08c8
summary of what we have
2006-01-05 14:58:34 +00:00
Daniel Stenberg
69c2084a18
updated test programs to use the API as it currently works
2006-01-04 14:11:35 +00:00
Daniel Stenberg
b466ef2581
the curl_multi_socket() test application (still using select())
2005-12-22 14:14:14 +00:00
Daniel Stenberg
60006ff993
shiper is the new test tool for the new API
2005-12-20 09:19:30 +00:00
Daniel Stenberg
f3af5d7b8e
show dl speed
2005-12-20 09:19:20 +00:00
Daniel Stenberg
a6494602fd
build ulimiter too
2005-12-09 10:41:27 +00:00
Daniel Stenberg
50ec78b488
Work around the 1024 connection limit in select(), or rather in the FD_*
...
macros.
2005-12-09 10:41:07 +00:00
Daniel Stenberg
7d044d14f9
Handy little tool that increases the amount of max open file descriptors
...
and then runs a given command line.
2005-12-09 10:40:19 +00:00
Daniel Stenberg
b68d3a073b
Lots of updates to detect what problems we got. They are related
...
to the 1024 file descriptor limit in the server...
2005-12-07 15:43:32 +00:00
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.
2005-12-07 10:07:57 +00:00
Daniel Stenberg
952bbc4410
my first collect-random-urls script, just for reference
2005-12-06 13:56:56 +00:00
Daniel Stenberg
1eb4b85d72
ok, these are the test build I've used so far
2005-12-06 13:56:28 +00:00