127 Commits (6cc63797bc63dc0de7888048402127cc10f34f7c)

Author SHA1 Message Date
Fedor Indutny 89e133a1d8 stream_base: remove static JSMethod declarations 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris f39b48c26d src: remove unnecessary template parameter 10 years ago
Trevor Norris add955e6b8 src: remove unnecessary template parameter 10 years ago
Ben Noordhuis 83d2cb634e src: remove static variables from tls_wrap 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Fedor Indutny a2a3fd4893 tls_wrap: ignore ZERO_RETURN after close_notify 10 years ago
Fedor Indutny da188d13aa tls_wrap: ignore ZERO_RETURN after close_notify 10 years ago
Fedor Indutny 2122a77f51 crypto: lower RSS usage for TLSCallbacks 10 years ago
Fedor Indutny 4dbb84fc52 tls_wrap: ensure that TLSCallbacks are gc-able 10 years ago
Fedor Indutny cb4ed3c78f crypto: never store pointer to conn in SSL_CTX 10 years ago
Fedor Indutny 7343c77cdb tls_wrap: fix use after free 11 years ago
Shigeki Ohtsu 2bb4867312 tls: fix to send TLS Alert before socket destroyed 11 years ago
Fedor Indutny eef0715db5 tls_wrap: fix interleaving in InvokeQueued 11 years ago
Fedor Indutny ca55037380 tls_wrap: fix small obvious memory leak 11 years ago
Ben Noordhuis 820aaf5b3d src: replace CONTAINER_OF with type-safe function 11 years ago
Fedor Indutny 765b03255c tls_wrap: do not store TLSCallbacks in SSL_CTX 11 years ago
Fedor Indutny 6569812531 tls_wrap: remove unused variable 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 3b88dc6f19 stream_wrap: don't write twice on uv_try_write err 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Fedor Indutny 9a60bf3726 tls: fix crash in SNICallback 11 years ago
Fedor Indutny 9836a4eeda stream_wrap: use `uv_try_write` where possible 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Fedor Indutny 640912d18a tls_wrap: propagate errors to write callbacks 11 years ago
Trevor Norris 74656ca189 lint: use reinterpret_cast, not C-style casts 11 years ago
Fedor Indutny c79c304ead tls: process accumulated input 11 years ago
Fedor Indutny 03747f69fb tls_wrap: use writev when possible 11 years ago
Trevor Norris 4326c6d1b3 tls_wrap: move members to initialization list 11 years ago
Ben Noordhuis 27f115d715 src: fix Context::Scope usage 11 years ago
Ben Noordhuis fd819efbdf src: remove global HandleScope 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Ben Noordhuis 0619467bd3 src: remove container_of, use CONTAINER_OF 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 11 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 11 years ago
Trevor Norris 60a3e695cb src: don't use WeakObject::Unwrap 11 years ago
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 11 years ago