4839 Commits (3784b2d839c4918202359ec90bed40ede553f74c)

Author SHA1 Message Date
jeyanthinath e88908d868
build: enable C++ linting for src/*/* 8 years ago
Jan Krems 5fd2f03b16
inspector: allow require in Runtime.evaluate 8 years ago
Timothy Gu e96ca62480
src: avoid dereference without existence check 8 years ago
James M Snell 34d1b1144e http2: fix flakiness in timeout 8 years ago
James M Snell 7152790c85 http2: fix compilation error after V8 update 8 years ago
James M Snell e11858f78c http2: minor cleanup 8 years ago
James M Snell 545797b9e4 http2: use static allocated arrays 8 years ago
James M Snell b484ea1fab http2: refactor trailers API 8 years ago
James M Snell 59e509808a http2: address initial pr feedback 8 years ago
James M Snell d6a774b1bd http2: add range support for respondWith{File|FD} 8 years ago
James M Snell 953458f645 http2: fix socketOnTimeout and a segfault 8 years ago
James M Snell 01a46f3981 http2: fix abort when client.destroy inside end event 8 years ago
James M Snell e71e71b513 http2: introducing HTTP/2 8 years ago
Tobias Nießen 98bae29304 src: return MaybeLocal in AsyncWrap::MakeCallback 8 years ago
Tobias Nießen 1c362436b7 crypto: change segmentation faults to CHECKs 8 years ago
Michaël Zasso a3c5ccd78c
src: fix new V8 compiler warnings 8 years ago
Myles Borins db476fc8b5
src: update NODE_MODULE_VERSION to 57 8 years ago
Jimmy Thomson 1782b3836b
build: fix build without icu 8 years ago
Anna Henningsen 732658e4cf
dns: add channel.cancel() 8 years ago
Anna Henningsen 727b2911ec
src,dns: refactor cares_wrap to avoid global state 8 years ago
Franziska Hinkelmann 85add2bf99
src: replace deprecated ForceSet() method 8 years ago
Jiajie Hu 5796e44827
buffer: remove a wrongly added attribute specifier 8 years ago
Anna Henningsen d731369b1d
async_hooks: remove deprecated APIs 8 years ago
Ben Noordhuis 1b7372f2fb src: replace ASSERT with CHECK 8 years ago
Shivanth MP 77ca3cb474 n-api: add support for DataView 8 years ago
Gabriel Schulhof 9926dfebc8
n-api: re-use napi_env between modules 8 years ago
Eugene Ostroukhov 012206e92d inspector: implement V8Inspector timer 8 years ago
Eugene Ostroukhov bd65767afd inspector: send messages after the Node is done 8 years ago
Anna Henningsen 29353e5a99
http: reset stream to unconsumed in `unconsume()` 8 years ago
Kyle Farnung e59987c39e
n-api: directly create Local from Persistent 8 years ago
James M Snell ed21cb1774 util: implement WHATWG Encoding Standard API 8 years ago
Anna Henningsen 57a4cebbd5
n-api: add fast paths for integer getters 8 years ago
Ben Noordhuis aa1c8c0043 src: fix memory leak in DH key setters 8 years ago
Ben Noordhuis 58926d4075 src: reduce allocations in exportPublicKey() 8 years ago
Ben Noordhuis ed2a7fbcfe src: guard against double free in randomBytes() 8 years ago
Ben Noordhuis 12433ec86a src: simplify PBKDF2Request 8 years ago
Ben Noordhuis 64c5691409 src: remove PBKDF2Request::release() 8 years ago
Ben Noordhuis deef3b45c2 src: avoid heap allocation in crypto.pbkdf2() 8 years ago
Ben Noordhuis adfb7168fd src: make array arg length compile-time checkable 8 years ago
Ben Noordhuis ae36d5be66 src: refactor PBKDF2Request 8 years ago
Ben Noordhuis d70f2470d3 src: remove extra heap allocations in DH functions 8 years ago
Ben Noordhuis a3b9f4b452 src: avoid heap allocation in hmac.digest() 8 years ago
Ben Noordhuis 4803d0ae09 src: remove extra heap allocation in GetSession() 8 years ago
Ben Noordhuis e8212cb025 src: make CipherBase::kind_ const 8 years ago
Ben Noordhuis 6faa1f1813 src: remove unused Local 8 years ago
Ben Noordhuis 61c49c37b7 src: remove superfluous cipher_ data member 8 years ago
Ben Noordhuis 92f3e4d487 src: don't heap allocate GCM cipher auth tag 8 years ago
Ben Noordhuis ff2c57d965 src: avoid heap allocation in sign.final() 8 years ago
Ben Noordhuis ee99bfdc65 src: remove unneeded const_cast 8 years ago
Ben Noordhuis 6ac092848a src: remove extra heap allocations in CipherBase 8 years ago