summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-171-1/+1
* tool: use feature names instead of bit mask, when possiblePatrick Monnerat2022-11-141-69/+49
* tool_getparam: make --no-get work as the opposite of --getDaniel Stenberg2022-11-121-1/+1
* curl: add --url-queryDaniel Stenberg2022-11-081-1/+35
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-2/+2
* curl: timeout in the read callbackDaniel Stenberg2022-10-281-5/+3
* tool_paramhlp: make the max argument a 'double'Rickard Hallerbäck2022-10-161-3/+4
* tool_getparam: pass in the snprintf("%.*s") string length as 'int'Daniel Stenberg2022-10-101-1/+1
* tool_getparam: split out data_urlencode() into its own functionDaniel Stenberg2022-10-081-84/+103
* tool: remove protocol count limitationPatrick Monnerat2022-09-221-4/+11
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-161-4/+3
* curl: warn for --ssl use, considered insecureDaniel Stenberg2022-09-161-0/+3
* getparameter: return PARAM_MANUAL_REQUESTED for -M even when disabledDaniel Stenberg2022-09-141-4/+2
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-1/+1
* getparam: correctly clean argsDaniel Stenberg2022-08-311-7/+8
* tool_getparam: make --doh-url "" switch it offDaniel Stenberg2022-07-271-0/+3
* tool_getparam: fix cleanarg() for unicode buildsDaniel Stenberg2022-07-251-7/+7
* tool_getparam: repair cleanargDaniel Stenberg2022-07-101-19/+42
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-041-3/+7
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* curl: re-enable --no-remote-nameBoris Verkhovskiy2022-05-311-1/+1
* tool_getparam: fix --parallel-max maximum value constraintJustAnotherArchivist2022-05-281-2/+3
* curl: add --rate to set max request rate per time unitDaniel Stenberg2022-05-231-0/+46
* curl: deprecate --random-file and --egd-fileDaniel Stenberg2022-05-171-2/+0
* tool_getparam: simplify conditional statementDaniel Gustafsson2022-05-021-4/+3
* tool_getparam: error out on missing -K fileDaniel Stenberg2022-04-251-3/+4
* curl: fix segmentation fault for empty output file names.Ian Blanes2022-03-281-0/+4
* curl: add --no-clobberHexTheDragon2022-03-111-4/+6
* curl: add --remove-on-errorDaniel Stenberg2022-03-101-1/+5
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-11/+0
* tool_getparam: initial --json supportDaniel Stenberg2022-02-011-7/+20
* tool_getparam: DNS options that need c-ares now fail without itDaniel Stenberg2022-01-171-0/+8
* curl tool: erase some more sensitive command line argumentsPatrick Monnerat2022-01-101-13/+22
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-0/+7
* curl: actually append "-" to --range without number onlyБорис Верховский2021-10-111-2/+1
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-261-0/+4
* misc: fix typos in docs and commentsa13460542021-09-231-1/+1
* parse_args: redo the warnings for --remote-header-name combosDaniel Stenberg2021-09-101-11/+5
* curl: add warning for incompatible parameters usageCao ZhenXiang2021-09-061-10/+13
* getparameter: fix the --local-port number parserDaniel Stenberg2021-08-171-2/+3
* metalink: removeDaniel Stenberg2021-06-071-24/+2
* tool_getparam: fix comment typo in tool_getparam.cIkko Ashimine2021-05-151-1/+1
* tool_getparam: handle failure of curlx_convert_tchar_to_UTF8()Kamil Dudka2021-05-061-0/+2
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-1/+12
* curl: ignore options asking for SSLv2 or SSLv3Daniel Stenberg2021-04-191-2/+2
* tool_getparam: replace (in-place) '%20' by '+' according to RFC1866Victor Vieux2021-04-151-1/+31
* cookies: Support multiple -b parametersDaniel Gustafsson2021-02-251-2/+6
* http: do not add a referrer header with empty valueViktor Szakats2021-02-161-1/+2
* doh: add options to disable ssl verificationJay Satiro2021-02-141-1/+10
* curl: add --fail-with-bodyDaniel Stenberg2021-02-111-0/+10