Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sends off the previously set cookie. This also concerns CURLOPT_REFERER.
This fix should stop this.
|
|
cleanups.
|
|
is over or not, as if it isn't we shall not begin any PUT or POST operation.
This cures bug report #805853, and test case 88 verifies it!
|
|
"Negotiate" authentication as well.
|
|
|
|
properly if no auth is available
|
|
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
|
|
2. made Curl_http_auth_act() reset 'authavail' unconditionally
|
|
|
|
authentication negotiations needed for NTLM, Digest etc.
|