summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-3/+11
* curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg2016-12-161-8/+8
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-3/+11
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* curl: remove --proxy-ssl* optionsDaniel Stenberg2016-11-281-12/+0
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-10/+128
* curl: add --fail-earlyDaniel Stenberg2016-11-141-2/+9
* curl: Add --retry-connrefusedDaniel Hwang2016-11-111-0/+4
* curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka2016-11-071-0/+5
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-4/+4
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-3/+3
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-8/+8
* curl: allow "pkcs11:" prefix for client certificatesDavid Woodhouse2016-08-171-2/+5
* curl: remove "--socks" as "--socks5" turned 8Daniel Stenberg2016-04-291-3/+0
* curl: remove --http-requestDaniel Stenberg2016-04-291-2/+0
* curl: use --telnet-option as documentedDaniel Stenberg2016-04-291-2/+1
* getparam: remove support for --ftpportDaniel Stenberg2016-04-291-2/+0
* aliases: remove trailing space from capath stringDaniel Stenberg2016-04-291-1/+1