127 Commits (6cc63797bc63dc0de7888048402127cc10f34f7c)

Author SHA1 Message Date
Daniel Bevenius 57f38c6732 src: check IsConstructCall in TLSWrap constructor 8 years ago
Refael Ackermann 6bfdeedce5 async_wrap: add `asyncReset` to `TLSWrap` 8 years ago
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
Trevor Norris 595efd8b9a
Partial revert "tls: keep track of stream that is closed" 8 years ago
Trevor Norris ee463d335e
stream_base,tls_wrap: notify on destruct 8 years ago
Ben Noordhuis 03a6c6ea8c tls: fix segfault on destroy after partial read 8 years ago
jBarz 4cdb0e89d8 tls: keep track of stream that is closed 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Benjamin Fleischer 4897ae2114
benchmark,build,doc,lib,src,test: correct typos 8 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 8 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 8 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 8 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Ben Noordhuis ae0c6504b2 src: fix runtime/int cpplint warnings 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Trevor Norris 43b5215083 tls_wrap: do not abort on new TLSWrap() 9 years ago
Sakthipriyan Vairamani 2c480bdae6 src: fix check-imports.py linter errors 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Michaël Zasso ad0ce57432 src: fix NewInstance deprecation warnings 9 years ago
Fedor Indutny ff4006c7b0 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
Fedor Indutny 4f87574764 tls_wrap: clear errors on return 9 years ago
Fedor Indutny e0bb118a1d tls_wrap: inherit from the `AsyncWrap` first 9 years ago
Fedor Indutny c0cb80ec3b tls_wrap: slice buffer properly in `ClearOut` 9 years ago
Fedor Indutny 483a41c0ad tls: copy client CAs and cert store on CertCb 9 years ago
Evan Lucas 870229e665 src: Add ABORT macro 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 10 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 10 years ago
Ben Noordhuis 88419479cc src: rename Buffer::Use() to Buffer::New() 10 years ago
Ben Noordhuis 9a3929dcbf src: introduce internal Buffer::Copy() function 10 years ago
Trevor Norris 8664084166 buffer: make additional changes to native API 10 years ago
Trevor Norris 36f78f4c1c buffer: switch API to return MaybeLocal<T> 10 years ago
Fedor Indutny 9180140231 _stream_wrap: prevent use after free in TLS 10 years ago
Fedor Indutny 59d9734e21 tls_wrap: invoke queued callbacks in DestroySSL 10 years ago
Fedor Indutny 75930bb38c tls: prevent use-after-free 10 years ago
Shigeki Ohtsu 7c52e1c1f4 tls_wrap: fix error cb when fatal TLS Alert recvd 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Fedor Indutny 30b7349176 stream_base: dispatch reqs in the stream impl 10 years ago
Fedor Indutny 2d241b3b82 tls: destroy SSL once it is out of use 10 years ago
Fedor Indutny 2ccc8f3970 tls_wrap: fix this incredibly stupid leak 10 years ago
Fedor Indutny e74b5d278c tls_wrap: fix BIO leak on SSL error 10 years ago
Fedor Indutny 4eb8810a27 tls: re-enable `.writev()` on TLSWrap 10 years ago
Fedor Indutny e90ed790c3 tls: fix leak on `DoWrite()` errors 10 years ago
Fedor Indutny 8431fc53f1 tls_wrap: proxy handle methods in prototype 10 years ago
Fedor Indutny 8670613d2d node_crypto_bio: adjust external memory size 10 years ago
Fedor Indutny fe36076c78 stream_base: WriteWrap::New/::Dispose 10 years ago
Fedor Indutny 7f4c95e160 tls: do not leak WriteWrap objects 10 years ago
Fedor Indutny c09c90c1a9 tls_wrap: do not hold persistent ref to parent 10 years ago
Fedor Indutny 583a868bcd stream_wrap: add HandleScope's in uv callbacks 10 years ago