summaryrefslogtreecommitdiff
path: root/src/tool_cb_hdr.c
Commit message (Expand)AuthorAgeFilesLines
* curl: remove 'config' field from OutStructbagder/outs-configDaniel Stenberg2020-01-111-15/+13
* curl: two new command line options for etagsMaros Priputen2019-11-281-0/+54
* curl: support parallel transfersDaniel Stenberg2019-07-201-5/+7
* curl -J: do not append to the destination fileDaniel Stenberg2018-12-191-3/+3
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* tool_cb_hdr: handle failure of rename()Kamil Dudka2018-10-171-2/+11
* spelling fixes [ci skip]Viktor Szakats2018-10-081-1/+1
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-2/+3
* curl: use Content-Disposition before the "URL end" for -OJDaniel Stenberg2018-07-311-3/+2
* header output: switch off all styles, not just unboldDaniel Stenberg2018-07-171-1/+4
* curl: added --styled-outputDaniel Stenberg2018-05-211-1/+1
* curl: show headers in boldDaniel Stenberg2018-05-211-11/+52
* curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev2017-10-091-9/+6
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool...Alexis La Goutte2017-03-301-1/+1
* curl: fix callback argument inconsistencyHanno Böck2017-03-291-1/+1
* spelling fixesklemens2017-03-261-2/+2
* Improve code readbilitySylvestre Ledru2017-03-131-2/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+2
* tool_cb_hdr: Fix --remote-header-name with schemeless URLJay Satiro2016-05-011-1/+4
* tool_doswin: Improve sanitization processingJay Satiro2016-02-051-17/+22
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl: avoid local drive traversal when saving file (Windows)Ray Satiro2016-01-261-18/+22
* tool_header_cb: fflush the header streamDaniel Stenberg2015-06-251-0/+2
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-2/+3
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* Fixes allowing 26 more test cases in 1334 to 1393 range to succeedYang Tse2012-06-091-25/+21
* Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeedYang Tse2012-06-071-2/+20
* Made -D option work with -O and -J.Tatsuhiro Tsujikawa2012-05-251-2/+10
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-081-2/+0
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-2/+2
* -J -O: use -O name if no Content-Disposition header comes!Daniel Stenberg2011-11-201-2/+1
* large headers: have curl accept >16K headersDaniel Stenberg2011-10-241-2/+1
* curl tool: fix some more OOM handlingYang Tse2011-09-301-1/+8
* curl tool: adjust header callback single call write limit warningYang Tse2011-09-281-1/+2
* curl tool: fix a compiler warningYang Tse2011-09-261-2/+1
* curl tool: fix some OOM handling - f4853db5 follow-upYang Tse2011-09-261-1/+2
* curl tool: fix some OOM handlingYang Tse2011-09-261-3/+20
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-261-6/+1
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-251-1/+6
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-241-0/+182