aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.c
AgeCommit message (Expand)Author
2020-06-08tool_cfgable: free login_options at exitDaniel Stenberg
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2019-11-28curl: two new command line options for etagsMaros Priputen
2019-08-06curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-08-06http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-03-03alt-svc: the curl command line bitsDaniel 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
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
2018-09-06curl: --doh-url addedDaniel Stenberg
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-01-30curl: add --proxy-pinnedpubkeyDaniel Stenberg
2017-09-02mime: use in curl cli tool instead of form API.Patrick Monnerat
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-08-05CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-09CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-09oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme
2015-08-23tool: fix memory leak with --proto-default optionDan Fandrich
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-01-16copyright years: after OCSP stapling changesDaniel Stenberg
2014-12-04tool: add --unix-socket optionPeter Wu
2014-11-30curl tool: Exclude SMB from the protocol redirectSteve Holme
2014-10-07SSL: implement public key pinningmoparisthebest
2014-04-04curl: add --proxy-headerMaciej Puzio
2014-03-01tool: Moved --libcurl to the global configSteve Holme
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-27tool: Moved --trace and --verbose to the global configSteve Holme
2014-02-25tool: Moved --showerror to the global configSteve Holme
2014-02-24tool_operate: Moved easy handle cleanup into tool_mainSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-10tool_cfgable: Moved easy handle cleanup to fix pingpong logout issuesSteve Holme
2014-02-09tool_operate: Move the trace and error file closure to tool_cfgableSteve Holme
2014-02-08tool_getparam: Added support for parsing of specific URL optionsSteve Holme
2014-02-07tool_cfgable: For consistency renamed init_config() to config_init()Steve Holme
2014-02-07tool_cfgable: Introduced config_free() functionSteve Holme
2014-02-02tool_operate: Moved initial config setup into new init_config() functionSteve Holme
2014-02-01tool_main: Moved config struct initialisation into a separate functionSteve Holme
2013-09-12curl: Add support for various DNS binding options.Ben Greear
2013-08-26curl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-04-08curl tool: make curl.h first header included in tool_setup.hYang Tse