- Nov 29, 2007
-
-
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
- Nov 22, 2007
-
-
Yang Tse authored
-
Yang Tse authored
which don't have one.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and documentation.
-
- Nov 21, 2007
-
-
Daniel Stenberg authored
compelete, which bascially means when used with the multi interface
-
Yang Tse authored
startup failures of test suite ssh and socks servers.
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 20, 2007
-
-
Daniel Stenberg authored
the same state struct as the host auth, so both could never be used at the same time! I fixed it (without being able to check) to use two separate structs to allow authentication using Negotiate on host and proxy simultanouesly.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-