summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
AgeCommit message (Expand)Author
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
2013-12-10tls_wrap: bump kClearOutChunkSize to 16kbFedor Indutny
2013-12-07tls_wrap: use writev when possibleFedor Indutny
2013-10-31async-wrap: integrate with WeakObjectTrevor Norris
2013-09-25src: remove ObjectWrap dependency from coreBen Noordhuis
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-03uv: upgrade to v0.11.12Ben Noordhuis
2013-08-19tls, crypto: deduplicate codeFedor Indutny
2013-08-06tls: asynchronous SNICallbackFedor Indutny
2013-08-06tls_wrap: DRY ClientHelloParserFedor Indutny
2013-08-03src: use PersistentToLocal() in a few more placesBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-17build: fix include order for building on windowsTimothy J Fontaine
2013-06-17tls: session API returnsFedor Indutny
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny