summaryrefslogtreecommitdiff
path: root/src/tool_paramhlp.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* curl: timeout in the read callbackDaniel Stenberg2022-10-281-1/+1
* tool_paramhlp: make the max argument a 'double'Rickard Hallerbäck2022-10-161-1/+1
* tool: remove protocol count limitationPatrick Monnerat2022-09-221-1/+1
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-161-1/+2
* tool_paramhlp: make check_protocol return ParameterErrorDaniel Stenberg2022-07-231-1/+1
* tool_getparam: repair cleanargDaniel Stenberg2022-07-101-2/+0
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-041-1/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* curl: add --create-file-mode [mode]Daniel Stenberg2020-12-211-0/+1
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool: make a few char pointers point to const char insteadMarcel Raad2019-12-311-1/+1
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-301-1/+2
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-071-3/+2
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-1/+2
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-6/+6
* tool_paramhlp: Added URL index to password prompt for multiple operationsSteve Holme2014-02-161-1/+1
* tool_operate: Moved required argument getting into separate functionSteve Holme2014-02-151-1/+1
* tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme2014-01-191-2/+2
* src/tool: allow timeouts to accept decimal valuesDave Reisner2013-07-141-0/+2
* avoid mixing of enumerated type with another typeYang Tse2012-11-261-3/+3
* cmdline: parse numerical options stricterDaniel Stenberg2012-07-101-0/+1
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-2/+2
* curl tool: OOM handling fixesYang Tse2011-10-051-3/+1
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-0/+53