summaryrefslogtreecommitdiff
path: root/src/tool_cb_wrt.c
Commit message (Expand)AuthorAgeFilesLines
* 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-17/+9
* tool_cfgable: make 'synthetic_error' a plain boolDaniel Stenberg2022-07-231-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* curl: free resource in error pathDaniel Gustafsson2022-04-301-0/+1
* curl: guard against size_t wraparound in no-clobber codeDaniel Gustafsson2022-04-301-1/+9
* misc: spelling fixesDaniel Stenberg2022-03-301-1/+1
* curl: add --no-clobberHexTheDragon2022-03-111-17/+53
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* curl: add --output-dirDaniel Stenberg2020-08-241-10/+22
* tool_cb_wrt: fix outfile mode flags for WindowsJay Satiro2020-07-291-3/+6
* curl: improve the existing file check with -JDaniel Stenberg2020-07-281-9/+22
* curl: remove 'config' field from OutStructDaniel Stenberg2020-01-121-6/+9
* curl: support parallel transfersDaniel Stenberg2019-07-201-3/+5
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+1
* tool_cb_wrt: fix bad-function-cast warningMarcel Raad2019-04-021-5/+3
* tool_cb_wrt: fix writing to Windows null device NULJay Satiro2019-03-261-1/+6
* curl -J: do not append to the destination fileDaniel Stenberg2018-12-191-5/+4
* tool_cb_wrt: Silence function cast compiler warningDaniel Gustafsson2018-11-131-1/+8
* curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto2018-11-051-1/+30
* curl: show headers in boldDaniel Stenberg2018-05-211-6/+7
* tool_cb_wrt: fix variable shadowing warningMarcel Raad2017-07-091-3/+3
* tool_wrte_cb: remove check for config == NULLDaniel Stenberg2017-06-171-3/+0
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-6/+27
* 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
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* src/tool_cb_wrt: separate fnc for output file creationKamil Dudka2015-04-081-32/+39
* tool: wrap lines longer than 79 columnsKamil Dudka2015-02-281-2/+2
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-8/+8
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeedYang Tse2012-06-071-2/+2
* 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
* tool_cb_wrt.c: disambiguate warning messageYang Tse2011-11-031-1/+1
* large headers: have curl accept >16K headersDaniel Stenberg2011-10-241-3/+11
* curl tool: fix some more OOM handlingYang Tse2011-09-301-25/+61
* curl tool: fix some OOM handlingYang Tse2011-09-261-0/+7
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-261-4/+0
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-251-0/+4
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-241-0/+103