summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: use V8 graph heap snapshot APIAnna Henningsen2018-07-151-2/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+1
* lib,src: remove openssl feature conditionalsBen Noordhuis2018-06-081-3/+0
* src: remove unused util.h from tls_wrap.hDaniel Bevenius2018-04-091-1/+0
* tls: use after free in tls_wrapKyle Farnung2018-02-231-0/+1
* src: refactor WriteWrap and ShutdownWrapsAnna Henningsen2018-02-141-0/+6
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-19/+5
* tls: remove cleartext input data queueAnna Henningsen2018-01-071-2/+1
* tls: refactor write queues awayAnna Henningsen2018-01-071-16/+2
* src: remove nonexistent method from header fileAnna Henningsen2017-12-191-1/+0
* net,src: refactor writeQueueSize trackingAnatoli Papirovski2017-12-181-3/+2
* src: minor refactoring to StreamBase writesAnna Henningsen2017-12-131-2/+2
* src: remove `StreamResourc::Cast()`Anna Henningsen2017-12-131-1/+0
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* net: fix timeouts during long writesAnatoli Papirovski2017-10-211-0/+4
* tls: properly track writeQueueSize during writesAnatoli Papirovski2017-10-211-0/+1
* src: replace manual memory mgmt with std::stringBen Noordhuis2017-10-091-3/+4
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-06-301-2/+2
* Partial revert "tls: keep track of stream that is closed"Trevor Norris2017-03-271-1/+0
* stream_base,tls_wrap: notify on destructTrevor Norris2017-03-271-0/+3
* tls: keep track of stream that is closedjBarz2017-03-161-0/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove unused data member write_queue_size_Ben Noordhuis2016-06-291-1/+0
* src: fix runtime/indentation_namespace warningsBen Noordhuis2016-06-281-1/+1
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* tls_wrap: reach error reporting for UV_EPROTOFedor Indutny2016-01-271-1/+1
* tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny2015-12-141-3/+3
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-3/+3
* tls: fix throughput issues after incorrect mergeFedor Indutny2015-08-171-1/+1
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-011-5/+1
* tls: destroy SSL once it is out of useFedor Indutny2015-04-301-0/+1
* tls_wrap: do not hold persistent ref to parentFedor Indutny2015-03-061-4/+1
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-6/+5
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-27/+46
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-4/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: remove static variables from tls_wrapBen Noordhuis2014-11-181-7/+3
* src: mark more destructors with override keywordBen Noordhuis2014-10-231-1/+1
* src: mark virtual functions with override keywordBen Noordhuis2014-10-231-7/+7
* src: replace NULL with nullptrBen Noordhuis2014-10-231-2/+2
* crypto: lower RSS usage for TLSCallbacksFedor Indutny2014-09-261-0/+6
* tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny2014-09-241-1/+2
* crypto: make NewSessionDoneCb publicFedor Indutny2014-02-181-3/+2
* tls: introduce asynchronous `newSession`Fedor Indutny2014-02-181-3/+13
* stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-291-0/+1
* tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-241-3/+12
* tls: process accumulated inputFedor Indutny2014-01-231-0/+1
* Merge branch 'v0.10'Fedor Indutny2013-12-101-1/+5