aboutsummaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.cc
AgeCommit message (Expand)Author
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