summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-4/+4
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+47
* curl: add --fail-earlyDaniel Stenberg2016-11-141-2/+2
* curl: Add --retry-connrefusedDaniel Hwang2016-11-111-1/+13
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-3/+3
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-7/+7
* curl: set INTERLEAVEDATA tooDaniel Stenberg2016-10-181-0/+1
* curl: do not set CURLOPT_SSLENGINEDEFAULT automaticallyDavid Woodhouse2016-10-161-1/+0
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-051-2/+2
* curl: fix -q [regression]Daniel Stenberg2016-05-311-1/+1
* tool_cb_hdr: Fix --remote-header-name with schemeless URLJay Satiro2016-05-011-6/+1
* curl -J: make it work even without http:// scheme on URLJay Satiro2016-04-291-1/+4
* curl: make --disable work as long form of -qDaniel Stenberg2016-04-291-1/+3
* curl: make --ftp-create-dirs retry on failureDaniel Stenberg2016-04-221-2/+5
* tool_operate: switch to inline checksrc ignoreDaniel Stenberg2016-04-191-0/+1
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-181-0/+3
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+4
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-5/+0
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* tool_operate: remove mixed declarationJay Satiro2016-03-281-1/+2
* curl: warn for --capath use if not supported by libcurlDaniel Stenberg2016-03-281-3/+13
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-0/+4
* tool_doswin: Improve sanitization processingJay Satiro2016-02-051-9/+0
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
* tool_operate: Don't sanitize --output path (Windows)Jay Satiro2016-02-011-11/+0
* curl: avoid local drive traversal when saving file (Windows)Ray Satiro2016-01-261-9/+20
* curl --expect100-timeout: addedDaniel Stenberg2015-12-151-0/+5
* curl: use 2TLS by defaultDaniel Stenberg2015-12-131-1/+3
* curl: remove keepalive #ifdef checks done on libcurl's behalfDaniel Stenberg2015-12-031-4/+0
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+12
* curl: mark two more options strings for --libcurl outputDaniel Stenberg2015-11-131-2/+2
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-12/+0
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-2/+2
* tool_operate: Don't call easysrc cleanup unless --libcurlJay Satiro2015-09-211-6/+9
* tool: generate easysrc only on --libcurlDaniel Lee Hwang2015-09-201-4/+6
* curl: point out unnecessary uses of -X in verbose modeDaniel Stenberg2015-09-111-0/+1
* curl: point out the conflicting HTTP methods if usedDaniel Stenberg2015-08-251-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+6
* comment: fix comment about adding new option supportDaniel Stenberg2015-07-261-1/+1
* tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPSJay Satiro2015-07-251-3/+6
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-2/+3
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-181-25/+19
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-021-1/+1
* curl: fix potential NULL dereferenceDaniel Stenberg2015-05-221-1/+1
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+11
* curl -z: do not write empty file on unmet conditionKamil Dudka2015-04-231-6/+11
* src/tool_operate: create output file on successful downloadKamil Dudka2015-04-081-0/+7
* tool_operate: only set SSL options if SSL is enabledDan Fandrich2015-03-281-5/+7
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-0/+2