summaryrefslogtreecommitdiff
path: root/src/tls_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: remove unnecessary template parameterTrevor Norris2014-12-091-1/+1
* src: remove static variables from tls_wrapBen Noordhuis2014-11-181-35/+20
* src: replace NULL with nullptrBen Noordhuis2014-10-231-25/+25
* src: attach env directly to api functionsBen Noordhuis2014-10-131-17/+13
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-12/+12
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-15/+0
* tls_wrap: ignore ZERO_RETURN after close_notifyFedor Indutny2014-10-061-0/+8
* crypto: lower RSS usage for TLSCallbacksFedor Indutny2014-09-261-2/+7
* tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny2014-09-241-0/+1
* crypto: never store pointer to conn in SSL_CTXFedor Indutny2014-09-181-2/+2
* tls_wrap: fix use after freeFedor Indutny2014-09-031-1/+1
* tls: fix to send TLS Alert before socket destroyedShigeki Ohtsu2014-07-231-0/+5
* tls_wrap: fix interleaving in InvokeQueuedFedor Indutny2014-06-111-2/+5
* tls_wrap: fix small obvious memory leakFedor Indutny2014-06-111-2/+2
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-1/+1
* src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-2/+2
* tls_wrap: do not store TLSCallbacks in SSL_CTXFedor Indutny2014-05-211-2/+1
* tls_wrap: remove unused variableFedor Indutny2014-05-131-6/+0
* node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-7/+7
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-11/+12
* stream_wrap: don't write twice on uv_try_write errFedor Indutny2014-02-281-1/+1
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-25/+35
* tls: introduce asynchronous `newSession`Fedor Indutny2014-02-181-0/+10
* async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+3
* tls: fix crash in SNICallbackFedor Indutny2014-02-041-13/+21
* stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-291-0/+6
* node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-241-42/+97
* lint: use reinterpret_cast, not C-style castsTrevor Norris2014-01-231-1/+1
* tls: process accumulated inputFedor Indutny2014-01-231-0/+26
* Merge branch 'v0.10'Fedor Indutny2013-12-101-1/+17
* tls_wrap: use writev when possibleFedor Indutny2013-12-071-4/+9
* Merge branch 'v0.10'Fedor Indutny2013-12-021-20/+8
* tls_wrap: move members to initialization listTrevor Norris2013-11-121-5/+2
* src: fix Context::Scope usageBen Noordhuis2013-11-121-5/+5
* src: remove global HandleScopeBen Noordhuis2013-11-121-2/+1
* src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-1/+1
* src: remove container_of, use CONTAINER_OFBen Noordhuis2013-11-081-2/+2
* domain: use AsyncListener APITrevor Norris2013-10-311-9/+9
* async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-33/+14
* src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-10/+10
* src: don't use WeakObject::UnwrapTrevor Norris2013-10-291-3/+3
* src: use function to get internal pointerTrevor Norris2013-10-291-13/+9
* cpplint: disallow if one-linersFedor Indutny2013-10-171-1/+2
* src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-251-9/+9
* src: add multi-context supportBen Noordhuis2013-09-061-84/+82
* uv: upgrade to v0.11.12Ben Noordhuis2013-09-031-5/+6
* crypto: remove NodeBIO::GetMethod()Ben Noordhuis2013-08-291-2/+2
* src: fix up unused/unordered importsBen Noordhuis2013-08-271-2/+1
* tls, crypto: deduplicate codeFedor Indutny2013-08-191-630/+40