Age | Commit message (Collapse) | Author |
|
app to retrieve the errno variable after a (connect) failure. It will make
sense to provide this for more failures in a more generic way, but let's
start like this.
|
|
|
|
|
|
enable the progress meter.
|
|
member in the struct is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it anymore
|
|
is already in the public header file
|
|
|
|
|
|
the old format now
|
|
I was previously #ifdef'ing to a different look when this parser is used
|
|
|
|
made it deal with named time zones as well as mail-style +0200 ones.
Seems to work fine. I'm comparing with GNU date command:
date -d [date] -u +%s
|
|
for now.
|
|
work with this
|
|
|
|
|
|
replacement, curl only replaced the Host: header on the initial request
and didn't replace it on the following ones. This resulted in requests with
two Host: headers.
Now, curl checks if the location is on the same host as the initial request
and then continues to replace the Host: header. And when it moves to another
host, it doesn't replace the Host: header but it also doesn't make the
second Host: header get used in the request.
This change is verified by the two new test cases 184 and 185.
|
|
|
|
|
|
|
|
Roman Koifman found out.
|
|
file after the bison/yacc process to add the fix Harshal Pradhan suggested.
|
|
|
|
PUTs even when told to use HTTP 1.0, which is not correct.
|
|
byte file is downloaded.
|
|
should result in a reverse dns lookup
|
|
|
|
|
|
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
|
|
|
|
files.
|
|
that gets set with CURLOPT_ENCODING
|
|
|
|
|
|
|
|
|
|
|
|
back a 530 after the password is provided, as it isn't necessary because of a
bad user name or password.
|