Age | Commit message (Expand) | Author |
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 |
2014-02-04 | tool_operate: Introduced operate_free() function | Steve Holme |
2014-02-04 | tool_operate: Introduced operate_init() function | Steve Holme |
2014-02-04 | tool_operate: Introduced new operate() function | Steve Holme |
2014-02-04 | http2: enforce gzip auto-decompress | Daniel Stenberg |
2014-02-04 | http2: handle incoming data larger than remaining buffer | Tatsuhiro Tsujikawa |
2014-02-04 | http2: Check stream ID we are interested in | Tatsuhiro Tsujikawa |
2014-02-04 | http2: store response header in temporary buffer | Tatsuhiro Tsujikawa |
2014-02-04 | HTTP2: add layer between existing http and socket(TLS) layer | Tatsuhiro Tsujikawa |
2014-02-04 | gtls: add ALPN support | Fabian Frank |
2014-02-03 | tool_operate: Moved libcurl information gathering to tool_main | Steve Holme |
2014-02-03 | openssl: add ALPN support | Fabian Frank |
2014-02-03 | tool_operate: Moved command line argument parsing into separate function | Steve Holme |
2014-02-03 | tool_operate: Simplified parse .curlrc decision logic | Steve Holme |
2014-02-03 | tool_operate: Moved main initialisation and cleanup code into tool_main | Steve Holme |