aboutsummaryrefslogtreecommitdiff
path: root/src/tool_paramhlp.c
AgeCommit message (Expand)Author
2020-06-16Add gemini protocol supportHEADmasterBen Burwell
2020-05-19tool_paramhlp: fixup C89 mistakeDaniel Stenberg
2020-05-19tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman
2020-01-06curl -w: handle a blank input file correctlyDaniel Stenberg
2019-12-31tool: make a few char pointers point to const char insteadMarcel Raad
2019-12-10curl: use errorf() betterDaniel Stenberg
2019-09-13curl:file2string: load large files much fasterGilles Vollant
2019-07-30curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg
2019-01-04printf: fix format specifiersRikard Falkeborn
2018-06-11cppcheck: fix warningsMarian Klymov
2017-09-18curl: make str2udouble not return values on errorDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-09curl: do bounds check using a double comparisonAdam Sampson
2017-08-07curl: detect and bail out early on parameter integer overflowsDaniel Stenberg
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel 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-09-07curl: whitelist use of strtok() in non-threaded contextDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-27tool_paramhlp: Fixed display of URL index in password prompt for --nextSteve Holme
2015-11-09oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2015-02-27tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme
2014-11-30curl tool: Enable support for the SMB protocolBill Nagel
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-20tool_paramhlp: Fixed compilation warningsSteve Holme
2014-02-16tool_paramhlp: Added URL index to password prompt for multiple operationsSteve Holme
2014-02-15tool_operate: Moved required argument getting into separate functionSteve Holme
2014-01-19tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme
2013-07-14src/tool: allow timeouts to accept decimal valuesDave Reisner
2013-07-14src/tool_paramhlp: try harder to catch negativesDave Reisner
2013-04-20tool_paramhlp: Fixed options being included in usernameSteve 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-11-26avoid mixing of enumerated type with another typeYang 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
2012-02-13curl tool: allow negative numbers as option valuesAlessandro Ghedini
2011-10-06curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-10-05curl tool: OOM handling fixesYang Tse
2011-10-05curl tool: code moved to tool_*.[ch] filesYang Tse