summaryrefslogtreecommitdiff
path: root/src/tool_cfgable.c
Commit message (Expand)AuthorAgeFilesLines
* curl: two new command line options for etagsMaros Priputen2019-11-281-0/+2
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-061-0/+1
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-1/+1
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-1/+0
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-05-221-0/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-3/+3
* alt-svc: the curl command line bitsDaniel Stenberg2019-03-031-0/+1
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-191-4/+4
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-111-2/+2
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-211-0/+1
* curl: --doh-url addedDaniel Stenberg2018-09-061-0/+1
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+1
* curl: add --proxy-pinnedpubkeyDaniel Stenberg2018-01-301-1/+2
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-4/+4
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-2/+2
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+12
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-051-1/+2
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+1
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-1/+0
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-1/+1
* tool: fix memory leak with --proto-default optionDan Fandrich2015-08-231-0/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+1
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+2
* copyright years: after OCSP stapling changesDaniel Stenberg2015-01-161-1/+1
* tool: add --unix-socket optionPeter Wu2014-12-041-0/+1
* curl tool: Exclude SMB from the protocol redirectSteve Holme2014-11-301-2/+3
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+1
* curl: add --proxy-headerMaciej Puzio2014-04-041-0/+1
* tool: Moved --libcurl to the global configSteve Holme2014-03-011-2/+0
* tool: Moved --stderr to the global configSteve Holme2014-03-011-5/+0
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-271-5/+0
* tool: Moved --showerror to the global configSteve Holme2014-02-251-1/+0
* tool_operate: Moved easy handle cleanup into tool_mainSteve Holme2014-02-241-8/+2
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-6/+6
* tool_cfgable: Moved easy handle cleanup to fix pingpong logout issuesSteve Holme2014-02-101-5/+0
* tool_operate: Move the trace and error file closure to tool_cfgableSteve Holme2014-02-091-2/+6
* tool_getparam: Added support for parsing of specific URL optionsSteve Holme2014-02-081-2/+17
* tool_cfgable: For consistency renamed init_config() to config_init()Steve Holme2014-02-071-1/+1
* tool_cfgable: Introduced config_free() functionSteve Holme2014-02-071-1/+7
* tool_operate: Moved initial config setup into new init_config() functionSteve Holme2014-02-021-0/+11
* tool_main: Moved config struct initialisation into a separate functionSteve Holme2014-02-011-1/+8
* curl: Add support for various DNS binding options.Ben Greear2013-09-121-1/+5
* curl: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-261-0/+2
* 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
* 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-2/+2
* curl: Added support for --mail-authSteve Holme2012-02-161-0/+2