36485e56 | 11-Dec-2005 |
Yang Tse |
Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct. |
b4113360 | 10-Dec-2005 |
Daniel Stenberg |
use c-ares' IPv6 abilities fix CONNECT to a proxy that disconnects during the auth phase |
2d71e22f | 10-Dec-2005 |
Daniel Stenberg |
fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. Humbad |
2ae67c43 | 10-Dec-2005 |
Yang Tse |
Modified lookup_service() to avoid the risk of a potential buffer overflow |
4b1a91b6 | 09-Dec-2005 |
Yang Tse |
Fix compiler warning |
4f69318e | 09-Dec-2005 |
Yang Tse |
Fix compiler warning |
1cc98ab5 | 09-Dec-2005 |
Yang Tse |
Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDK |
a6494602 | 09-Dec-2005 |
Daniel Stenberg |
build ulimiter too |
50ec78b4 | 09-Dec-2005 |
Daniel Stenberg |
Work around the 1024 connection limit in select(), or rather in the FD_* macros. |
7d044d14 | 09-Dec-2005 |
Daniel Stenberg |
Handy little tool that increases the amount of max open file descriptors and then runs a given command line. |
df03d5a8 | 08-Dec-2005 |
Dan Fandrich |
Replaced nonstandard u_char and u_int types |
6a0ed81e | 08-Dec-2005 |
Yang Tse |
Fix compiler warning |
c94f3e81 | 08-Dec-2005 |
Yang Tse |
Fix compiler warning |
1e5f6cc1 | 08-Dec-2005 |
Dan Fandrich |
Fixed a lingering omission of gzip support. |
b1fece74 | 08-Dec-2005 |
Yang Tse |
Fix compiler warning |
fdbe0df6 | 08-Dec-2005 |
Yang Tse |
Fix a couple of compiler warnings |
93d59520 | 08-Dec-2005 |
Yang Tse |
If unable to get curl's version, log all failure details. |
b68d3a07 | 07-Dec-2005 |
Daniel Stenberg |
Lots of updates to detect what problems we got. They are related to the 1024 file descriptor limit in the server... |
2100311f | 07-Dec-2005 |
Daniel Stenberg |
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
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.
show more ...
|
e1269e31 | 06-Dec-2005 |
Daniel Stenberg |
start working on 7.15.2 |
c88d61b0 | 06-Dec-2005 |
Daniel Stenberg |
fresh contributors in the 7.15.1 release |
f49df54a | 06-Dec-2005 |
Daniel Stenberg |
7.15.1 with the now to be announced security flaw fixed |
952bbc44 | 06-Dec-2005 |
Daniel Stenberg |
my first collect-random-urls script, just for reference |
1eb4b85d | 06-Dec-2005 |
Daniel Stenberg |
ok, these are the test build I've used so far |
59b6cb9e | 06-Dec-2005 |
Daniel Stenberg |
Yang Tse: fixed compiler warning |