summaryrefslogtreecommitdiff
path: root/src/tls_wrap.cc
AgeCommit message (Expand)Author
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-21net: fix timeouts during long writesAnatoli Papirovski
2017-10-21tls: properly track writeQueueSize during writesAnatoli Papirovski
2017-10-13src: rename StreamWrap to LibuvStreamWrapAnna Henningsen
2017-10-09src: replace manual memory mgmt with std::stringBen Noordhuis
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-01src: remove unused persistent properties from envAnna Henningsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-06-30src: move crypto_bio/clienthello to crypto nsDaniel Bevenius
2017-05-22src: check IsConstructCall in TLSWrap constructorDaniel Bevenius
2017-05-19async_wrap: add `asyncReset` to `TLSWrap`Refael Ackermann
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
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