summaryrefslogtreecommitdiff
path: root/src/tls_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* tls: unconsume stream on destroyAnna Henningsen2018-02-121-2/+19
* net: fix timeouts during long writesAnatoli Papirovski2018-01-021-0/+10
* tls: properly track writeQueueSize during writesAnatoli Papirovski2018-01-021-2/+22
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-3/+1
* src: provide allocation + nullptr check shortcutsAnna Henningsen2017-11-141-1/+0
* src: pass desired return type to allocatorsAnna Henningsen2017-11-141-1/+1
* src: replace manual memory mgmt with std::stringBen Noordhuis2017-10-251-22/+9
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-08-151-11/+13
* src: check IsConstructCall in TLSWrap constructorDaniel Bevenius2017-07-171-0/+1
* tls: fix segfault on destroy after partial readBen Noordhuis2017-04-181-0/+6
* Partial revert "tls: keep track of stream that is closed"Trevor Norris2017-04-181-9/+0
* stream_base,tls_wrap: notify on destructTrevor Norris2017-04-181-0/+7
* tls: keep track of stream that is closedjBarz2017-04-181-1/+10
* src: normalize malloc, reallocMichael Dawson2016-09-091-1/+1
* src: remove unused using declsHaojian Wu2016-08-101-1/+0
* src: fix runtime/int cpplint warningsBen Noordhuis2016-07-051-1/+1
* src: no abort from getter if object isn't wrappedTrevor Norris2016-06-021-8/+20
* tls_wrap: do not abort on new TLSWrap()Trevor Norris2016-06-021-1/+4
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-261-3/+1
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-3/+3
* src: fix NewInstance deprecation warningsMichaël Zasso2016-03-031-2/+4
* tls_wrap: reach error reporting for UV_EPROTOFedor Indutny2016-01-271-7/+15
* tls_wrap: clear errors on returnFedor Indutny2016-01-041-1/+9
* tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny2015-12-141-3/+3
* tls_wrap: slice buffer properly in `ClearOut`Fedor Indutny2015-12-081-1/+3
* tls: copy client CAs and cert store on CertCbFedor Indutny2015-11-131-2/+1
* src: Add ABORT macroEvan Lucas2015-09-171-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-4/+3
* node: rename from io.js to nodecjihrig2015-08-231-1/+1
* doc: fix comments in tls_wrap.cc and _http_client.jsMinwoo Jung2015-08-231-2/+2
* stream_base: various improvementsFedor Indutny2015-08-201-11/+7
* src: rename Buffer::Use() to Buffer::New()Ben Noordhuis2015-08-131-1/+1
* src: introduce internal Buffer::Copy() functionBen Noordhuis2015-08-131-1/+1
* buffer: make additional changes to native APITrevor Norris2015-08-041-1/+1
* buffer: switch API to return MaybeLocal<T>Trevor Norris2015-08-041-1/+1
* _stream_wrap: prevent use after free in TLSFedor Indutny2015-06-301-3/+4
* tls_wrap: invoke queued callbacks in DestroySSLFedor Indutny2015-06-041-6/+9
* tls: prevent use-after-freeFedor Indutny2015-06-041-0/+13
* tls_wrap: fix error cb when fatal TLS Alert recvdShigeki Ohtsu2015-05-161-1/+8
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-011-7/+10
* stream_base: dispatch reqs in the stream implFedor Indutny2015-05-011-1/+1
* tls: destroy SSL once it is out of useFedor Indutny2015-04-301-5/+34
* tls_wrap: fix this incredibly stupid leakFedor Indutny2015-03-251-4/+8
* tls_wrap: fix BIO leak on SSL errorFedor Indutny2015-03-251-1/+1
* tls: re-enable `.writev()` on TLSWrapFedor Indutny2015-03-141-1/+1
* tls: fix leak on `DoWrite()` errorsFedor Indutny2015-03-141-2/+4
* tls_wrap: proxy handle methods in prototypeFedor Indutny2015-03-091-2/+5
* node_crypto_bio: adjust external memory sizeFedor Indutny2015-03-081-0/+3
* stream_base: WriteWrap::New/::DisposeFedor Indutny2015-03-071-7/+5
* tls: do not leak WriteWrap objectsFedor Indutny2015-03-071-0/+3