102 Commits (e7a3ca3d313c0fd18795102df19d3ea9154d3cd3)

Author SHA1 Message Date
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 9 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 10 years ago
Ben Noordhuis 88419479cc src: rename Buffer::Use() to Buffer::New() 10 years ago
Ben Noordhuis 9a3929dcbf src: introduce internal Buffer::Copy() function 10 years ago
Trevor Norris 8664084166 buffer: make additional changes to native API 10 years ago
Trevor Norris 36f78f4c1c buffer: switch API to return MaybeLocal<T> 10 years ago
Fedor Indutny 9180140231 _stream_wrap: prevent use after free in TLS 10 years ago
Fedor Indutny 59d9734e21 tls_wrap: invoke queued callbacks in DestroySSL 10 years ago
Fedor Indutny 75930bb38c tls: prevent use-after-free 10 years ago
Shigeki Ohtsu 7c52e1c1f4 tls_wrap: fix error cb when fatal TLS Alert recvd 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Fedor Indutny 30b7349176 stream_base: dispatch reqs in the stream impl 10 years ago
Fedor Indutny 2d241b3b82 tls: destroy SSL once it is out of use 10 years ago
Fedor Indutny 2ccc8f3970 tls_wrap: fix this incredibly stupid leak 10 years ago
Fedor Indutny e74b5d278c tls_wrap: fix BIO leak on SSL error 10 years ago
Fedor Indutny 4eb8810a27 tls: re-enable `.writev()` on TLSWrap 10 years ago
Fedor Indutny e90ed790c3 tls: fix leak on `DoWrite()` errors 10 years ago
Fedor Indutny 8431fc53f1 tls_wrap: proxy handle methods in prototype 10 years ago
Fedor Indutny 8670613d2d node_crypto_bio: adjust external memory size 10 years ago
Fedor Indutny fe36076c78 stream_base: WriteWrap::New/::Dispose 10 years ago
Fedor Indutny 7f4c95e160 tls: do not leak WriteWrap objects 10 years ago
Fedor Indutny c09c90c1a9 tls_wrap: do not hold persistent ref to parent 10 years ago
Fedor Indutny 583a868bcd stream_wrap: add HandleScope's in uv callbacks 10 years ago
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 10 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