summaryrefslogtreecommitdiff
path: root/src/tool_setopt.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-161-3/+0
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* curl: error out when options need features not present in libcurlDaniel Stenberg2022-03-101-10/+3
* 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
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+2
* curl: make --libcurl show binary posts correctlyDaniel Stenberg2020-10-021-5/+6
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-20/+20
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-021-1/+1
* curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg2019-06-181-4/+6
* tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg2019-05-231-19/+22
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-191-1/+1
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-111-2/+4
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-6/+6
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-281-0/+1
* OS400: Fix symbolsJay Satiro2017-02-011-1/+0
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+2
* tool_operate: we prefer 'CURLcode result'Daniel Stenberg2014-12-161-2/+2
* tool: Moved --libcurl to the global configSteve Holme2014-03-011-15/+15
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-7/+7
* curl: fix symbolic names for CURL_NETRC_* enum in --libcurl outputYang Tse2013-07-221-0/+2
* curl: fix symbolic names for CURLUSESSL_* enum in --libcurl outputYang Tse2013-07-221-1/+3
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse2012-04-191-1/+15
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-1/+1
* Generate lists and use symbols in --libcurl code output.Colin Hogben2012-02-231-1/+62
* configure: add option disable --libcurl outputColin Hogben2012-02-131-12/+31
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-221-7/+3
* curl tool: make my_setopt ignore curl_easy_setopt result again.Yang Tse2011-09-211-1/+5
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-211-0/+50