summaryrefslogtreecommitdiff
path: root/src/tool_writeout.c
AgeCommit message (Expand)Author
2020-11-26tool_writeout: use off_t getinfo-types instead of doublesDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-15tool_writeout: protect fputs() from NULLDaniel Stenberg
2020-09-15tool_writeout: add new writeout variable, %{num_headers}anio
2020-07-14curl: add %{method} to the -w variablesDaniel Stenberg
2020-06-28terminology: call them null-terminated stringsDaniel Stenberg
2020-03-27writeout_json: Fix data type issuesMichael Kaufmann
2020-03-17writeout: support to generate JSON outputMathias Gumz
2019-08-07curl: have -w's 'http_version' show '3' for HTTP/3Daniel Stenberg
2018-11-07curl: correct the switch() logic in ourWriteOutDaniel Stenberg
2018-11-07curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts
2018-06-11cppcheck: fix warningsMarian Klymov
2017-03-25curl: check for end of input in writeout backslash handlingDaniel Stenberg
2017-03-12tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-05curl -w: added more decimal digits to timing countersMauro Rappa
2016-10-31curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-05-30http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-03tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACEDaniel Stenberg
2014-04-19tool_writeout.c: initialize string pointer variableMarc Hoersken
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-04-08curl tool: make curl.h first header included in tool_setup.hYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2012-04-01curl tool: add filename_effective token for --write-outDave Reisner
2011-10-06curl tool: reviewed code moved to tool_*.[ch] filesYang Tse