aboutsummaryrefslogtreecommitdiff
path: root/src/tool_helpers.c
AgeCommit message (Expand)Author
2019-05-20curl: report error for "--no-" on non-boolean optionsDaniel Stenberg
2017-08-07curl: detect and bail out early on parameter integer overflowsDaniel Stenberg
2017-05-02curl: non-boolean command line args reject --no- prefixesDaniel Stenberg
2016-10-31strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-09-03tool_helpers.c: fix comment typo (#989)Mark Hamilton
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-24curl: expanded the -XHEAD warning textDaniel Stenberg
2015-09-11curl: customrequest_helper: deal with NULL custom methodDaniel Stenberg
2015-09-11curl: point out unnecessary uses of -X in verbose modeDaniel Stenberg
2015-08-25curl: point out the conflicting HTTP methods if usedDaniel Stenberg
2015-08-25curl: clarify that users can only specify one _METHOD_Daniel Stenberg
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2015-02-27tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-07-10cmdline: parse numerical options stricterDaniel Stenberg
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
2011-10-05curl tool: code moved to tool_*.[ch] filesYang Tse