aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-06-09CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg
2015-06-07openssl: Fix verification of server-sent legacy intermediatesJay Satiro
2015-06-05openssl: removed error string #ifdefDaniel Stenberg
2015-06-05openssl: removed USERDATA_IN_PWD_CALLBACK kludgeDaniel Stenberg
2015-06-05openssl: remove SSL_get_session()-using codeDaniel Stenberg
2015-06-05openssl: remove dummy callback use from SSL_CTX_set_verify()Daniel Stenberg
2015-06-03cookie: Stop exporting any-domain cookiesJay Satiro
2015-06-02curl_setup: Change fopen text macros to use 't' for MSDOSJay Satiro
2015-06-02checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg
2015-06-01curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro
2015-05-31HTTP-NTLM: fail auth on connection close instead of loopingIsaac Boukris
2015-05-31README.pingpong: removedDaniel Stenberg