summaryrefslogtreecommitdiff
path: root/src/tool_paramhlp.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-271-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* tool_paramhlp: free the proto strings on exitDaniel Stenberg2022-12-151-0/+1
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-171-1/+1
* curl: timeout in the read callbackDaniel Stenberg2022-10-281-5/+6
* tool_paramhlp: make the max argument a 'double'Rickard Hallerbäck2022-10-161-2/+2
* tool_paramhelp: asserts verify maximum sizes for string loadingDaniel Stenberg2022-10-131-0/+3
* tool: remove dead codePatrick Monnerat2022-09-231-0/+2
* tool: remove protocol count limitationPatrick Monnerat2022-09-221-23/+85
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-161-70/+50
* tool_paramhlp: fix "enumerated type mixed with another type"Daniel Stenberg2022-07-231-3/+3
* tool_paramhlp: make check_protocol return ParameterErrorDaniel Stenberg2022-07-231-1/+1
* tool_getparam: repair cleanargDaniel Stenberg2022-07-101-15/+0
* curl: proto2num: make sure obuf is initedDaniel Stenberg2022-07-041-1/+1
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-041-12/+30
* 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/+7
* tool_getparam: initial --json supportDaniel Stenberg2022-02-011-1/+35
* tool_findfile: search for a file in the homedirDaniel Stenberg2021-11-291-1/+0
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+1
* tool_paramhlp: reduce variable scopeMarcel Raad2021-02-101-1/+2
* curl: add variables to --write-outDaniel Stenberg2020-12-211-0/+2
* curl: add --create-file-mode [mode]Daniel Stenberg2020-12-211-4/+21
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* curl: make checkpasswd use dynbufDaniel Stenberg2020-09-141-15/+8
* curl: make file2memory use dynbufDaniel Stenberg2020-09-141-38/+14
* curl: make file2string use dynbufDaniel Stenberg2020-09-141-32/+9
* file2memory: use a define instead of -1 unsigned valueDaniel Stenberg2020-07-161-2/+2
* tool_paramhlp: fixup C89 mistakeDaniel Stenberg2020-05-191-2/+1
* tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman2020-05-191-0/+1
* curl -w: handle a blank input file correctlyDaniel Stenberg2020-01-061-2/+2
* tool: make a few char pointers point to const char insteadMarcel Raad2019-12-311-1/+1
* curl: use errorf() betterDaniel Stenberg2019-12-101-1/+1
* 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