Age | Commit message (Expand) | Author |
2014-12-04 | tool: add --unix-socket option | Peter Wu |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-10-04 | getparameter: remove dead code | Daniel Stenberg |
2014-10-04 | getparameter: comment a switch FALLTHROUGH | Daniel Stenberg |
2014-08-08 | tool_getparam.c: Fixed compilation warning | Steve Holme |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-05-22 | tool_getparam.c: Fixed compilation warnings | Steve Holme |
2014-04-04 | curl: add --proxy-header | Maciej Puzio |
2014-03-22 | tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fc | Steve Holme |
2014-03-01 | tool: Moved --libcurl to the global config | Steve Holme |
2014-03-01 | tool: Moved --progress-bar to the global config | Steve Holme |
2014-03-01 | tool: Moved --stderr to the global config | Steve Holme |
2014-02-27 | tool: Moved --trace and --verbose to the global config | Steve Holme |
2014-02-27 | tool: Moved --silient to the global config | Steve Holme |
2014-02-27 | tool_cfgable: Added GlobalConfig pointer to OperationConfig | Steve Holme |
2014-02-26 | tool: Reworked argument parsing to use --next/-: | Steve Holme |
2014-02-26 | tool_getparam: Added initial support for --next/-: | Steve Holme |
2014-02-25 | parse_args: fix a too long source code line | Daniel Stenberg |
2014-02-25 | tool: Moved --showerror to the global config | Steve Holme |
2014-02-25 | tool_getparam: Added global config to getparameter() | Steve Holme |
2014-02-24 | tool_main: Moved easy handle into global config structure | Steve Holme |
2014-02-23 | tool_cfgable: Renamed Configurable structure to OperationConfig | Steve Holme |
2014-02-23 | tool_getparam: Moved tool_help() call into operate() | Steve Holme |
2014-02-23 | tool_getparam: Moved hugehelp() call into operate() | Steve Holme |
2014-02-23 | tool_getparam: Moved tool_version_info() call into operate() | Steve Holme |
2014-02-22 | tool_cfgable: Removed list_engine flag from config structure | Steve Holme |
2014-02-22 | tool_getparam: Moved version information into separate function in tool_help | Steve Holme |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-02-08 | tool_getparam: Added support for parsing of specific URL options | Steve Holme |
2014-02-03 | tool_operate: Moved command line argument parsing into separate function | Steve Holme |
2014-01-30 | http2: call it "HTTP 2" and not 2.0 | Daniel Stenberg |
2013-12-14 | login options: remove the ;[options] support from CURLOPT_USERPWD | Daniel Stenberg |
2013-10-15 | SSL: protocol version can be specified more precisely | Gergely Nagy |
2013-10-12 | curl: rename --bearer to --oauth2-bearer | Daniel Stenberg |
2013-09-13 | curl: Fixed usage of DNS options when not using c-ares resolver | Steve Holme |
2013-09-12 | curl: Add support for various DNS binding options. | Ben Greear |
2013-09-05 | curl: unbreak --http1.0 again | Daniel Stenberg |
2013-09-04 | curl: add --http1.1 and --http2.0 options | Daniel Stenberg |
2013-09-04 | curl -V: output HTTP2 as a feature if present | Daniel Stenberg |
2013-08-27 | curl: Moved check for password out of get parameter loop | Steve Holme |
2013-08-26 | curl: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-20 | curl_easy_perform_ev: debug/test function | Daniel Stenberg |
2013-08-14 | curl: make --no-[option] work properly for several options | Daniel Stenberg |
2013-07-14 | src/tool: allow timeouts to accept decimal values | Dave Reisner |
2013-05-06 | unit1394.c: plug the curl tool unit test in | Kamil Dudka |
2013-05-06 | tool_getparam: ensure string termination in parse_cert_parameter() | Kamil Dudka |
2013-05-06 | tool_getparam: fix memleak in handling the -E option | Kamil Dudka |
2013-05-06 | tool_getparam: describe what parse_cert_parameter() does | Kamil Dudka |
2013-05-06 | curl -E: allow to escape ':' in cert nickname | Jared Jennings |
2013-04-27 | sasl-ir: Added --sasl-ir option to curl command line tool | Steve Holme |