aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.h
AgeCommit message (Expand)Author
2019-05-20curl: report error for "--no-" on non-boolean optionsDaniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2017-08-07curl: detect and bail out early on parameter integer overflowsDaniel Stenberg
2017-05-09tool: fix remaining -Wcast-qual warningsMarcel Raad
2017-05-02curl: non-boolean command line args reject --no- prefixesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2014-02-26tool_getparam: Added initial support for --next/-:Steve Holme
2014-02-25tool_getparam: Added global config to getparameter()Steve Holme
2014-02-25tool_getparam.h: Fixed compilation warningSteve Holme
2014-02-24tool_main: Moved easy handle into global config structureSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-23tool_getparam: Moved hugehelp() call into operate()Steve Holme
2014-02-23tool_getparam: Moved tool_version_info() call into operate()Steve Holme
2014-02-22tool_cfgable: Removed list_engine flag from config structureSteve Holme
2014-02-03tool_operate: Moved command line argument parsing into separate functionSteve Holme
2013-05-06unit1394.c: plug the curl tool unit test inKamil Dudka
2012-11-26avoid mixing of enumerated type with another typeYang Tse
2012-07-10cmdline: parse numerical options stricterDaniel Stenberg
2012-06-08tool_getparam.h: fix compiler errorDaniel Stenberg
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2011-10-05curl tool: code moved to tool_*.[ch] filesYang Tse