Age | Commit message (Expand) | Author |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-12-16 | curl: normal socks proxies still use CURLOPT_PROXY | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-14 | curl: add --fail-early | Daniel Stenberg |
2016-11-11 | curl: Add --retry-connrefused | Daniel Hwang |
2016-04-18 | tool: add --tcp-fastopen option | Alessandro Ghedini |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-09 | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme |
2016-04-09 | url: Corrected comments following 9d89a0387 | Steve Holme |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-15 | curl --expect100-timeout: added | Daniel Stenberg |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-11-09 | oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments | Steve Holme |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot |
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro |
2015-04-28 | Negotiate: custom service names for SPNEGO. | Linus Nielsen |
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg |
2015-03-20 | curl: add --false-start option | Alessandro Ghedini |
2015-01-16 | curl: add --cert-status option | Alessandro Ghedini |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-04 | tool: add --unix-socket option | Peter Wu |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-04-04 | curl: add --proxy-header | Maciej Puzio |
2014-03-01 | tool: Moved internal variable isatty to the global config | 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_cfgable: Code policing of structure pointers | 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-25 | tool: Moved --showerror to the global config | Steve Holme |
2014-02-24 | tool_cfgable: Added support for knowing the current operation | Steve Holme |
2014-02-23 | tool_cfgable: Added global config structure | Steve Holme |
2014-02-23 | tool_cfgable: Renamed Configurable structure to OperationConfig | Steve Holme |
2014-02-22 | tool_cfgable: Removed list_engine flag from config structure | 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-07 | tool_cfgable: For consistency renamed init_config() to config_init() | Steve Holme |
2014-02-07 | tool_cfgable: Introduced config_free() function | Steve Holme |
2014-02-01 | tool_main: Moved config struct initialisation into a separate function | Steve Holme |
2013-12-14 | login options: remove the ;[options] support from CURLOPT_USERPWD | 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-08-26 | curl: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-20 | curl_easy_perform_ev: debug/test function | Daniel Stenberg |
2013-07-14 | src/tool: allow timeouts to accept decimal values | Dave Reisner |
2013-04-27 | sasl-ir: Added --sasl-ir option to curl command line tool | Steve Holme |