summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* 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