History log of /curl/src/tool_operhlp.c (Results 51 – 55 of 55)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_25_0, curl-7_24_0
# c532604b 20-Nov-2011 Daniel Stenberg

-J -O: use -O name if no Content-Disposition header comes!

A regression between 7.22.0 and 7.23.0 -- downloading a file with the
flags -O and -J results in the content being written to s

-J -O: use -O name if no Content-Disposition header comes!

A regression between 7.22.0 and 7.23.0 -- downloading a file with the
flags -O and -J results in the content being written to stdout if and
only if there was no Content-Disposition header in the http response. If
there is a C-D header with a filename attribute, the output is correctly
written.

Reported by: Dave Reisner
Bug: http://curl.haxx.se/mail/archive-2011-11/0030.html

show more ...


Revision tags: curl-7_23_1, curl-7_23_0
# f7bfdbab 06-Oct-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


# ec73fd89 05-Oct-2011 Yang Tse

curl tool: OOM handling fixes


# 5bf0d741 05-Oct-2011 Yang Tse

curl tool: OOM handling fixes


# 49b79b76 04-Oct-2011 Yang Tse

curl tool: code moved to tool_*.[ch] files


123