summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* curl: warn when --insecure is usedbagder/insecure-warningDaniel Stenberg2017-08-231-0/+5
* curl: shorten and clean up CA cert verification error messageDaniel Stenberg2017-08-221-21/+7
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-7/+7
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+4
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-281-0/+5
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-2/+1
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+2
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-1/+7
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-061-4/+0
* tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich2017-04-271-0/+11
* curl: set a 100K buffer size by defaultDaniel Stenberg2017-04-251-3/+7
* tool_operate: fix MinGW compiler warningMarcel Raad2017-04-051-23/+27
* tool_operate: move filetime code to its own functionMarcel Raad2017-04-051-49/+60
* tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-03-161-3/+2
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-1/+4
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-1/+2
* url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro2017-02-211-4/+17
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-191-1/+1
* tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-02-111-2/+7
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-5/+11
* curl: reset the easy handle at --nextIsaac Boukris2017-01-131-1/+4
* tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro2016-12-281-3/+48
* curl: remove superfluous include fileDaniel Stenberg2016-12-271-4/+0
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-2/+2
* curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg2016-12-161-6/+5
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-161-3/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* 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