summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-10-05curl: make sure setopt CURLOPT_IPRESOLVE passes on a longDaniel Stenberg
2020-09-18--help: strdup the categoryDaniel Stenberg
2020-09-04tool: update --help with categoriesEmil Engler
2020-08-30tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch
2020-08-24curl: add --output-dirDaniel Stenberg
2020-07-12content_encoding: add zstd decoding supportGilles Vollant
2020-07-03tool_getparam: make --krb option work againKamil Dudka
2020-06-28terminology: call them null-terminated stringsDaniel Stenberg
2020-06-22tool_getparam: -i is not OK if -J is usedDaniel Stenberg
2020-06-18tool_getparam: repair the error message for unknown flagDaniel Stenberg
2020-06-09tool_getparam: fix memory leak in parse_argsJay Satiro
2020-05-14tool: support UTF-16 command line on WindowsMarcel Raad
2020-05-12tool: Add option --retry-all-errors to retry on any errorJay Satiro
2020-03-20cmdline: fix handling of OperationConfig linked list (--next)Rici Lake
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-02-05curl: error on --alt-svc use w/o supportDaniel Stenberg
2020-02-04curl: avoid using strlen for testing if a string is emptyOrgad Shaneh
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-05curl:getparameter return error for --http3 if libcurl doesn't supportDaniel Stenberg
2019-12-31tool: make a few char pointers point to const char insteadMarcel Raad
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-28curl: two new command line options for etagsMaros Priputen
2019-11-21curl: add --parallel-immediateDaniel Stenberg
2019-10-08curl: --no-progress-meterDaniel Stenberg
2019-09-20tool_getparam: remove duplicate switch caseDaniel Stenberg
2019-08-08CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg
2019-08-06curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-07-30curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-07-20curl: support parallel transfersDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-05-20curl: report error for "--no-" on non-boolean optionsDaniel Stenberg
2019-03-03alt-svc: the curl command line bitsDaniel Stenberg
2019-02-19cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
2018-11-30curl: fix memory leak reading --writeout from fileDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-09curl: --local-port range was not "including"Daniel Stenberg
2018-11-08curl: --local-port fix followupDaniel Stenberg
2018-11-07curl: fix --local-port integer overflowDaniel Stenberg
2018-11-03tool_getparam: fix some commentsMichael Kaufmann
2018-09-06curl: --doh-url addedDaniel Stenberg
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-15curl: warn the user if a given file name looks like an optionDaniel Stenberg
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-07-28curl: Fix segfault when -H @headerfile is emptyTobias Blomberg
2018-06-11cppcheck: fix warningsMarian Klymov