summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
* curl: --no-progress-meterbagder/no-progress-meterDaniel Stenberg2019-10-071-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
* curl: --local-port fix followupDaniel Stenberg2018-11-081-1/+1
* curl: fix --local-port integer overflowDaniel Stenberg2018-11-071-9/+22
* tool_getparam: fix some commentsMichael Kaufmann2018-11-031-13/+5
* curl: --doh-url addedDaniel Stenberg2018-09-061-0/+4
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-1/+1
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-151-23/+31
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-081-1/+1
* curl: Fix segfault when -H @headerfile is emptyTobias Blomberg2018-07-281-1/+1
* cppcheck: fix warningsMarian Klymov2018-06-111-4/+2
* option: disallow username in URLBjörn Stenberg2018-05-311-0/+4
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+8
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-241-0/+1
* curl: added --styled-outputDaniel Stenberg2018-05-211-2/+5
* curl: show headers in boldDaniel Stenberg2018-05-211-7/+5
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+4
* curl tool: accept --compressed also if Brotli is enabled and zlib is not.Patrick Monnerat2018-03-081-2/+3
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+7
* time-cond: fix reading the file modification time on WindowsMichael Kaufmann2018-02-051-8/+9
* curl: add --proxy-pinnedpubkeyDaniel Stenberg2018-01-301-0/+5
* tool_getparam: Support size modifiers for --max-filesizeGisle Vanem2017-12-261-35/+64
* curl: speed up handling of many URLsDaniel Stenberg2017-11-041-10/+10
* code style: use spaces around plusesDaniel Stenberg2017-09-111-5/+5
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-4/+4
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-3/+3
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+4
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-2/+9
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-071-3/+4
* getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg2017-08-051-1/+1
* tool_getparam: fix potentially uninitialized errJay Satiro2017-07-091-1/+2
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-281-0/+18
* tool_getparam: fix memory leak on test 1147 OOM (torture tests)Jay Satiro2017-06-261-1/+3
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-3/+3
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-1/+6
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-1/+1