summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.h
Commit message (Expand)AuthorAgeFilesLines
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+3
* src: remove util-inl.h from header filesSam Roberts2019-05-131-2/+2
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-1/+1
* src: in-source comments and minor TLS cleanupsSam Roberts2019-01-291-5/+6
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-3/+3
* src: avoid possible race during NodeBIO initializationAnna Henningsen2018-08-121-0/+2
* src: use smart pointers for NodeBIOAnna Henningsen2018-08-121-18/+15
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+6
* crypto: make node_crypto_bio compat w/ OpenSSL 1.1David Benjamin2017-11-111-6/+13
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-2/+0
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-06-301-0/+2
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: fix runtime/int cpplint warningsBen Noordhuis2016-06-281-1/+2
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* crypto: have fixed NodeBIOs return EOFAdam Langley2016-02-111-0/+4
* src: fix crypto bio integer wraparound on 32 bitsBen Noordhuis2015-03-181-2/+4
* node_crypto_bio: adjust external memory sizeFedor Indutny2015-03-081-5/+18
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-4/+4
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-2/+3
* crypto: lower RSS usage for TLSCallbacksFedor Indutny2014-09-261-11/+27
* tls_wrap: use writev when possibleFedor Indutny2013-12-071-0/+4
* crypto: try moving read head in Peek()Fedor Indutny2013-11-081-0/+3
* crypto: remove NodeBIO::GetMethod()Ben Noordhuis2013-08-291-14/+11
* src: lint c++ codeFedor Indutny2013-07-311-1/+6
* tls: session API returnsFedor Indutny2013-06-171-1/+3
* tls_wrap: embed TLS encryption into streamwrapFedor Indutny2013-06-161-21/+32
* crypto: fix excessive buffer allocationFedor Indutny2013-06-141-0/+3
* crypto: free excessive memory in NodeBIOFedor Indutny2013-06-081-0/+4
* crypto: fix style issues in bioFedor Indutny2013-04-101-1/+1
* crypto: use better memory BIO implementationFedor Indutny2013-04-051-0/+93