Age | Commit message (Expand) | Author |
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 |
2012-06-21 | curl: Made --metalink option toggle Metalink functionality | Tatsuhiro Tsujikawa |
2012-05-26 | Reduced #ifdef HAVE_METALINK | Tatsuhiro Tsujikawa |
2012-05-26 | Minimize usage of structs from libmetalink | Tatsuhiro Tsujikawa |
2012-05-26 | Support Metalink. | Tatsuhiro Tsujikawa |
2012-04-18 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' | Yang Tse |
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse |
2012-04-05 | curl: add --post303 to set the CURL_REDIR_POST_303 option | Daniel Stenberg |
2012-02-16 | curl: Added support for --mail-auth | Steve Holme |
2012-02-09 | --ssl-allow-beast added | Daniel Stenberg |
2011-10-16 | --show-error: position indepdenent | Daniel Stenberg |
2011-09-30 | curl tool: fix some more OOM handling | Yang Tse |
2011-09-21 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-20 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-19 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-16 | curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch] | Yang Tse |