4839 Commits (3784b2d839c4918202359ec90bed40ede553f74c)

Author SHA1 Message Date
Anna Henningsen 784c6d40f8
src: use proper errors as coming from StringBytes 8 years ago
Anna Henningsen 86c4655a0f src: fix build on certain platforms 7 years ago
Anna Henningsen 772145674c
http2: ignore invalid headers explicitly 7 years ago
James M Snell 67269fd7f3 perf_hooks: implementation of the perf timing API 7 years ago
Ben Noordhuis e007f66ae2 dns: add `verbatim` option to dns.lookup() 7 years ago
Ben Noordhuis 01160dd6e9 src: replace assert() with CHECK() 7 years ago
James M Snell 58831b2f24 uv: improvements to process.binding('uv') 7 years ago
James M Snell 5e7c69716e src: reduce code duplication 7 years ago
James M Snell 771a03dfe3 src: fixup strings, reduce duplication 7 years ago
Brian White 8935239319 src: remove unnecessary helper function 7 years ago
Shigeki Ohtsu 9dfb2d14cb crypto: warn if counter mode used in createCipher 8 years ago
Gabriel Schulhof 70664bf5a1 n-api: add ability to remove a wrapping 8 years ago
Ben Noordhuis ffed7b6e66
src: detect nul bytes in InternalModuleReadFile() 7 years ago
Anna Henningsen 6a0e3b16f3
src: remove extra copy from Copy() in node_url.cc 7 years ago
James M Snell fd8cf79056 src: miscellaneous cleanups for node_config 7 years ago
James M Snell 35f6e59dfc src: minor cleanup for node_revert 7 years ago
Anna Henningsen 4766fcb96d
http2: minor refactor of passing headers to JS 7 years ago
Anna Henningsen 491cc76871
src: use `unordered_set` instead of custom rb tree 7 years ago
Matt Loring 9e08695f85
src: Node implementation of v8::Platform 8 years ago
Matt Loring 5e5a52fc93
tracing: Update to use new Platform tracing apis 8 years ago
Miroslav Bajtoš a0895ed6c4
inspector: enable async stack traces 8 years ago
James M Snell 949aec5c32 http2: handful of http/2 src cleanups 7 years ago
Trevor Norris 062beb08df
async_hooks: don't abort unnecessarily 8 years ago
Trevor Norris d441c7ffe8
async_wrap: unroll unnecessarily DRY code 8 years ago
Trevor Norris 94369d8017
async_hooks: improve comments and function names 8 years ago
Trevor Norris 64688d8e3a
async_wrap: return undefined if domain is disposed 7 years ago
Gabriel Schulhof 6fe72c82d2 src: mention that node options are space-separated 7 years ago
Anna Henningsen 5ea25d2ebe
http2: name padding buffer fields 7 years ago
Anna Henningsen e46ae99a2a
http2: use per-environment buffers 7 years ago
Anna Henningsen 348dd66337
http2: improve perf of passing headers to C++ 7 years ago
Daniel Bevenius 50235a03ef src: avoid creating local data variable 7 years ago
Anna Henningsen 835c383969
n-api: add napi_get_node_version 7 years ago
Anna Henningsen eb8f574229
src: add comments for cares library init refcount 7 years ago
Anna Henningsen 39c67f43a2
src: remove duplicate loop 7 years ago
Daniel Bevenius c27360ea74
src: use local isolate instead of args.GetIsolate 7 years ago
Eugene Ostroukhov 63fc89a6a0 inspector: support extra contexts 8 years ago
Anna Henningsen 2421984727
zlib: check cleanup return values 7 years ago
Anna Henningsen b559e66252
src: add overlooked handle to cleanup 7 years ago
Anna Henningsen 66fd78e39d
async_hooks: CHECK that resource is not empty 7 years ago
Anna Henningsen 1419533df9
src: remove unused http2_socket_buffer from env 7 years ago
Anna Henningsen d98606f968
src,http2: DRY header/trailer handling code up 7 years ago
Anna Henningsen 1e569f42b6
zlib: fix crash when initializing failed 7 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