summaryrefslogtreecommitdiff
path: root/src/tool_writeout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl tool: add filename_effective token for --write-outDave Reisner2012-04-011-1/+8
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-0/+290