summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
AgeCommit message (Expand)Author
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-04-09src: remove unused util.h from tls_wrap.hDaniel Bevenius
2018-02-23tls: use after free in tls_wrapKyle Farnung
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-01-07tls: remove cleartext input data queueAnna Henningsen
2018-01-07tls: refactor write queues awayAnna Henningsen
2017-12-19src: remove nonexistent method from header fileAnna Henningsen
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-12-13src: minor refactoring to StreamBase writesAnna Henningsen
2017-12-13src: remove `StreamResourc::Cast()`Anna Henningsen
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-10-21net: fix timeouts during long writesAnatoli Papirovski
2017-10-21tls: properly track writeQueueSize during writesAnatoli Papirovski
2017-10-09src: replace manual memory mgmt with std::stringBen Noordhuis
2017-06-30src: move crypto_bio/clienthello to crypto nsDaniel Bevenius
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-16tls: keep track of stream that is closedjBarz
2017-03-10meta: restore original copyright headerJames M Snell
2016-06-29src: remove unused data member write_queue_size_Ben Noordhuis
2016-06-28src: fix runtime/indentation_namespace warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-01-27tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2015-12-14tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-17tls: fix throughput issues after incorrect mergeFedor Indutny
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-30tls: destroy SSL once it is out of useFedor Indutny
2015-03-06tls_wrap: do not hold persistent ref to parentFedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-18src: remove static variables from tls_wrapBen Noordhuis
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-23src: mark virtual functions with override keywordBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-09-26crypto: lower RSS usage for TLSCallbacksFedor Indutny
2014-09-24tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny
2014-02-18crypto: make NewSessionDoneCb publicFedor Indutny
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2014-01-24tls_wrap: propagate errors to write callbacksFedor Indutny
2014-01-23tls: process accumulated inputFedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny