Age | Commit message (Expand) | Author |
2014-02-11 | curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPN | Daniel Stenberg |
2014-02-10 | tool_cfgable: Moved easy handle cleanup to fix pingpong logout issues | Steve Holme |
2014-02-10 | secureserver: Only set stunnel FIPS option when available | Dan Fandrich |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-02-10 | nss: use correct preprocessor macro | Fabian Frank |
2014-02-09 | tests: Added test for IMAP LSUB command | Steve Holme |
2014-02-09 | tests: Removed test 807 as it has been superseded by tests 815 and 816 | Steve Holme |
2014-02-09 | tests: Updated the titles of tests 815 and 816 | Steve Holme |
2014-02-09 | tool_metalink: fix compiler warning when built without metalink | Daniel Stenberg |
2014-02-09 | tool_operate: Move the trace and error file closure to tool_cfgable | Steve Holme |
2014-02-09 | TODO: Removed url-specific options | Steve Holme |
2014-02-09 | tests: Re-enabled IMAP tests that require URL specific option support | Steve Holme |
2014-02-09 | RELEASE-NOTES: Synced with 8e62f7a6503a | Steve Holme |
2014-02-09 | secureserver: FIPS option is only supported since stunnel 5.00 | Marc Hoersken |
2014-02-09 | tool_operate: Added support for performing URL specific operations | Steve Holme |
2014-02-09 | tool_operate: Let curl handle cleanup take place in config_free() | Steve Holme |
2014-02-09 | formdata: Must use Curl_safefree instead of free | Dan Fandrich |
2014-02-08 | test96: updated according to recent changes | Daniel Stenberg |
2014-02-08 | runtests: allow <strippart> to remove lines | Daniel Stenberg |
2014-02-08 | tool_getparam: Added support for parsing of specific URL options | Steve Holme |
2014-02-08 | secureserver: Disable FIPS mode for stunnel | Dan Fandrich |
2014-02-08 | formdata: Fixed memory leak on OOM condition | Dan Fandrich |
2014-02-07 | runtests: Disable valgrind when debugging | Dan Fandrich |
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-07 | --help: add missing --tlsv1.x options | Daniel Stenberg |
2014-02-07 | lib1515.c: Fixed various compilation warnings | Steve Holme |
2014-02-07 | http2: updated README after NSS addition | Daniel Stenberg |
2014-02-07 | nss: support pre-ALPN versions | Daniel Stenberg |
2014-02-07 | nss: ALPN and NPN support | Fabian Frank |
2014-02-07 | formpost: use semicolon in multipart/mixed | Daniel Stenberg |
2014-02-06 | tests: Document use of the MEMDEBUG_LOG_SYNC macro | Dan Fandrich |
2014-02-06 | ssh: Fixed a NULL pointer dereference on OOM condition | Dan Fandrich |
2014-02-06 | nss: Updated copyright year for recent edits | Steve Holme |
2014-02-06 | 100-continue: fix timeout condition | Remi Gacogne |
2014-02-06 | nss: prefer highest available TLS version | Fabian Frank |
2014-02-06 | tests: add test for bug #1327 (dns cache timeout) | Romulo A. Ceccon |
2014-02-06 | tests: add test for bug #1303 (dns cache timeout) | Romulo A. Ceccon |
2014-02-06 | http2: spell fixed README and added version requirement | Daniel Stenberg |
2014-02-06 | tool_operate: Removed unused argument parameters from operate_do() | Steve Holme |
2014-02-06 | tool_operate: Moved list SSL engines code into operate() | Steve Holme |
2014-02-06 | tool_operate: Moved argument parsing into operate() | Steve Holme |
2014-02-05 | runtests: add suppression generator help | Daniel Stenberg |
2014-02-05 | valgrind: updated suppressions file | Daniel Stenberg |
2014-02-05 | runtests: detect 'ares' better | Daniel Stenberg |
2014-02-05 | tool_operate: Moved .curlrc parsing code into operate() | Steve Holme |
2014-02-05 | tool_operate: Moved locale setup code into operate_init() | Steve Holme |
2014-02-05 | http2: minor update of the README | Daniel Stenberg |
2014-02-05 | http2: rely on content-encoding header | Fabian Frank |
2014-02-04 | tool_operate: shortened too-long source line | Dan Fandrich |