summaryrefslogtreecommitdiff
path: root/src/tool_setopt.h
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-10-02curl: make --libcurl show binary posts correctlyDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-10-02curl: create easy handles on-demand and not ahead of timeDaniel Stenberg
2019-06-18curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg
2019-05-23tool_setopt: for builds with disabled-proxy, skip all proxy setopts()Daniel Stenberg
2019-02-19cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat
2019-02-11cli tool: do not use mime.h private structures.Patrick Monnerat
2017-09-02mime: use in curl cli tool instead of form API.Patrick Monnerat
2017-06-28curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka
2017-02-01OS400: Fix symbolsJay Satiro
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2014-12-16tool_operate: we prefer 'CURLcode result'Daniel Stenberg
2014-03-01tool: Moved --libcurl to the global configSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2013-07-22curl: fix symbolic names for CURL_NETRC_* enum in --libcurl outputYang Tse
2013-07-22curl: fix symbolic names for CURLUSESSL_* enum in --libcurl outputYang Tse
2012-04-19Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2012-02-23Generate lists and use symbols in --libcurl code output.Colin Hogben
2012-02-13configure: add option disable --libcurl outputColin Hogben
2011-09-22curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-21curl tool: make my_setopt ignore curl_easy_setopt result again.Yang Tse
2011-09-21curl tool: reviewed code moved to tool_*.[ch] filesYang Tse