Age | Commit message (Collapse) | Author |
|
belong in the public header file. They are not in our name space so we
should not set them globally.
|
|
|
|
|
|
|
|
|
|
list, we get the time in GMT and not localtime
|
|
|
|
isn't. In fact, it might be, but we have no idea.
|
|
us some trouble.
|
|
syntax: file:/path. I added test case 203 to verify this.
|
|
|
|
|
|
|
|
outside its given buffer. Discovered and reported by James Bursa.
|
|
a range of a document beyond its size, caused libcurl to "hang" until the
server closed the connection and then it returned error 18.
This is bad. This way, we don't return any error at all, which isn't nice
either, as we need to alert the app somehow that the request range was out
of size.
|
|
and gcc, to set the -mimpure-text link flag for linking the lib better.
|
|
|
|
run out of memory.
|
|
|
|
done even if the result is ignored, as some sites seem to require that.
|
|
|
|
we might not get a body when we get a 401 with a set of WWW-Authenticate:
headers. This fixes the problem Kevin Roth detected in 7.10.8-pre4 and pre5.
Verified by test case 91.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|