Age | Commit message (Collapse) | Author |
|
is now treated as an error by libcurl
|
|
concept, and added lib/README.curlx to explain details about it
|
|
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication
and when done perform the requested POST.
|
|
or Digest.
|
|
true.
|
|
|
|
|
|
argument passing and try to convert to double only when providing data to the
external world.
|
|
|
|
defines are in setup.h.
|
|
file: transfers too
|
|
FORMAT_OFF_T to allow additional options to get specified, like with '"%5"
FORMAT_OFF_T'.
|
|
having to redef that name
|
|
Fixed the check for bad resumes. Made test case 99 work and proved a bug
in test case ... eh, was it 32?
|
|
it collides with another MAX define on some platforms (like netbsd 1.6.1)
|
|
|
|
Removed some dates/names in the comments.
|
|
|
|
we avoid it where possible.
|
|
this allows the HTTP code to *not* return a failure just because no data
has been received from the server
|
|
|
|
so that the automatic testing hosts will test these changes over the weekend.
|
|
sequence.
|
|
|
|
|
|
|
|
|
|
work, as reported by John McGowan
|
|
|
|
|
|
|
|
recv() and we no longer attempt to ignore the SIGPIPE signal.
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
authentication negotiations needed for NTLM, Digest etc.
|
|
|
|
|
|
out if necessary
|
|
work.
|
|
|
|
|
|
build libcurl to use ares for asynch name resolves.
|
|
|