summaryrefslogtreecommitdiff
path: root/src/tool_getparam.h
Commit message (Expand)AuthorAgeFilesLines
* tool_getparam: fix hiding of command line secretsHarry Sintonen2023-01-121-0/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* getparam: correctly clean argsDaniel Stenberg2022-08-311-1/+0
* tool_getparam: fix cleanarg() for unicode buildsDaniel Stenberg2022-07-251-1/+2
* tool_getparam: repair cleanargDaniel Stenberg2022-07-101-1/+2
* 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-1/+2
* parse_args: redo the warnings for --remote-header-name combosDaniel Stenberg2021-09-101-1/+3
* 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/+2
* whitespace fixesViktor Szakats2018-09-231-1/+0
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-071-0/+1
* tool: fix remaining -Wcast-qual warningsMarcel Raad2017-05-091-1/+1
* curl: non-boolean command line args reject --no- prefixesDaniel Stenberg2017-05-021-1/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+1
* tool_getparam: Added initial support for --next/-:Steve Holme2014-02-261-0/+1
* tool_getparam: Added global config to getparameter()Steve Holme2014-02-251-4/+3
* tool_getparam.h: Fixed compilation warningSteve Holme2014-02-251-0/+1
* tool_main: Moved easy handle into global config structureSteve Holme2014-02-241-1/+1
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-3/+3
* tool_getparam: Moved hugehelp() call into operate()Steve Holme2014-02-231-0/+1
* tool_getparam: Moved tool_version_info() call into operate()Steve Holme2014-02-231-0/+1
* tool_cfgable: Removed list_engine flag from config structureSteve Holme2014-02-221-0/+1
* tool_operate: Moved command line argument parsing into separate functionSteve Holme2014-02-031-1/+4
* unit1394.c: plug the curl tool unit test inKamil Dudka2013-05-061-0/+6
* avoid mixing of enumerated type with another typeYang Tse2012-11-261-1/+1
* cmdline: parse numerical options stricterDaniel Stenberg2012-07-101-0/+1
* tool_getparam.h: fix compiler errorDaniel Stenberg2012-06-081-0/+2
* 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/+46