Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
need it.
|
|
accidentally re-use the connect_addr field, as that might no longer be
around. Fix verified by Tracy Boehrer who basicly debugged and tracked down
this problem.
|
|
|
|
connectdata to work as expected
|
|
credentials.
|
|
of the sessionhandle struct, as that was not good.
|