summaryrefslogtreecommitdiff
path: root/src/tls_wrap.cc
AgeCommit message (Expand)Author
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-02-04tls: fix crash in SNICallbackFedor Indutny
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2014-01-24tls_wrap: propagate errors to write callbacksFedor Indutny
2014-01-23lint: use reinterpret_cast, not C-style castsTrevor Norris
2014-01-23tls: process accumulated inputFedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-07tls_wrap: use writev when possibleFedor Indutny
2013-12-02Merge branch 'v0.10'Fedor Indutny
2013-11-12tls_wrap: move members to initialization listTrevor Norris
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-12src: remove global HandleScopeBen Noordhuis
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-11-08src: remove container_of, use CONTAINER_OFBen Noordhuis
2013-10-31domain: use AsyncListener APITrevor Norris
2013-10-31async-wrap: integrate with WeakObjectTrevor Norris
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: don't use WeakObject::UnwrapTrevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-10-17cpplint: disallow if one-linersFedor Indutny
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-29crypto: remove NodeBIO::GetMethod()Ben Noordhuis
2013-08-27src: fix up unused/unordered importsBen Noordhuis
2013-08-19tls, crypto: deduplicate codeFedor Indutny
2013-08-12src: fix build break from generic macro nameTrevor Norris
2013-08-12src: don't obj->Set(Integer::New(...), val)Ben Noordhuis
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-07stream_wrap: add handle type checkersBen Noordhuis
2013-08-07stream_wrap: use getters, not direct field accessBen Noordhuis
2013-08-06tls: asynchronous SNICallbackFedor Indutny
2013-08-06tls_wrap: DRY ClientHelloParserFedor Indutny
2013-08-02src: remove non-isolate PersistentToLocal()Ben Noordhuis
2013-08-01tls_wrap: parse tls session ticket extensionFedor Indutny
2013-07-31src: lint c++ codeFedor Indutny
2013-07-30string_bytes: don't use named imports in headerBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-13src: remove Buffer::Data(Persistent<T>&)Ben Noordhuis
2013-07-07src: cast strong persistent handles to localsBen Noordhuis
2013-07-09tls_wrap: return Error not throw for missing certTimothy J Fontaine
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-07-03{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris
2013-06-18buffer: use smalloc as backing data storeTrevor Norris
2013-06-17tls: session API returnsFedor Indutny
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny