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_setopt.c
Age
Commit message (
Expand
)
Author
2019-09-09
tool_setopt: handle a libcurl build without netrc support
Daniel Stenberg
2019-08-20
curl: make --libcurl use CURL_HTTP_VERSION_3
Daniel Stenberg
2019-06-18
curl: improved skip-setopt-options when built with disabled features
Daniel Stenberg
2019-05-23
tool_setopt: for builds with disabled-proxy, skip all proxy setopts()
Daniel Stenberg
2019-02-19
cli tool: fix mime post with --disable-libcurl-option configure option
Patrick Monnerat
2019-02-12
curl: "Function call argument is an uninitialized value"
Daniel Stenberg
2019-02-11
cli tool: do not use mime.h private structures.
Patrick Monnerat
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2017-09-22
form/mime: field names are not allowed to contain zero-valued bytes.
Patrick Monnerat
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-06
mime: drop internal FILE * support.
Patrick Monnerat
2017-09-05
mime: implement encoders.
Patrick Monnerat
2017-09-03
mime: fix signed/unsigned conversions.
Patrick Monnerat
2017-09-03
mime: use size_t instead of ssize_t in public API interface.
Patrick Monnerat
2017-09-03
mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().
Patrick Monnerat
2017-09-03
mime: fix some implicit curl_off_t --> size_t conversion warnings.
Patrick Monnerat
2017-09-02
mime: use in curl cli tool instead of form API.
Patrick Monnerat
2017-06-28
curl --socks5-{basic,gssapi}: control socks5 auth
Kamil Dudka
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-07
curl: introduce the --tlsv1.3 option to force TLS 1.3
Kamil Dudka
2016-08-05
CURLOPT_TCP_NODELAY: now enabled by default
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-12-13
curl: use 2TLS by default
Daniel Stenberg
2015-10-31
curl.h: s/HTTPPOST_/CURL_HTTPOST_
Daniel Stenberg
2015-10-02
tool_setopt: fix c_escape truncated octal
Maksim Stsepanenka
2015-07-17
SSL: Add an option to disable certificate revocation checks
Jay Satiro
2014-11-30
curl tool: Enable support for the SMB protocol
Bill Nagel
2014-03-01
tool: Moved --libcurl to the global config
Steve Holme
2014-02-23
tool_cfgable: Renamed Configurable structure to OperationConfig
Steve Holme
2014-02-10
NPN/ALPN: allow disabling via command line
Fabian Frank
2013-10-15
SSL: protocol version can be specified more precisely
Gergely Nagy
2013-07-22
curl: fix symbolic names for CURL_NETRC_* enum in --libcurl output
Yang Tse
2013-07-22
curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output
Yang Tse
2013-03-07
checksrc: ban unsafe functions
Daniel Stenberg
2013-01-16
--libcurl: fix for non-zero default options
Yves Arrouye
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-04-19
Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-up
Yang Tse
2012-04-08
curl tool: make curl.h first header included in tool_setup.h
Yang Tse
2012-04-06
curl tool: use configuration files from lib directory
Yang Tse
2012-03-17
tool_setopt.c: more OOM handling fixes
Yang Tse
2012-03-16
tool_setopt.c: fix OOM handling
Yang Tse
2012-03-16
fix some compiler warnings
Yang Tse
2012-02-23
Generate lists and use symbols in --libcurl code output.
Colin Hogben
2012-02-13
configure: add option disable --libcurl output
Colin Hogben
2011-09-21
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse