23 Commits (f8c893dd39d2dc03bddd4a7a036484df027c94d6)

Author SHA1 Message Date
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Fedor Indutny 2122a77f51 crypto: lower RSS usage for TLSCallbacks 10 years ago
Maxwell Krohn a22a2d8656 tls: stop NodeBIO::Gets from reading off end of buffer 11 years ago
Fedor Indutny 06b1945298 crypto: fix moving read head 11 years ago
Fedor Indutny 03747f69fb tls_wrap: use writev when possible 11 years ago
Fedor Indutny 014ab77276 crypto: try moving read head in Peek() 12 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Ben Noordhuis 653f62a709 crypto: remove NodeBIO::GetMethod() 12 years ago
Fedor Indutny e5791f74f0 crypto: fix another over-run in bio 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Fedor Indutny 4ae96c885b crypto: do not move half-filled write head 12 years ago
Fedor Indutny bf8dc0762a crypto: change assertion to condition in bio 12 years ago
Fedor Indutny 03e008ddb8 tls_wrap: embed TLS encryption into streamwrap 12 years ago
Fedor Indutny 5dd155a3bb crypto: ensure that read head is always non-empty 12 years ago
Fedor Indutny 4536b27ac1 crypto: do not deallocate embedded buffer 12 years ago
Fedor Indutny 56d9c48573 crypto: fix excessive buffer allocation 12 years ago
Fedor Indutny 9ae1d182ba crypto: free excessive memory in NodeBIO 12 years ago
Fedor Indutny c9850952c9 crypto: move write_head in bio's Reset() method 12 years ago
Fedor Indutny 798d1772c0 crypto: fix changing buffers in bio 12 years ago
Fedor Indutny 62a214268a crypto: fix style issues in bio 12 years ago
Ben Noordhuis 0d5595ac60 Revert "crypto: use better memory BIO implementation" 12 years ago
Fedor Indutny 21f3c5c367 crypto: move write_head in bio's Reset() method 12 years ago
Fedor Indutny ba0f7b8066 crypto: fix changing buffers in bio 12 years ago
Fedor Indutny 8c8ebe49b6 crypto: fix style issues in bio 12 years ago
Fedor Indutny 58f93ffc4a crypto: use better memory BIO implementation 12 years ago