Age | Commit message (Expand) | Author |
2015-07-21 | http2: satisfy external references even if http2 is not compiled in. | Patrick Monnerat |
2015-07-20 | http2: add stream != NULL checks for reliability | Daniel Stenberg |
2015-07-18 | symbols-in-versions: Add new CURLSSLOPT_NO_REVOKE symbol | Jay Satiro |
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro |
2015-07-16 | runtests: Allow for spaces in curl custom path | Jay Satiro |
2015-07-16 | ntlm_wb: Fix theoretical memory leak | David Woodhouse |
2015-07-15 | strerror: Add CRYPT_E_REVOKED to SSPI error strings | Jay Satiro |
2015-07-14 | libtest: call PR_Cleanup() on exit if NSPR is used | Kamil Dudka |
2015-07-14 | openssl: VMS support for SHA256 | John Malmberg |
2015-07-11 | examples: Fix typo in multi-single.c | Jay Satiro |
2015-07-07 | http2: Fix memory leak in push header array | Tatsuhiro Tsujikawa |
2015-07-02 | test2041: fixed line endings in protocol part | Dan Fandrich |
2015-07-02 | cyassl: fixed mismatched sha256sum function prototype | Dan Fandrich |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg |
2015-07-01 | OpenVMS: VMS Software, Inc now the supplier. | John Malmberg |
2015-06-30 | multi: Move http2 push function declarations to header end | Jay Satiro |
2015-06-30 | symbols-in-versions: Add new http2 push symbols | Jay Satiro |
2015-06-30 | RELEASE-NOTES: synced with e6749055d653 | Daniel Stenberg |
2015-06-29 | configure: disable libidn by default | Daniel Stenberg |
2015-06-29 | SSL-PROBLEMS: mention WinSSL problems in WinXP | Daniel Stenberg |
2015-06-29 | CODE_OF_CONDUCT.md: added | Daniel Stenberg |
2015-06-25 | tool_header_cb: fflush the header stream | Daniel Stenberg |
2015-06-25 | tests: Distribute CMakeLists.txt files in subdirectories | Roger Leigh |
2015-06-24 | CURLOPT_FAILONERROR.3: mention that it closes the connection | Daniel Stenberg |
2015-06-24 | curl_multi_setopt.3: alpha sort the options | Daniel Stenberg |
2015-06-24 | curl_multi_setopt.3: add the new push options | Daniel Stenberg |
2015-06-24 | http2: Use nghttp2 library error code for error return value | Tatsuhiro Tsujikawa |
2015-06-24 | http2: Harden header validation for curl_pushheader_byname | Tatsuhiro Tsujikawa |
2015-06-24 | CURLMOPT_PUSHFUNCTION.3: Remove unused variable | Tatsuhiro Tsujikawa |
2015-06-24 | CURLMOPT_PUSHFUNCTION.3: added example | Daniel Stenberg |
2015-06-24 | http2: curl_pushheader_byname now takes a const char * | Daniel Stenberg |
2015-06-24 | http2-serverpush.c: example code | Daniel Stenberg |
2015-06-24 | http2: free all header memory after the push callback | Daniel Stenberg |
2015-06-24 | http2: init the pushed transfer properly | Daniel Stenberg |
2015-06-24 | http2: fixed the header accessor functions for the push callback | Daniel Stenberg |
2015-06-24 | http2: setup the new pushed stream properly | Daniel Stenberg |
2015-06-24 | http2: initial implementation of the push callback | Daniel Stenberg |
2015-06-24 | http2: initial HTTP/2 server push types/docs | Daniel Stenberg |
2015-06-23 | test1531: verify POSTFIELDSIZE set after add_handle | Daniel Stenberg |
2015-06-23 | pretransfer: init state.infilesize here, not in add_handle | Daniel Stenberg |
2015-06-21 | tool_help: fix --tlsv1 help text to use >= for TLSv1 | Lior Kaplan |
2015-06-20 | INSTALL: Advise use of non-native SSL for Windows <= XP | Jay Satiro |
2015-06-19 | curl_easy_setopt.3: restore contents removed by mistake | Kamil Dudka |
2015-06-19 | curl_easy_setopt.3: mention CURLOPT_PIPEWAIT | Daniel Stenberg |
2015-06-18 | cookie: Fix bug in export if any-domain cookie is present | Jay Satiro |
2015-06-18 | FTP: fixed compiling with --disable-proxy, broken in b88f980a | Dan Fandrich |
2015-06-18 | tool: always provide negotiate/kerberos options | Daniel Stenberg |
2015-06-18 | TODO: Support IDNA2008 | Daniel Stenberg |
2015-06-18 | Makefile.m32: add support for CURL_LDFLAG_EXTRAS | Viktor Szakats |