summaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
Commit message (Expand)AuthorAgeFilesLines
* curl: add --proxy-pinnedpubkeybagder/proxy-pinnedpubkeyDaniel Stenberg2018-01-301-1/+2
* curl: speed up handling of many URLsDaniel Stenberg2017-11-041-0/+1
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-2/+2
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+1
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-281-0/+1
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-1/+1
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+1
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-0/+9
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-061-2/+1
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+2
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+1
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-0/+1
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-3/+1
* curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg2016-12-161-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+18
* curl: add --fail-earlyDaniel Stenberg2016-11-141-1/+1
* curl: Add --retry-connrefusedDaniel Hwang2016-11-111-0/+1
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-181-0/+1
* 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-6/+4
* url: Corrected comments following 9d89a0387Steve Holme2016-04-091-3/+3
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-0/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl --expect100-timeout: addedDaniel Stenberg2015-12-151-0/+1
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-1/+1
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-091-1/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+1
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+1
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+4
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-3/+2
* curl: add --false-start optionAlessandro Ghedini2015-03-201-0/+2
* curl: add --cert-status optionAlessandro Ghedini2015-01-161-0/+1
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-5/+5
* tool: add --unix-socket optionPeter Wu2014-12-041-0/+1
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+1
* curl: add --proxy-headerMaciej Puzio2014-04-041-0/+1
* tool: Moved internal variable isatty to the global configSteve Holme2014-03-011-1/+1
* tool: Moved --libcurl to the global configSteve Holme2014-03-011-1/+1
* tool: Moved --progress-bar to the global configSteve Holme2014-03-011-2/+2
* tool: Moved --stderr to the global configSteve Holme2014-03-011-2/+2
* tool_cfgable: Code policing of structure pointersSteve Holme2014-02-271-4/+4
* tool: Moved --trace and --verbose to the global configSteve Holme2014-02-271-5/+5
* tool: Moved --silient to the global configSteve Holme2014-02-271-1/+1
* tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme2014-02-271-0/+3
* tool: Moved --showerror to the global configSteve Holme2014-02-251-3/+3
* tool_cfgable: Added support for knowing the current operationSteve Holme2014-02-241-0/+1
* tool_cfgable: Added global config structureSteve Holme2014-02-231-1/+8
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-5/+5
* tool_cfgable: Removed list_engine flag from config structureSteve Holme2014-02-221-1/+0
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-101-0/+2