summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-1/+0
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-08-151-0/+2
* src: remove unneeded ABORT after CHECKyorkie2016-10-111-1/+0
* src: fix runtime/int cpplint warningsBen Noordhuis2016-07-051-2/+3
* crypto: have fixed NodeBIOs return EOFAdam Langley2016-02-111-0/+16
* src: Add ABORT macroEvan Lucas2015-09-171-1/+1
* node_crypto_bio: adjust external memory sizeFedor Indutny2015-03-081-1/+6
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-16/+16
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-15/+17
* crypto: lower RSS usage for TLSCallbacksFedor Indutny2014-09-261-28/+47
* tls: stop NodeBIO::Gets from reading off end of bufferMaxwell Krohn2014-02-261-2/+2
* crypto: fix moving read headFedor Indutny2013-12-071-11/+16
* tls_wrap: use writev when possibleFedor Indutny2013-12-071-0/+27
* crypto: try moving read head in Peek()Fedor Indutny2013-11-081-10/+24
* cpplint: disallow if one-linersFedor Indutny2013-10-171-3/+6
* crypto: remove NodeBIO::GetMethod()Ben Noordhuis2013-08-291-1/+8
* crypto: fix another over-run in bioFedor Indutny2013-08-031-3/+6
* src: lint c++ codeFedor Indutny2013-07-311-44/+44
* crypto: do not move half-filled write headFedor Indutny2013-06-261-1/+3
* crypto: change assertion to condition in bioFedor Indutny2013-06-191-2/+1
* tls_wrap: embed TLS encryption into streamwrapFedor Indutny2013-06-161-0/+29
* crypto: ensure that read head is always non-emptyFedor Indutny2013-06-151-1/+3
* crypto: do not deallocate embedded bufferFedor Indutny2013-06-141-0/+5
* crypto: fix excessive buffer allocationFedor Indutny2013-06-141-5/+13
* crypto: free excessive memory in NodeBIOFedor Indutny2013-06-081-0/+24
* crypto: move write_head in bio's Reset() methodFedor Indutny2013-04-101-0/+1
* crypto: fix changing buffers in bioFedor Indutny2013-04-101-1/+1
* crypto: fix style issues in bioFedor Indutny2013-04-101-28/+36
* crypto: use better memory BIO implementationFedor Indutny2013-04-051-0/+312