summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cmdline parse: only single letter options have single-letter stringsDaniel Stenberg2016-04-291-9/+8
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-181-0/+5
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+6
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-5/+4
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes2016-03-311-0/+5
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-0/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl --expect100-timeout: addedDaniel Stenberg2015-12-151-0/+6
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-1/+1
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-091-1/+1
* curl: point out the conflicting HTTP methods if usedDaniel Stenberg2015-08-251-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-8/+15
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+6
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-181-4/+0
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-2/+2
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+8
* tool: New option --data-raw to HTTP POST data, '@' allowed.Anthony Avina2015-04-251-2/+3
* tool: fixed a comment typoDan Fandrich2015-04-231-1/+1
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-0/+4