4753 Commits (1cdb41f287c8e51a5963f5f8eb8d7c8b5809b99d)

Author SHA1 Message Date
Anna Henningsen 2421984727
zlib: check cleanup return values 8 years ago
Anna Henningsen b559e66252
src: add overlooked handle to cleanup 8 years ago
Anna Henningsen 66fd78e39d
async_hooks: CHECK that resource is not empty 8 years ago
Anna Henningsen 1419533df9
src: remove unused http2_socket_buffer from env 8 years ago
Anna Henningsen d98606f968
src,http2: DRY header/trailer handling code up 8 years ago
Anna Henningsen 1e569f42b6
zlib: fix crash when initializing failed 8 years ago
Kelvin Jin 1e33f92d6a http2: rename some nghttp2 stream flags 8 years ago
Jared Kantrowitz 80ebb4282d
src: adjust windows abort behavior 8 years ago
Jason Ginchereau af70c3b478 n-api: optimize number API performance 8 years ago
Tobias Nießen 3f98b0f33c
src: reuse 'ondone' string in node_crypto.cc 8 years ago
Anna Henningsen efea3fcd35
src: use existing strings over creating new ones 8 years ago
Ben Noordhuis e658d32974 src: remove unused Connection::ClearError() 8 years ago
Ben Noordhuis f3afe29e19 src: replace assert with CHECK_LE in node_api.cc 8 years ago
Anna Henningsen 41a0dfcd97
src: properly manage timer in cares ChannelWrap 8 years ago
jeyanthinath e88908d868
build: enable C++ linting for src/*/* 8 years ago
Jan Krems 5fd2f03b16
inspector: allow require in Runtime.evaluate 9 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