- Nov 20, 2007
-
-
Daniel Stenberg authored
data sent in a post.
-
Daniel Stenberg authored
previously the second %s would wrongly get the numerical argument that is used for the variable precision for the first %s...
-
Daniel Stenberg authored
-
- Nov 19, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
are good/compatible enough to run the test suite ssh server and socks tests
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from the other day. It is time to setup the internal SSL libs and treat them with a "handler" struct similar to how we deal with the protocols these days...
-
Yang Tse authored
when sshd is not being identified as an OpenSSH daemon
-
- Nov 18, 2007
-
-
Guenter Knauf authored
updated external library versions to latest.
-
Daniel Stenberg authored
-
Yang Tse authored
Improve wording of a couple of debug messages.
-
- Nov 17, 2007
-
-
Yang Tse authored
found or the OpenSSH version found
-
Daniel Stenberg authored
the lib was built staticly.
-
Yang Tse authored
-
- Nov 16, 2007
-
-
Daniel Stenberg authored
start so that subsequent tries are simply skipped.
-
Steinar H. Gunderson authored
-
Yang Tse authored
-
- Nov 15, 2007
-
-
Daniel Stenberg authored
callback was used, as it could wrongly pass on a bad size for the outgoing HTTP header. The bad size would be a very large value as it was a wrapped size_t content. This happened when the whole HTTP request failed to get sent in one single send. http://curl.haxx.se/mail/lib-2007-11/0165.html
-
Daniel Stenberg authored
#ifdef CURL_DOES_CONVERSIONS anyway! I turned it into a DEBUGASSERT() instead.
-
Daniel Stenberg authored
ipv6 server can't run.
-
Daniel Stenberg authored
do_init() and do_complete() which now are called first and last in the DO function. It simplified the flow in multi.c and the functions got more sensible names!
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
for the cases where there's nothing to do in here, like for SFTP directory listings that already is complete when this function gets called. The init stuff clears byte counters which isn't really desired.
-
Steinar H. Gunderson authored
When looking up in DNS and then in the hosts file, return the error code from DNS if both fail, instead of returning the error code from the hosts file, as today. Patch from the Google tree.
-
Steinar H. Gunderson authored
Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. Patch from the Google tree.
-
- Nov 14, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
been used for other protocols in between. I found this when test 2004 started to fail for me!
-
Yang Tse authored
huge send buffer sizes
-
- Nov 12, 2007
-
-
Daniel Stenberg authored
persistent connection. Mentioned by Immanuel Gregoire on the mailing list.
-
Daniel Stenberg authored
-
http://curl.haxx.se/bug/view.cgi?id=1830637Daniel Stenberg authored
forwarded from the Gentoo bug tracker by Daniel Black and was originally submitted by Robin Johnson, pointed out that libcurl would do bad memory references when it failed and bailed out before the handler thing was setup. My fix is not done like the provided patch does it, but instead I make sure that there's never any chance for a NULL pointer in that struct member.
-
Daniel Stenberg authored
-
- Nov 11, 2007
-
-
Daniel Stenberg authored
-
- Nov 10, 2007
-
-
Yang Tse authored
-
- Nov 08, 2007