Age | Commit message (Collapse) | Author |
|
unlink the "current" connection struct from the connection cache.
|
|
|
|
same channel during the whole curl handle's life until curl_easy_cleanup().
|
|
is a valid pointer, but instead always depend on the passed-in dns pointer.
This happens to be NULL when the connection is re-used...
|
|
to properly work with SOCKS5 proxies. I also included some ascii art describing
the SOCKS5 response, as RFC1928 describes. Jeff provided details in bug
report #741841 and here: http://curl.haxx.se/mail/lib-2004-02/0181.html
|
|
Curl_write in CURLcode, to keep the picky compilers happy
|
|
with anyway and thus caused picky compiler to warn.
|
|
|
|
picky compiler warnings
|
|
the search path since we want the build-version rather than the one in the
source dir
|
|
to make it easier to track down
|
|
messed up. Vincent Bronner detected this.
|
|
be NULL pointers, and if non-NULL if now support zero-length names/passwords
|
|
|
|
|
|
IANA.
|
|
|
|
|
|
|
|
|
|
make the pruning at each name lookup, only in Curl_done().
|
|
|
|
|
|
|
|
|
|
|
|
existing error is the one returned back
|
|
|
|
syntax: file:/path. I added test case 203 to verify this.
|
|
|
|
If not user or password is set, they will point to a "" string.
|
|
|
|
|
|
input
o have ->passwd and ->name be NULL if no name/passwd was given
o only set default user+password for FTP if no userpwd was given
|
|
|
|
|
|
an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download still
has a Range header with a garbage value." bug report #820502
|
|
cleanups.
|
|
reset the authentication state to make it restart on the next connection.
This of course because NTLM is connection-oriented, whilst all other
authentication schemes are not.
|
|
|
|
|
|
for us to deal with
|
|
pointers to the internal default functions
|
|
|
|
|
|
|
|
work.
|
|
|
|
|
|
build libcurl to use ares for asynch name resolves.
|