summaryrefslogtreecommitdiff
path: root/src/tool_writeout.c
Commit message (Expand)AuthorAgeFilesLines
* tool_writeout: add URL component variablesDaniel Stenberg2023-04-041-0/+130
* tool: improve --stderr handlingJay Satiro2023-03-121-1/+1
* curl: make -w's %{stderr} use the file set with --stderrJay Satiro2023-02-231-2/+6
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* writeout: add %{certs} and %{num_certs}Daniel Stenberg2022-12-271-0/+60
* tool_operate: reduce errorbuffer allocsDaniel Stenberg2022-09-011-2/+2
* tool_writeout: fix enumerated type mixed with another typeDaniel Stenberg2022-07-231-12/+12
* curl: writeout: fix repeated header outputsDaniel Stenberg2022-07-171-11/+16
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* curl/header_json: output the header names in lowercaseDaniel Stenberg2022-03-251-1/+1
* curl: add %{header_json} support in -w handlingDaniel Stenberg2022-03-221-2/+5
* curl: add %header{name} support in -w handlingDaniel Stenberg2022-03-221-1/+15
* writeout: fix %{http_version} for HTTP/3Daniel Stenberg2021-12-031-11/+22
* tool_writeout: fix the HTTP_CODE json outputJay Satiro2021-04-171-6/+7
* http: add support to read and store the referrer headerViktor Szakats2021-02-191-0/+1
* tool_writeout: refactor write-out and write-out jsonJay Satiro2021-02-091-271/+278
* tool_writeout: make %{errormsg} blank for no errorsDaniel Stenberg2021-01-281-3/+4
* writeout: fix NULL dereference for "this url"Daniel Stenberg2020-12-261-1/+2
* curl: add variables to --write-outDaniel Stenberg2020-12-211-75/+72
* tooĺ_writeout: fix the -w time output unitsDaniel Stenberg2020-12-151-7/+15
* tool_writeout: use off_t getinfo-types instead of doublesDaniel Stenberg2020-11-261-30/+29
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool_writeout: protect fputs() from NULLDaniel Stenberg2020-09-151-9/+6
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-151-7/+12
* curl: add %{method} to the -w variablesDaniel Stenberg2020-07-141-0/+9
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* writeout_json: Fix data type issuesMichael Kaufmann2020-03-271-4/+4
* writeout: support to generate JSON outputMathias Gumz2020-03-171-82/+78
* curl: have -w's 'http_version' show '3' for HTTP/3Daniel Stenberg2019-08-071-1/+4
* curl: correct the switch() logic in ourWriteOutDaniel Stenberg2018-11-071-1/+1
* curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts2018-11-071-1/+11
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+2
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-251-2/+2
* tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich2017-03-121-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+6
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-0/+8
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+8
* curl -w: added more decimal digits to timing countersMauro Rappa2016-11-051-7/+7
* curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg2016-10-311-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+1
* http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts2016-05-301-1/+23
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACEDaniel Stenberg2015-03-031-5/+4
* tool_writeout.c: initialize string pointer variableMarc Hoersken2014-04-191-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg2013-01-031-0/+32
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* 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