summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-2/+2
* curl: add --proxy-http2Daniel Stenberg2023-04-141-1/+7
* tool_getparam: error if --next is used without a prior URLDaniel Stenberg2023-03-171-0/+4
* tool: improve --stderr handlingJay Satiro2023-03-121-15/+4
* tool_getparam: don't add a new node for just --no-remote-nameDaniel Stenberg2023-02-221-1/+4
* curl: make --silent work stand-aloneDaniel Stenberg2023-02-171-14/+4
* tool_getparam: make --get a true booleanDaniel Stenberg2023-02-161-1/+1
* tool_getparam: fix compiler warning when !HAVE_WRITABLE_ARGVDaniel Stenberg2023-01-131-4/+5
* src: add --http3-onlyDaniel Stenberg2023-01-121-6/+23
* tool_getparam: fix hiding of command line secretsHarry Sintonen2023-01-121-6/+8
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* 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