summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
* http: added options for allowing HTTP/0.9 responsesbagder/http09Daniel Stenberg2018-12-201-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
* curl: allow --header and --proxy-header read from fileDaniel Stenberg2017-06-151-6/+36
* tool: fix remaining -Wcast-qual warningsMarcel Raad2017-05-091-5/+5
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-061-8/+0
* curl: fix warning "comma at end of enumerator list"Daniel Stenberg2017-05-041-1/+1
* curl: non-boolean command line args reject --no- prefixesDaniel Stenberg2017-05-021-219/+225
* tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro2017-05-011-0/+1
* Improve code readbilitySylvestre Ledru2017-03-131-25/+22
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+4
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+6
* curl: fix typo in time condition warning messageNick Draffen2017-02-141-1/+1
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-0/+6
* tool_getparam.c: make comments use the up-to-date option namesDaniel Stenberg2016-12-171-2/+2