summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
AgeCommit message (Expand)Author
2016-10-31strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-08-17curl: allow "pkcs11:" prefix for client certificatesDavid Woodhouse
2016-04-29curl: remove "--socks" as "--socks5" turned 8Daniel Stenberg
2016-04-29curl: remove --http-requestDaniel Stenberg
2016-04-29curl: use --telnet-option as documentedDaniel Stenberg
2016-04-29getparam: remove support for --ftpportDaniel Stenberg
2016-04-29aliases: remove trailing space from capath stringDaniel Stenberg
2016-04-29cmdline parse: only single letter options have single-letter stringsDaniel Stenberg
2016-04-18tool: add --tcp-fastopen optionAlessandro Ghedini
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-09CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme
2016-04-03code: style updatesDaniel Stenberg
2016-03-31http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes
2016-02-23TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-15curl --expect100-timeout: addedDaniel Stenberg
2015-11-09oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme
2015-11-09oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme
2015-08-25curl: point out the conflicting HTTP methods if usedDaniel Stenberg
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-06-18tool: always provide negotiate/kerberos optionsDaniel Stenberg
2015-06-01curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-04-25tool: New option --data-raw to HTTP POST data, '@' allowed.Anthony Avina
2015-04-23tool: fixed a comment typoDan Fandrich
2015-03-24CURLOPT_PATH_AS_IS: addedDaniel Stenberg
2015-03-20curl: add --false-start optionAlessandro Ghedini
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-02-27tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme
2015-01-16copyright years: after OCSP stapling changesDaniel Stenberg
2015-01-16curl: add --cert-status optionAlessandro Ghedini
2014-12-04tool: add --unix-socket optionPeter Wu
2014-10-07SSL: implement public key pinningmoparisthebest
2014-10-04getparameter: remove dead codeDaniel Stenberg
2014-10-04getparameter: comment a switch FALLTHROUGHDaniel Stenberg
2014-08-08tool_getparam.c: Fixed compilation warningSteve Holme
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-05-22tool_getparam.c: Fixed compilation warningsSteve Holme
2014-04-04curl: add --proxy-headerMaciej Puzio
2014-03-22tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fcSteve Holme
2014-03-01tool: Moved --libcurl to the global configSteve Holme
2014-03-01tool: Moved --progress-bar 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-27tool: Moved --silient to the global configSteve Holme
2014-02-27tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme
2014-02-26tool: Reworked argument parsing to use --next/-:Steve Holme