summaryrefslogtreecommitdiff
path: root/src/tool_setopt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* --libcurl: fix for non-zero default optionsYves Arrouye2013-01-161-1/+18
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse2012-04-191-2/+45
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-081-2/+0
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-1/+1
* tool_setopt.c: more OOM handling fixesYang Tse2012-03-171-21/+25
* tool_setopt.c: fix OOM handlingYang Tse2012-03-161-7/+17
* fix some compiler warningsYang Tse2012-03-161-1/+1
* Generate lists and use symbols in --libcurl code output.Colin Hogben2012-02-231-29/+374
* configure: add option disable --libcurl outputColin Hogben2012-02-131-1/+4
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-211-0/+125