summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.h
AgeCommit message (Expand)Author
2017-03-10meta: restore original copyright headerJames M Snell
2016-06-28src: fix runtime/int cpplint warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-02-11crypto: have fixed NodeBIOs return EOFAdam Langley
2015-03-18src: fix crypto bio integer wraparound on 32 bitsBen Noordhuis
2015-03-08node_crypto_bio: adjust external memory sizeFedor Indutny
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-09-26crypto: lower RSS usage for TLSCallbacksFedor Indutny
2013-12-07tls_wrap: use writev when possibleFedor Indutny
2013-11-08crypto: try moving read head in Peek()Fedor Indutny
2013-08-29crypto: remove NodeBIO::GetMethod()Ben Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-06-17tls: session API returnsFedor Indutny
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny
2013-06-14crypto: fix excessive buffer allocationFedor Indutny
2013-06-08crypto: free excessive memory in NodeBIOFedor Indutny
2013-04-10crypto: fix style issues in bioFedor Indutny
2013-04-05crypto: use better memory BIO implementationFedor Indutny