summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
AgeCommit message (Expand)Author
2017-06-28curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-16curl: prevent binary output spewed to terminalDaniel Stenberg
2017-05-06curl: remove tool_writeenv.[ch]Daniel Stenberg
2017-04-27tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich
2017-04-25curl: set a 100K buffer size by defaultDaniel Stenberg
2017-04-05tool_operate: fix MinGW compiler warningMarcel Raad
2017-04-05tool_operate: move filetime code to its own functionMarcel Raad
2017-03-16tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-02-21url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro
2017-02-19string formatting: fix 4 printf-style format stringsMichael Kaufmann
2017-02-11tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro
2017-01-13unix_socket: add support for abstract unix domain socketIsaac Boukris
2017-01-13curl: reset the easy handle at --nextIsaac Boukris
2016-12-28tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro
2016-12-27curl: remove superfluous include fileDaniel Stenberg
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-12-16curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg
2016-12-16CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-14curl: add --fail-earlyDaniel Stenberg
2016-11-11curl: Add --retry-connrefusedDaniel Hwang
2016-10-31strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-18curl: set INTERLEAVEDATA tooDaniel Stenberg
2016-10-16curl: do not set CURLOPT_SSLENGINEDEFAULT automaticallyDavid Woodhouse
2016-08-05CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg
2016-05-31curl: fix -q [regression]Daniel Stenberg
2016-05-01tool_cb_hdr: Fix --remote-header-name with schemeless URLJay Satiro
2016-04-29curl -J: make it work even without http:// scheme on URLJay Satiro
2016-04-29curl: make --disable work as long form of -qDaniel Stenberg
2016-04-22curl: make --ftp-create-dirs retry on failureDaniel Stenberg
2016-04-19tool_operate: switch to inline checksrc ignoreDaniel Stenberg
2016-04-18tool: add --tcp-fastopen optionAlessandro Ghedini
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-09CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme
2016-04-03code: style updatesDaniel Stenberg
2016-03-28tool_operate: remove mixed declarationJay Satiro
2016-03-28curl: warn for --capath use if not supported by libcurlDaniel Stenberg
2016-02-23TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro
2016-02-05tool_doswin: Improve sanitization processingJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-02-01tool_operate: Don't sanitize --output path (Windows)Jay Satiro
2016-01-26curl: avoid local drive traversal when saving file (Windows)Ray Satiro