summaryrefslogtreecommitdiff
path: root/src/tool_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* tool_paramhlp: use feof(3) to identify EOF correctly when using fread(3)Emanuele Torre2022-04-171-0/+2
* curl: error out if -T and -d are used for the same URLDaniel Stenberg2022-04-171-3/+5
* curl: improve error message for --head with -JDaniel Stenberg2021-11-231-1/+1
* parse_args: redo the warnings for --remote-header-name combosDaniel Stenberg2021-09-101-1/+5
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-201-1/+3
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-071-0/+2
* curl: non-boolean command line args reject --no- prefixesDaniel Stenberg2017-05-021-1/+3
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+3
* tool_helpers.c: fix comment typo (#989)Mark Hamilton2016-09-031-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl: expanded the -XHEAD warning textDaniel Stenberg2015-11-241-2/+2
* curl: customrequest_helper: deal with NULL custom methodDaniel Stenberg2015-09-111-1/+3
* curl: point out unnecessary uses of -X in verbose modeDaniel Stenberg2015-09-111-0/+23
* curl: point out the conflicting HTTP methods if usedDaniel Stenberg2015-08-251-2/+12
* curl: clarify that users can only specify one _METHOD_Daniel Stenberg2015-08-251-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+2
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-2/+4
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-3/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* cmdline: parse numerical options stricterDaniel Stenberg2012-07-101-0/+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
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-0/+78