summaryrefslogtreecommitdiff
path: root/src/tool_paramhlp.c
Commit message (Expand)AuthorAgeFilesLines
* curl:file2string: load large files much fasterGilles Vollant2019-09-131-7/+24
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-301-0/+22
* printf: fix format specifiersRikard Falkeborn2019-01-041-4/+3
* cppcheck: fix warningsMarian Klymov2018-06-111-5/+5
* curl: make str2udouble not return values on errorDaniel Stenberg2017-09-181-3/+5
* code style: use spaces around plusesDaniel Stenberg2017-09-111-7/+7
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-1/+1
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-1/+1
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-3/+7
* curl: do bounds check using a double comparisonAdam Sampson2017-08-091-1/+1
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-071-8/+27
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-2/+2
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+33
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-5/+10
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-10/+10
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-11/+11
* curl: whitelist use of strtok() in non-threaded contextDaniel Stenberg2016-09-071-1/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* tool_paramhlp: Fixed display of URL index in password prompt for --nextSteve Holme2015-11-271-1/+1
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+21
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-5/+14
* curl tool: Enable support for the SMB protocolBill Nagel2014-11-301-0/+2
* tool: Moved --stderr to the global configSteve Holme2014-03-011-1/+1
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-6/+6
* tool_paramhlp: Fixed compilation warningsSteve Holme2014-02-201-8/+8
* tool_paramhlp: Added URL index to password prompt for multiple operationsSteve Holme2014-02-161-7/+16
* tool_operate: Moved required argument getting into separate functionSteve Holme2014-02-151-2/+40
* tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme2014-01-191-6/+7
* src/tool: allow timeouts to accept decimal valuesDave Reisner2013-07-141-0/+42
* src/tool_paramhlp: try harder to catch negativesDave Reisner2013-07-141-3/+7
* tool_paramhlp: Fixed options being included in usernameSteve Holme2013-04-201-4/+16
* 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
* avoid mixing of enumerated type with another typeYang Tse2012-11-261-9/+9
* cmdline: parse numerical options stricterDaniel Stenberg2012-07-101-11/+35
* 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: allow negative numbers as option valuesAlessandro Ghedini2012-02-131-3/+1
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-3/+2
* curl tool: OOM handling fixesYang Tse2011-10-051-17/+21
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-0/+384