summaryrefslogtreecommitdiff
path: root/src/tool_setopt.c
Commit message (Expand)AuthorAgeFilesLines
* src: add --http3-onlyDaniel Stenberg2023-01-121-0/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-3/+0
* tool: reorganize function c_escape around a dynbufPatrick Monnerat2022-10-061-50/+41
* tool: avoid generating ambiguous escaped characters in --libcurlPatrick Monnerat2022-10-051-3/+8
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-161-29/+0
* tool_setopt: use better English in --libcurl source commentsDaniel Stenberg2022-09-121-5/+5
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* c_escape: escape '?' in generated --libcurl codeDaniel Stenberg2022-04-251-0/+6
* curl: error out when options need features not present in libcurlDaniel Stenberg2022-03-101-120/+0
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-25/+1
* 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