4631 Commits (f651e4035026feb4cf2fc70b0a4f0a6be9d92862)

Author SHA1 Message Date
Gabriel Schulhof 276720921b
addons: remove semicolons from after module definition 8 years ago
Daniel Bevenius 32f01c8c11 src: remove unused uv.h include in async-wrap.h 8 years ago
Daniel Bevenius 60f0dc7d42 src: rename CONNECTION provider to SSLCONNECTION 8 years ago
Eugene Ostroukhov 7c3a23b9c1 inspector: handle socket close before close frame 8 years ago
Daniel Bevenius 15410797f2 src: add HAVE_OPENSSL guard to crypto providers 8 years ago
cjihrig b6001a2da5 src: make SIGPROF message a real warning 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Trevor Norris 7e3a3c962f
async_hooks: initial async_hooks implementation 8 years ago
Trevor Norris c0bde73f1b
src: implement native changes for async_hooks 8 years ago
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
Trevor Norris f1ed19d98f
async_wrap: use more specific providers 8 years ago
Trevor Norris d9f3ec8e09
crypto: use named FunctionTemplate 8 years ago
Trevor Norris 0432c6e91e
async_wrap: use double, not int64_t, for async id 8 years ago
Trevor Norris 4b9d84df51
tty_wrap: throw when uv_tty_init() returns error 8 years ago
Josh Gavant dd6e3f69a7 src: fix comments re PER_ISOLATE macros 8 years ago
Jason Ginchereau 2e3fef7628 n-api: Handle fatal exception in async callback 8 years ago
Jason Ginchereau 2bbabb1f85 n-api: napi_get_cb_info should fill array 8 years ago
Anna Henningsen 99da8e8e02
util: add util.promisify() 8 years ago
Anna Henningsen 059f296050
util: add internal bindings for promise handling 8 years ago
Michaël Zasso 5b63fabfd8 src: update NODE_MODULE_VERSION to 55 8 years ago
Eugene Ostroukhov 15e160e626 inspector: report when main context is destroyed 8 years ago
Daijiro Wachi 943dd5f9ed
url: handle windows drive letter in the file state 8 years ago
Eugene Ostroukhov 3f48ab3042 inspector: do not add 'inspector' property 8 years ago
Josh Gavant 6ade7f3601 src: update --inspect hint text 8 years ago
Daniel Bevenius d0c968ea57 src: make root_cert_vector function scoped 8 years ago
Daniel Bevenius ebcd8c6bb8 src: rename CryptoPemCallback -> PasswordCallback 8 years ago
Anna Henningsen d56a7e640f
src: do proper StringBytes error handling 8 years ago
Anna Henningsen 6c2daf0ce9
crypto: throw proper errors if out enc is UTF-16 8 years ago
Anna Henningsen 9990be2919
src: turn buffer type-CHECK into exception 8 years ago
Michael Dawson 21653b6901
src: add --napi-modules to whitelist 8 years ago
Ruslan Bekenev 896be833c8
node: add missing option to --help output 8 years ago
Gabriel Schulhof cd32b77567
n-api: remove unnecessary try-catch bracket from certain APIs 8 years ago
Anna Henningsen 9d723e85fb buffer: remove pointless C++ utility methods 8 years ago
Daijiro Wachi 0f58d3cbef src: support domains with empty labels 8 years ago
Michaël Zasso 719247ff95
src: remove debugger dead code 8 years ago
Jason Ginchereau 972bfe1514 n-api: Sync with back-compat changes 8 years ago
Jason Ginchereau 427125491f n-api: Reference and external tests 8 years ago
Daniel Bevenius 892ce06dbd src: fix incorrect macro comment 8 years ago
Anna Henningsen 84dabe8373
domain: support promises 8 years ago
Anna Henningsen e5a25cbc85
src: expose `node::AddPromiseHook` 8 years ago
Daniel Bevenius 5bb06e8596
src: remove GTEST_DONT_DEFINE_ASSERT_EQ in util.h 8 years ago
Jason Ginchereau b7a341d7e5
n-api: Enable scope and ref APIs during exception 8 years ago
cjihrig a334c5b3d3 src: remove invalid comment 8 years ago
Gabriel Schulhof ba7bac5c37
n-api: tighten null-checking and clean up last error 8 years ago
Sam Roberts f2282bb812 src: allow CLI args in env with NODE_OPTIONS 8 years ago
cjihrig e522bcd774 src: expose V8's IsNativeError() in util bindings 8 years ago
Timothy Gu b2870a4f8c url: update WHATWG URL API to latest spec 8 years ago
Eugene Ostroukhov 439b35aade inspector: remove AgentImpl 8 years ago
Myles Borins 9cc39ff79d
src: remove extraneous dot 8 years ago
Bartosz Sosnowski 43c1b625a6
src: add fcntl.h include to node.cc 8 years ago