- Dec 05, 2007
-
-
Daniel Stenberg authored
is supposed to repeat the bug report "NTLM proxy authentication with CURLOPT_READDATA seems broken." posted on the curl-library mailing list on dec 3 2007.
-
- Dec 04, 2007
-
-
Yang Tse authored
-
- Dec 03, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
http://curl.haxx.se/bug/view.cgi?id=1842029Daniel Stenberg authored
a problem with SSL session caching that prevent it from working, and the associated fix!
-
Daniel Stenberg authored
fix even if kind of implied by the new option
-
Daniel Stenberg authored
SSL-based server doesn't present a certificate when the request is told to ignore certificate verification anyway.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
/dev/urandom when built cross-compiled as then the script cannot check for it.
-
Daniel Stenberg authored
present when enabled by on option which isn't done by default (and isn't even available for the curl app atm)
-
- Dec 02, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the appending of the "type=" thing on FTP URLs when they are passed to a HTTP proxy. Some proxies just don't like that appending (which is done unconditionally in 7.17.1), and some proxies treat binary/ascii transfers better with the appending done!
-
- Nov 30, 2007
-
-
Dan Fandrich authored
-
- Nov 29, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with a 700+ letter nonce. Previously libcurl only support 127 letter ones and now I bumped it to 1023.
-
Daniel Stenberg authored
returns a full buffer on each invoke.
-
Daniel Stenberg authored
debugging
-
- Nov 28, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
/etc/hosts file, pointed out by Erik Kline: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2007-11/0027.shtml
-
Daniel Stenberg authored
get the libs as well and not only the include path like we used to.
-
Yang Tse authored
Cleanup some debugging messages. Unlink log file on exit.
-
- Nov 27, 2007
-
-
Daniel Stenberg authored
warnings. Pointed out by Robin Cornelius.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
the socks server port in the test suite. This is the default setting unless a tinkered built ssh is being used.
-
- Nov 26, 2007
-
-
Yang Tse authored
-
Yang Tse authored
port forwarding, our socks port, prevents ssh from running on some systems. By default, ssh binds local port forwardings to the loopback address, since this was the address being given as the explicit bind address, now it isn't given.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
#2 extended the user-agent buffer since I hit the 128 byte boundary!
-
Daniel Stenberg authored
-
Yang Tse authored
of test suite ssh and socks servers.
-
- Nov 25, 2007
-
-
Yang Tse authored
-
- Nov 24, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is inited at the start of the DO action. I removed the Curl_transfer_keeper struct completely, and I had to move out a few struct members (that had to be set before DO or used after DONE) to the UrlState struct. The SingleRequest struct is accessed with SessionHandle->req. One of the biggest reasons for doing this was the bunch of duplicate struct members in HandleData and Curl_transfer_keeper since it was really messy to keep track of two variables with the same name and basically the same purpose!
-
- Nov 23, 2007
-
-
Yang Tse authored
-