summaryrefslogtreecommitdiff
path: root/src/tool_setopt.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-261-1/+1
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-0/+1
* tool_setopt: provide helper output in debug buildsDaniel Stenberg2020-12-181-1/+6
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+5
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-021-2/+2
* tool_setopt: escape binary data to hex, not octalDaniel Stenberg2020-10-021-1/+1
* curl: make --libcurl show binary posts correctlyDaniel Stenberg2020-10-021-18/+32
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-1/+15
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-22/+22
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-0/+1
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-1/+2
* tool_setopt: correct the copyright year rangeDaniel Stenberg2020-03-181-1/+1
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+1
* lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAINJay Satiro2019-12-051-0/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-3/+3
* tool_setopt: handle a libcurl build without netrc supportDaniel Stenberg2019-09-091-0/+10
* curl: make --libcurl use CURL_HTTP_VERSION_3Daniel Stenberg2019-08-201-0/+1
* curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg2019-06-181-5/+68
* tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg2019-05-231-0/+52
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-191-112/+58
* curl: "Function call argument is an uninitialized value"Daniel Stenberg2019-02-121-5/+5
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-111-143/+209
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-11/+11
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-12/+2
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-10/+10
* mime: drop internal FILE * support.Patrick Monnerat2017-09-061-3/+4
* mime: implement encoders.Patrick Monnerat2017-09-051-0/+8
* mime: fix signed/unsigned conversions.Patrick Monnerat2017-09-031-5/+14
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-031-8/+10
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-031-3/+5
* mime: fix some implicit curl_off_t --> size_t conversion warnings.Patrick Monnerat2017-09-031-4/+8
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-84/+183
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-281-0/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+11
* curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka2016-11-071-0/+1
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-051-1/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl: use 2TLS by defaultDaniel Stenberg2015-12-131-0/+2
* curl.h: s/HTTPPOST_/CURL_HTTPOST_Daniel Stenberg2015-10-311-3/+3
* tool_setopt: fix c_escape truncated octalMaksim Stsepanenka2015-10-021-1/+1
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+6
* curl tool: Enable support for the SMB protocolBill Nagel2014-11-301-0/+2
* tool: Moved --libcurl to the global configSteve Holme2014-03-011-6/+6
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-7/+7
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-101-0/+2
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-151-0/+3
* curl: fix symbolic names for CURL_NETRC_* enum in --libcurl outputYang Tse2013-07-221-0/+7
* curl: fix symbolic names for CURLUSESSL_* enum in --libcurl outputYang Tse2013-07-221-0/+8
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-071-4/+4