aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-08-06NTLM: handle auth for only a single requestIsaac Boukris
2015-08-02SSH: three state machine fixupsDaniel Stenberg
2015-08-02curl_gssapi: remove 'const' to fix compiler warningsDaniel Stenberg
2015-08-01sspi: Fix typo from left over from old code which referenced NTLMSteve Holme
2015-08-01win32: Fix compilation warnings from commit 40c921f8b8Steve Holme
2015-08-01schannel: Fix compilation warning from commit 7a8e861a56Steve Holme
2015-07-30http: move HTTP/2 cleanup code off http_disconnect()Kamil Dudka
2015-07-25HTTP: ignore "Content-Encoding: compress"Michael Kaufmann
2015-07-24openssl: work around MSVC warningMarcel Raad
2015-07-23http2: verify success of strchr() in http2_send()Kamil Dudka
2015-07-22Windows: Fix VerifyVersionInfo callsJay Satiro
2015-07-22schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad
2015-07-21libcurl: VERSIONINFO updatePatrick Monnerat
2015-07-21http2: satisfy external references even if http2 is not compiled in.Patrick Monnerat
2015-07-20http2: add stream != NULL checks for reliabilityDaniel Stenberg
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-07-16ntlm_wb: Fix theoretical memory leakDavid Woodhouse
2015-07-15strerror: Add CRYPT_E_REVOKED to SSPI error stringsJay Satiro
2015-07-14openssl: VMS support for SHA256John Malmberg
2015-07-07http2: Fix memory leak in push header arrayTatsuhiro Tsujikawa
2015-07-02cyassl: fixed mismatched sha256sum function prototypeDan Fandrich
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-07-01OpenVMS: VMS Software, Inc now the supplier.John Malmberg
2015-06-24http2: Use nghttp2 library error code for error return valueTatsuhiro Tsujikawa
2015-06-24http2: Harden header validation for curl_pushheader_bynameTatsuhiro Tsujikawa
2015-06-24http2: curl_pushheader_byname now takes a const char *Daniel Stenberg
2015-06-24http2: free all header memory after the push callbackDaniel Stenberg
2015-06-24http2: init the pushed transfer properlyDaniel Stenberg
2015-06-24http2: fixed the header accessor functions for the push callbackDaniel Stenberg
2015-06-24http2: setup the new pushed stream properlyDaniel Stenberg
2015-06-24http2: initial implementation of the push callbackDaniel Stenberg
2015-06-23pretransfer: init state.infilesize here, not in add_handleDaniel Stenberg
2015-06-18cookie: Fix bug in export if any-domain cookie is presentJay Satiro
2015-06-18FTP: fixed compiling with --disable-proxy, broken in b88f980aDan Fandrich
2015-06-18Makefile.m32: add support for CURL_LDFLAG_EXTRASViktor Szakats
2015-06-18RTSP: removed another piece of dead codeDaniel Stenberg
2015-06-18openssl: fix use of uninitialized bufferDaniel Stenberg
2015-06-18openssl: fix build with BoringSSLDaniel Stenberg
2015-06-17openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth
2015-06-17FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg
2015-06-17http: do not leak basic auth credentials on re-used connectionsKamil Dudka
2015-06-17SMB: rangecheck values read off incoming packetDaniel Stenberg
2015-06-17schannel: schannel_recv overhaulJay Satiro
2015-06-15rtsp_do: fix DEAD CODEDaniel Stenberg
2015-06-15security:choose_mech fix DEAD CODE warningDaniel Stenberg
2015-06-14urldata: store POST size in state.infilesize tooDaniel Stenberg
2015-06-11schannel: Add support for optional client certificatesJoel Depooter
2015-06-10debug: remove http2 debug leftoversDaniel Stenberg
2015-06-09INTERNALS: cat lib/README* >> INTERNALSDaniel Stenberg
2015-06-08openssl: LibreSSL and BoringSSL do not use TLS_client_methodJay Satiro