Age | Commit message (Collapse) | Author |
|
for it. It saves one extra copy of the header.
I also added comments for several functions in formdata.c
|
|
|
|
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and
communicate with a proxy that requires basic authentication, the proxy
properly returns a 407, but the failure detection code doesn't realize it
should give up, so curl returns with exit code 0. Test case 162 verifies
this.
|
|
|
|
length limit of the hostname part of the URL.
|
|
instead to make it easier to find/read
|
|
is now treated as an error by libcurl
|
|
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication
and when done perform the requested POST.
|
|
|
|
the new "fail with auth" code
|
|
or Digest.
|
|
|
|
with it (knowing it won't be larger than what fits in an int)
|
|
content-length when doing multipart posts
|
|
|
|
|
|
sizes if desired
|
|
argument passing and try to convert to double only when providing data to the
external world.
|
|
|
|
|
|
defines are in setup.h.
|
|
operation as a size_t
|
|
|
|
FORMAT_OFF_T to allow additional options to get specified, like with '"%5"
FORMAT_OFF_T'.
|
|
having to redef that name
|
|
|
|
|
|
|
|
|
|
following a location. After discussions with Tim Baker.
|
|
chunky coding of uploads
|
|
this allows the HTTP code to *not* return a failure just because no data
has been received from the server
|
|
warnings. Minor edits by me.
|
|
sequence.
|
|
|
|
|
|
|
|
|
|
|
|
is always considered done immediately as Basic needs to extra passes.
This fix corrects bug report #848371.
|
|
as well as a CRLF
|
|
|
|
#845247
|
|
|
|
run out of memory.
|
|
If not user or password is set, they will point to a "" string.
|
|
|
|
|
|
|
|
|