summaryrefslogtreecommitdiff
path: root/src/tool_cb_hdr.c
Commit message (Expand)AuthorAgeFilesLines
* tool_cb_hdr: Fix 'Location:' formatting for early VTE terminalsJay Satiro2023-05-051-0/+9
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: add CURL_WRITEFUNC_ERROR to signal write callback errorJay Satiro2022-11-101-14/+6
* tool: remove protocol count limitationPatrick Monnerat2022-09-221-7/+5
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-161-5/+9
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* misc: update copyright year rangesDaniel Stenberg2022-04-251-1/+1
* tool_cb_hdr: Turn the Location: into a terminal hyperlinkDan Fandrich2022-03-111-0/+100
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-151-1/+11
* etag: save and use the full received contentsDaniel Stenberg2020-08-241-41/+15
* tool_cb_hdr: Fix etag warning output and return codeJay Satiro2020-06-261-4/+4
* tool_getparam: -i is not OK if -J is usedDaniel Stenberg2020-06-221-18/+4
* cleanup: comment typosDaniel Stenberg2020-02-211-2/+2
* curl: remove 'config' field from OutStructDaniel Stenberg2020-01-121-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