summaryrefslogtreecommitdiff
path: root/src/tool_getparam.c
AgeCommit message (Expand)Author
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
2014-02-26tool_getparam: Added initial support for --next/-:Steve Holme
2014-02-25parse_args: fix a too long source code lineDaniel Stenberg
2014-02-25tool: Moved --showerror to the global configSteve Holme
2014-02-25tool_getparam: Added global config to getparameter()Steve Holme
2014-02-24tool_main: Moved easy handle into global config structureSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-23tool_getparam: Moved tool_help() call into operate()Steve Holme
2014-02-23tool_getparam: Moved hugehelp() call into operate()Steve Holme
2014-02-23tool_getparam: Moved tool_version_info() call into operate()Steve Holme
2014-02-22tool_cfgable: Removed list_engine flag from config structureSteve Holme
2014-02-22tool_getparam: Moved version information into separate function in tool_helpSteve Holme
2014-02-10NPN/ALPN: allow disabling via command lineFabian Frank
2014-02-08tool_getparam: Added support for parsing of specific URL optionsSteve Holme
2014-02-03tool_operate: Moved command line argument parsing into separate functionSteve Holme
2014-01-30http2: call it "HTTP 2" and not 2.0Daniel Stenberg
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-12curl: rename --bearer to --oauth2-bearerDaniel Stenberg
2013-09-13curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme
2013-09-12curl: Add support for various DNS binding options.Ben Greear