aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-05-30HTTP2: moved docs into docs/ and make it markdownDaniel Stenberg
2015-05-30README.http2: refreshed and added multiplexing infoDaniel Stenberg
2015-05-27openssl: typo in commentDaniel Melani
2015-05-27openssl: Use TLS_client_method for OpenSSL 1.1.0+Jay Satiro
2015-05-25http2: Copy data passed in Curl_http2_switched into HTTP/2 connection bufferTatsuhiro Tsujikawa
2015-05-24conncache: fixed memory leak on OOM (torture tests)Dan Fandrich
2015-05-22security: fix "Unchecked return value" from sscanf()Daniel Stenberg
2015-05-22security: simplify choose_mechDaniel Stenberg
2015-05-22RTSP: catch attempted unsupported requests betterDaniel Stenberg
2015-05-22share_init: fix OOM crashDaniel Stenberg
2015-05-22parse_proxy: switch off tunneling if non-HTTP proxyDaniel Stenberg
2015-05-22http2: on_frame_recv: return early on stream 0Daniel Stenberg
2015-05-22http: removed self assignmentDaniel Stenberg
2015-05-22http2: Make HTTP Upgrade workTatsuhiro Tsujikawa
2015-05-22strerror: Change SEC_E_ILLEGAL_MESSAGE descriptionJay Satiro