summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-2/+3
* curl: move fprintf outputs to warnfDaniel Stenberg2021-01-271-1/+1
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* tool: add AWS HTTP v4 Signature supportMatthias Gatto2020-12-211-0/+5
* curl: add --create-file-mode [mode]Daniel Stenberg2020-12-211-0/+7
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+7
* curl: make sure setopt CURLOPT_IPRESOLVE passes on a longDaniel Stenberg2020-10-051-2/+2
* --help: strdup the categoryDaniel Stenberg2020-09-181-1/+5
* tool: update --help with categoriesEmil Engler2020-09-041-0/+1
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-301-0/+5
* curl: add --output-dirDaniel Stenberg2020-08-241-0/+5
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-1/+2
* tool_getparam: make --krb option work againKamil Dudka2020-07-031-1/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-2/+2
* tool_getparam: -i is not OK if -J is usedDaniel Stenberg2020-06-221-0/+5
* tool_getparam: repair the error message for unknown flagDaniel Stenberg2020-06-181-1/+2
* tool_getparam: fix memory leak in parse_argsJay Satiro2020-06-091-0/+2
* tool: support UTF-16 command line on WindowsMarcel Raad2020-05-141-7/+10
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-121-0/+4
* cmdline: fix handling of OperationConfig linked list (--next)Rici Lake2020-03-201-0/+1
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+6
* curl: error on --alt-svc use w/o supportDaniel Stenberg2020-02-051-1/+4
* curl: avoid using strlen for testing if a string is emptyOrgad Shaneh2020-02-041-1/+1
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-0/+4
* curl:getparameter return error for --http3 if libcurl doesn't supportDaniel Stenberg2020-01-051-2/+5
* tool: make a few char pointers point to const char insteadMarcel Raad2019-12-311-2/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* curl: two new command line options for etagsMaros Priputen2019-11-281-0/+10
* curl: add --parallel-immediateDaniel Stenberg2019-11-211-0/+4
* curl: --no-progress-meterDaniel Stenberg2019-10-081-5/+11
* tool_getparam: remove duplicate switch caseDaniel Stenberg2019-09-201-5/+1
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-081-4/+4
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-061-1/+5
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-301-2/+2
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-1/+6
* curl: support parallel transfersDaniel Stenberg2019-07-201-21/+36
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-5/+1
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-221-1/+5
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-201-0/+5
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-031-9/+16
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-191-2/+2
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+5
* curl: fix memory leak reading --writeout from fileDaniel Stenberg2018-11-301-0/+1
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* curl: --local-port range was not "including"Daniel Stenberg2018-11-091-1/+1