summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: remove nonexistent method from header fileAnna Henningsen2018-02-121-1/+0
* net: fix timeouts during long writesAnatoli Papirovski2018-01-021-0/+4
* tls: properly track writeQueueSize during writesAnatoli Papirovski2018-01-021-0/+1
* src: replace manual memory mgmt with std::stringBen Noordhuis2017-10-251-3/+4
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-08-151-2/+2
* Partial revert "tls: keep track of stream that is closed"Trevor Norris2017-04-181-1/+0
* stream_base,tls_wrap: notify on destructTrevor Norris2017-04-181-0/+3
* tls: keep track of stream that is closedjBarz2017-04-181-0/+1
* src: remove unused data member write_queue_size_Ben Noordhuis2016-07-051-1/+0
* src: fix runtime/indentation_namespace warningsBen Noordhuis2016-07-051-1/+1
* src: add include guards to internal headersBen Noordhuis2016-06-021-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
* tls_wrap: bump kClearOutChunkSize to 16kbFedor Indutny2013-12-101-1/+1
* tls_wrap: use writev when possibleFedor Indutny2013-12-071-0/+3
* async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-11/+3
* src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-251-6/+2
* src: add multi-context supportBen Noordhuis2013-09-061-3/+10
* uv: upgrade to v0.11.12Ben Noordhuis2013-09-031-2/+4
* tls, crypto: deduplicate codeFedor Indutny2013-08-191-53/+10
* tls: asynchronous SNICallbackFedor Indutny2013-08-061-1/+3
* tls_wrap: DRY ClientHelloParserFedor Indutny2013-08-061-24/+5
* src: use PersistentToLocal() in a few more placesBen Noordhuis2013-08-031-3/+4
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-16/+27
* build: fix include order for building on windowsTimothy J Fontaine2013-06-171-2/+2
* tls: session API returnsFedor Indutny2013-06-171-0/+41
* tls_wrap: embed TLS encryption into streamwrapFedor Indutny2013-06-161-0/+154