- Apr 21, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
can and will use more than one socket
-
Daniel Stenberg authored
-
- Apr 20, 2006
-
-
Guenter Knauf authored
-
- Apr 19, 2006
-
-
Daniel Stenberg authored
arguments work properly - and the option is not harmful for the rest of the curl build either!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to allow/support character conversions
-
- Apr 18, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the control connection when using FTP, for example when you remove an easy handle from a multi stack.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to my previous brain-damaged version)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
one
-
Daniel Stenberg authored
-
- Apr 17, 2006
-
-
Guenter Knauf authored
use correct version var.
-
Guenter Knauf authored
-
- Apr 12, 2006
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Apr 11, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1468330Daniel Stenberg authored
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least) since the struct timeval field tv_sec is an int while time_t is 64bit.
-
Daniel Stenberg authored
about what sockets to wait for what action on
-
Daniel Stenberg authored
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL connection time-out!
-
Daniel Stenberg authored
code rearrange to fit the future better.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fork support for cooler tests
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
ordinary test suite. Also removed the perror() calls and instead made the logging output the errno code to ease error tracking using logs.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and it should break most other systems. The "funny" part is that debian actually have a 'stunnel' setup to simulate stunnel v3 but it breaks our own stunnel-version-detect-and-adjust-to-it system. Added initial support for optionally running servers with fork support.
-
Daniel Stenberg authored
read one byte at a time...
-
Daniel Stenberg authored
This happens because the multi-pass code abuses the redirect following code for doing multiple requests, and when we following redirects to an absolute URL we must use the newly specified port and not the one specified in the original URL. A proper fix to this would need to separate the negotiation "redirect" from an actual redirect.
-
Daniel Stenberg authored
documented or pushed for.
-
Daniel Stenberg authored
-