4608 Commits (6cc63797bc63dc0de7888048402127cc10f34f7c)

Author SHA1 Message Date
Marcel Laverdet 3c5bfba28b
vm: fix displayErrors in runIn.. functions 8 years ago
Sam Roberts a886b17bfb
src: redirect-warnings to file, not path 8 years ago
Ebrahim Byagowi 594b5d7b89
cmd: support dash as stdin alias 8 years ago
Daniel Bevenius 4f4184c10b
crypto: remove unnecessary template class 8 years ago
Eugene Ostroukhov 60390cd7fb
inspector: JavaScript bindings for the inspector 8 years ago
Brian White dcc59f91c6
src: fix typo 8 years ago
Brian White f529706eb0
src: remove unused parameters 8 years ago
Eugene Ostroukhov 5c26378cb7 inspector: fix process._debugEnd() for inspector 8 years ago
cjihrig 06f62eb384 src: assert that uv_async_init() succeeds 8 years ago
Daniel Bevenius d54ec726cc src: remove unnecessary forward declaration 8 years ago
Daniel Bevenius 57f38c6732 src: check IsConstructCall in TLSWrap constructor 8 years ago
Daniel Bevenius 762b0358b3 src: remove unnecessary return statement 8 years ago
Daniel Bevenius 7a15eefbba src: remove unused node_buffer.h include 8 years ago
Alexey Orlenko 9e4660b518
zlib: fix node crashing on invalid options 8 years ago
XadillaX 2b541471db
dns: fix `resolve` failed starts without network 8 years ago
Rajaram Gaunker 06a617aa21
url: update IDNA error conditions 8 years ago
Timothy Gu 841bb4c61f
url: fix C0 control and whitespace handling 8 years ago
Refael Ackermann 6bfdeedce5 async_wrap: add `asyncReset` to `TLSWrap` 8 years ago
Jason Ginchereau a63b245b0a n-api: Retain last code when getting error info 8 years ago
Ben Noordhuis 46e773c5db src: check if --icu-data-dir= points to valid dir 8 years ago
Daniel Bevenius 29d89c9855
src: split CryptoPemCallback into two functions 8 years ago
Anna Henningsen 28ddac2ec2
buffer: fix indexOf for empty searches 8 years ago
XadillaX 5a948f6f64
dns: fix crash using dns.setServers after resolve4 8 years ago
Sam Roberts d6cd466a25 src: whitelist new options for NODE_OPTIONS 8 years ago
Sam Roberts 53dae83833 src: fix --abort_on_uncaught_exception arg parsing 8 years ago
Daniel Bevenius fefab9026b src: only call FatalException if not verbose 8 years ago
Anna Henningsen 008301167e n-api: remove compiler warning 8 years ago
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