summaryrefslogtreecommitdiff
path: root/src/tls_wrap.cc
AgeCommit message (Expand)Author
2017-03-27Partial revert "tls: keep track of stream that is closed"Trevor Norris
2017-03-27stream_base,tls_wrap: notify on destructTrevor Norris
2017-03-20tls: fix segfault on destroy after partial readBen Noordhuis
2017-03-16tls: keep track of stream that is closedjBarz
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-03benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-06src: normalize malloc, reallocMichael Dawson
2016-08-08src: remove unused using declsHaojian Wu
2016-06-28src: fix runtime/int cpplint warningsBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24tls_wrap: do not abort on new TLSWrap()Trevor Norris
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2016-01-27tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2016-01-04tls_wrap: clear errors on returnFedor Indutny
2015-12-14tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny
2015-12-08tls_wrap: slice buffer properly in `ClearOut`Fedor Indutny
2015-11-13tls: copy client CAs and cert store on CertCbFedor Indutny
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-23node: rename from io.js to nodecjihrig
2015-08-23doc: fix comments in tls_wrap.cc and _http_client.jsMinwoo Jung
2015-08-20stream_base: various improvementsFedor Indutny
2015-08-13src: rename Buffer::Use() to Buffer::New()Ben Noordhuis
2015-08-13src: introduce internal Buffer::Copy() functionBen Noordhuis
2015-08-04buffer: make additional changes to native APITrevor Norris
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny
2015-06-04tls_wrap: invoke queued callbacks in DestroySSLFedor Indutny
2015-06-04tls: prevent use-after-freeFedor Indutny
2015-05-16tls_wrap: fix error cb when fatal TLS Alert recvdShigeki Ohtsu
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-05-01stream_base: dispatch reqs in the stream implFedor Indutny
2015-04-30tls: destroy SSL once it is out of useFedor Indutny
2015-03-25tls_wrap: fix this incredibly stupid leakFedor Indutny
2015-03-25tls_wrap: fix BIO leak on SSL errorFedor Indutny
2015-03-14tls: re-enable `.writev()` on TLSWrapFedor Indutny
2015-03-14tls: fix leak on `DoWrite()` errorsFedor Indutny
2015-03-09tls_wrap: proxy handle methods in prototypeFedor Indutny
2015-03-08node_crypto_bio: adjust external memory sizeFedor Indutny
2015-03-07stream_base: WriteWrap::New/::DisposeFedor Indutny
2015-03-07tls: do not leak WriteWrap objectsFedor Indutny
2015-03-06tls_wrap: do not hold persistent ref to parentFedor Indutny
2015-03-06stream_wrap: add HandleScope's in uv callbacksFedor Indutny
2015-02-25stream_base: remove static JSMethod declarationsFedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny