summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.cc
AgeCommit message (Expand)Author
2018-08-12src: avoid possible race during NodeBIO initializationAnna Henningsen
2018-08-12src: use smart pointers for NodeBIOAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2017-12-11crypto: remove BIO_set_shutdownDaniel Bevenius
2017-11-11crypto: make node_crypto_bio compat w/ OpenSSL 1.1David Benjamin
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-08-04http2: address initial pr feedbackJames M Snell
2017-08-04http2: introducing HTTP/2James M Snell
2017-06-30src: move crypto_bio/clienthello to crypto nsDaniel Bevenius
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-22src: remove unneeded ABORT after CHECKyorkie
2016-06-28src: fix runtime/int cpplint warningsBen Noordhuis
2016-02-11crypto: have fixed NodeBIOs return EOFAdam Langley
2015-09-17src: Add ABORT macroEvan Lucas
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
2014-02-26tls: stop NodeBIO::Gets from reading off end of bufferMaxwell Krohn
2013-12-07crypto: fix moving read headFedor Indutny
2013-12-07tls_wrap: use writev when possibleFedor Indutny
2013-11-08crypto: try moving read head in Peek()Fedor Indutny
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-08-29crypto: remove NodeBIO::GetMethod()Ben Noordhuis
2013-08-03crypto: fix another over-run in bioFedor Indutny
2013-07-31src: lint c++ codeFedor Indutny
2013-06-26crypto: do not move half-filled write headFedor Indutny
2013-06-19crypto: change assertion to condition in bioFedor Indutny
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny
2013-06-15crypto: ensure that read head is always non-emptyFedor Indutny
2013-06-14crypto: do not deallocate embedded bufferFedor Indutny
2013-06-14crypto: fix excessive buffer allocationFedor Indutny
2013-06-08crypto: free excessive memory in NodeBIOFedor Indutny
2013-04-10crypto: move write_head in bio's Reset() methodFedor Indutny
2013-04-10crypto: fix changing buffers in bioFedor Indutny
2013-04-10crypto: fix style issues in bioFedor Indutny
2013-04-05crypto: use better memory BIO implementationFedor Indutny