4631 Commits (f651e4035026feb4cf2fc70b0a4f0a6be9d92862)

Author SHA1 Message Date
Andreas Madsen c6ce500edf
async_hooks: C++ Embedder API overhaul 8 years ago
Sam Roberts c45df83b54 src: --abort-on-uncaught-exception in NODE_OPTIONS 8 years ago
Ben Noordhuis e36917bdc1 n-api: fix -Wmaybe-uninitialized compiler warning 8 years ago
Ben Noordhuis c9b6d95161 n-api: use Maybe version of Object::SetPrototype() 8 years ago
Timothy Gu b01ac75edc
url: normalize port on scheme change 8 years ago
Anna Henningsen 4dff05f4a7 src: fix process.abort() interaction with V8 8 years ago
cjihrig 732ae419b4 n-api: add napi_delete_property() 8 years ago
cjihrig f803e77b1e n-api: add napi_delete_element() 8 years ago
Anna Henningsen a84c3be075
src: unset `NODE_VERSION_IS_RELEASE` 8 years ago
Daniel Bevenius 08109a3ca1 src: move crypto_bio/clienthello to crypto ns 8 years ago
Timothy Gu 9330835754
src: add missing new line to printed message 8 years ago
Rod Vagg 53b8c51e7c 2017-06-29, Version 8.1.3 (Current) 8 years ago
Timothy Gu f4b5b70444 src: revise character width calculation 8 years ago
Refael Ackermann 0526f84ad3 src,fs: calculate times as unsigned long 8 years ago
Michael Dawson 3e18c49657 n-api: avoid crash in napi_escape_scope() 8 years ago
Ben Noordhuis 1c314f5fac src: don't set --icu_case_mapping flag on startup 8 years ago
XadillaX 330349f706 dns: make `dns.setServers` support customized port 8 years ago
Roman Reiss ecf6a46d98
src,lib,test,doc: correct misspellings 8 years ago
Anna Henningsen af1a551965
async_hooks: proper id stacking for Promises 8 years ago
Eugene Ostroukhov 6e2c29bcab inspector: perform DNS lookup for host 8 years ago
Nikolai Vavilov 64812f5728 src: fix decoding base64 with whitespace 8 years ago
Daniel Bevenius 109e84bda7 src: remove void casts for clear_error_on_return 8 years ago
cornholio 2777a7e04f inspector,cluster: fix inspect port assignment 8 years ago
Andreas Madsen de762b71f2
async_hooks: rename currentId and triggerId 8 years ago
Brian White add4b0ab8c zlib: improve performance 8 years ago
XadillaX b5d8d7c6f9 src: merge `fn_name` in NODE_SET_PROTOTYPE_METHOD 8 years ago
Trevor Norris a2fdb76677
async_wrap: use kTotals to enable PromiseHook 8 years ago
Anna Henningsen cc2dd93ea5
async_wrap: expose enable/disablePromiseHook API 8 years ago
XadillaX 27de36926b
dns: add resolveAny support 8 years ago
Sam Roberts c4a61b3ee5 src: check whether inspector is doing io 8 years ago
Nikolai Vavilov 9991e27ac8 inspector: fix crash on exception 8 years ago
Daniel Bevenius 8f91aa506a src: correct indentation for X509ToObject 8 years ago
Anna Henningsen 8f39881b74
async_hooks: use resource objects for Promises 8 years ago
Anna Henningsen 02aea0690d
async_hooks: minor refactor to callback invocation 8 years ago
Daniel Bevenius f38302d92e src: make IsConstructCall checks consistent 8 years ago
Michaël Zasso 24709b2e4a src: update NODE_MODULE_VERSION to 56 8 years ago
Timothy Gu 91a1bbe305
url: update IDNA handling 8 years ago
Sam Roberts 2791b360c1 inspector: allow --inspect=host:port from js 8 years ago
Refael Ackermann f06c05cf5a src: remove `'` print modifier 8 years ago
cjihrig df5d8e031a src: remove process._inspectorEnbale 8 years ago
Gireesh Punathil efab7847c6 http: assert parser.consume argument's type 8 years ago
Eugene Ostroukhov e6dcc3dfa9 inspector: Allows reentry when paused 8 years ago
JiaLi.Passion 8741e3c750
async_hooks: use parent promise as triggerId 8 years ago
Trevor Norris 1e44fd960f
async_wrap: run destroy in uv_timer_t 8 years ago
Josh Ferge 7f545f083d src: added newline in help message 8 years ago
Sam Roberts 26ab769940 inspector: refactor to rename and comment methods 8 years ago
Jason Ginchereau 8ab8c33985 n-api: enable napi_wrap() to work with any object 8 years ago
Ryan Kelly f6665334e7 crypto: clear err stack after ECDH::BufferToPoint 8 years ago
James M Snell 43e4efdf21 2017-05-30, Version 8.0.0 (Current) 8 years ago
Ben Noordhuis 399cb25f62 inspector: bind to random port with --inspect=0 8 years ago