index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tool_operate.c
Age
Commit message (
Expand
)
Author
2017-09-02
mime: use in curl cli tool instead of form API.
Patrick Monnerat
2017-08-22
curl: shorten and clean up CA cert verification error message
Daniel Stenberg
2017-08-17
CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG
Daniel Stenberg
2017-08-17
ssh: add the ability to enable compression (for SCP/SFTP)
Viktor Szakats
2017-06-28
curl --socks5-{basic,gssapi}: control socks5 auth
Kamil Dudka
2017-06-21
--request-target: instead of --strip-path-slash
Daniel Stenberg
2017-06-19
http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH
Daniel Stenberg
2017-06-16
curl: prevent binary output spewed to terminal
Daniel Stenberg
2017-05-06
curl: remove tool_writeenv.[ch]
Daniel Stenberg
2017-04-27
tool_operate: use utimes instead of obsolescent utime when available
Dan Fandrich
2017-04-25
curl: set a 100K buffer size by default
Daniel Stenberg
2017-04-05
tool_operate: fix MinGW compiler warning
Marcel Raad
2017-04-05
tool_operate: move filetime code to its own function
Marcel Raad
2017-03-16
tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERT
Jay Satiro
2017-03-12
url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS
Desmond O. Chang
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-02-21
url: Improve CURLOPT_PROXY_CAPATH error handling
Jay Satiro
2017-02-19
string formatting: fix 4 printf-style format strings
Michael Kaufmann
2017-02-11
tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERT
Jay Satiro
2017-01-13
unix_socket: add support for abstract unix domain socket
Isaac Boukris
2017-01-13
curl: reset the easy handle at --next
Isaac Boukris
2016-12-28
tool_operate: Fix --remote-time incorrect times on Windows
Jay Satiro
2016-12-27
curl: remove superfluous include file
Daniel Stenberg
2016-12-16
preproxy: renamed what was added as SOCKS_PROXY
Daniel Stenberg
2016-12-16
curl: normal socks proxies still use CURLOPT_PROXY
Daniel Stenberg
2016-12-16
CURLOPT_SOCKS_PROXYTYPE: removed
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-14
curl: add --fail-early
Daniel Stenberg
2016-11-11
curl: Add --retry-connrefused
Daniel Hwang
2016-10-31
strcase: make the tool use curl_str[n]equal instead
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-18
curl: set INTERLEAVEDATA too
Daniel Stenberg
2016-10-16
curl: do not set CURLOPT_SSLENGINEDEFAULT automatically
David Woodhouse
2016-08-05
CURLOPT_TCP_NODELAY: now enabled by default
Daniel Stenberg
2016-05-31
curl: fix -q [regression]
Daniel Stenberg
2016-05-01
tool_cb_hdr: Fix --remote-header-name with schemeless URL
Jay Satiro
2016-04-29
curl -J: make it work even without http:// scheme on URL
Jay Satiro
2016-04-29
curl: make --disable work as long form of -q
Daniel Stenberg
2016-04-22
curl: make --ftp-create-dirs retry on failure
Daniel Stenberg
2016-04-19
tool_operate: switch to inline checksrc ignore
Daniel Stenberg
2016-04-18
tool: add --tcp-fastopen option
Alessandro Ghedini
2016-04-17
news: CURLOPT_CONNECT_TO and --connect-to
Michael Kaufmann
2016-04-09
CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME
Steve Holme
2016-04-03
code: style updates
Daniel Stenberg
2016-03-28
tool_operate: remove mixed declaration
Jay Satiro
2016-03-28
curl: warn for --capath use if not supported by libcurl
Daniel Stenberg
2016-02-23
TFTP: add option to suppress TFTP option requests (Part 2)
Jay Satiro
[next]