Age | Commit message (Expand) | Author |
2015-08-10 | SFTP: fix range request off-by-one in size check | Daniel Stenberg |
2015-08-06 | NTLM: handle auth for only a single request | Isaac Boukris |
2015-08-02 | SSH: three state machine fixups | Daniel Stenberg |
2015-08-02 | curl_gssapi: remove 'const' to fix compiler warnings | Daniel Stenberg |
2015-08-01 | sspi: Fix typo from left over from old code which referenced NTLM | Steve Holme |
2015-08-01 | win32: Fix compilation warnings from commit 40c921f8b8 | Steve Holme |
2015-08-01 | schannel: Fix compilation warning from commit 7a8e861a56 | Steve Holme |
2015-07-30 | http: move HTTP/2 cleanup code off http_disconnect() | Kamil Dudka |
2015-07-25 | HTTP: ignore "Content-Encoding: compress" | Michael Kaufmann |
2015-07-24 | openssl: work around MSVC warning | Marcel Raad |
2015-07-23 | http2: verify success of strchr() in http2_send() | Kamil Dudka |
2015-07-22 | Windows: Fix VerifyVersionInfo calls | Jay Satiro |
2015-07-22 | schannel: Replace deprecated GetVersion with VerifyVersionInfo | Marcel Raad |
2015-07-21 | libcurl: VERSIONINFO update | Patrick Monnerat |
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-17 | SSL: Add an option to disable certificate revocation checks | 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 | openssl: VMS support for SHA256 | John Malmberg |
2015-07-07 | http2: Fix memory leak in push header array | Tatsuhiro Tsujikawa |
2015-07-02 | cyassl: fixed mismatched sha256sum function prototype | Dan Fandrich |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-07-01 | OpenVMS: VMS Software, Inc now the supplier. | John Malmberg |
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 | http2: curl_pushheader_byname now takes a const char * | 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-23 | pretransfer: init state.infilesize here, not in add_handle | 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 | Makefile.m32: add support for CURL_LDFLAG_EXTRAS | Viktor Szakats |
2015-06-18 | RTSP: removed another piece of dead code | Daniel Stenberg |
2015-06-18 | openssl: fix use of uninitialized buffer | Daniel Stenberg |
2015-06-18 | openssl: fix build with BoringSSL | Daniel Stenberg |
2015-06-17 | openssl: Fix build with openssl < ~ 0.9.8f | Paul Howarth |
2015-06-17 | FTP: do the HTTP CONNECT for data connection blocking | Daniel Stenberg |
2015-06-17 | http: do not leak basic auth credentials on re-used connections | Kamil Dudka |
2015-06-17 | SMB: rangecheck values read off incoming packet | Daniel Stenberg |
2015-06-17 | schannel: schannel_recv overhaul | Jay Satiro |
2015-06-15 | rtsp_do: fix DEAD CODE | Daniel Stenberg |
2015-06-15 | security:choose_mech fix DEAD CODE warning | Daniel Stenberg |
2015-06-14 | urldata: store POST size in state.infilesize too | Daniel Stenberg |
2015-06-11 | schannel: Add support for optional client certificates | Joel Depooter |
2015-06-10 | debug: remove http2 debug leftovers | Daniel Stenberg |
2015-06-09 | INTERNALS: cat lib/README* >> INTERNALS | Daniel Stenberg |