summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.cc
Commit message (Expand)AuthorAgeFilesLines
* 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