summaryrefslogtreecommitdiff
path: root/src/tool_writeout.c
AgeCommit message (Expand)Author
2017-08-22curl: check for end of input in writeout backslash handlingDaniel Stenberg
2017-08-22tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22curl -w: added more decimal digits to timing countersMauro Rappa
2017-08-22curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg
2017-08-22strcasecompare: 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