1128 Commits (6cc63797bc63dc0de7888048402127cc10f34f7c)

Author SHA1 Message Date
Sam Roberts c4a61b3ee5 src: check whether inspector is doing io 8 years ago
Sam Roberts 2791b360c1 inspector: allow --inspect=host:port from js 8 years ago
cjihrig df5d8e031a src: remove process._inspectorEnbale 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
Ben Noordhuis 399cb25f62 inspector: bind to random port with --inspect=0 8 years ago
cjihrig 88fe7e84e5 src: reduce duplicate code in SafeGetenv() 8 years ago
Refael Ackermann 16689e30ae inspector: --debug* deprecation and invalidation 8 years ago
Anna Henningsen a86323dc64
async_hooks: implement C++ embedder API 8 years ago
Daniel Bevenius ae5e65c72f src: fix InspectorStarted macro guard 8 years ago
Daniel Bevenius 6caf1b093a src: add linux getauxval(AT_SECURE) in SafeGetenv 8 years ago
Matt Loring 920278bd37
async_wrap,src: promise hook integration 8 years ago
Sam Roberts b659385791 src: allow --tls-cipher-list in NODE_OPTIONS 8 years ago
Sam Roberts 3954ea9f41
inspector: document bad usage for --inspect-port 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
Eugene Ostroukhov 5c26378cb7 inspector: fix process._debugEnd() for inspector 8 years ago
Ben Noordhuis 46e773c5db src: check if --icu-data-dir= points to valid dir 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
Gabriel Schulhof 276720921b
addons: remove semicolons from after module definition 8 years ago
Trevor Norris c0bde73f1b
src: implement native changes for async_hooks 8 years ago
Eugene Ostroukhov 3f48ab3042 inspector: do not add 'inspector' property 8 years ago
Anna Henningsen d56a7e640f
src: do proper StringBytes error handling 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
Michaël Zasso 719247ff95
src: remove debugger dead code 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
Sam Roberts f2282bb812 src: allow CLI args in env with NODE_OPTIONS 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
Daniel Bevenius bde26a62bf src: remove TODO about uv errno removal 8 years ago
Ben Noordhuis e0b076a949 lib,src,test: update --debug/debug-brk comments 8 years ago
Anna Henningsen 6a1275dfec src: add missing "http_parser.h" include 8 years ago
James M Snell a16b570f8c src: add --pending-deprecation and NODE_PENDING_DEPRECATION 8 years ago
Anna Henningsen 9d522225e7
src: reduce number of exported symbols 8 years ago
Sam Roberts 8086cb68ae src: use option parser for expose_internals 8 years ago
Sam Roberts e505c079e0 src: supply missing comments for CLI options 8 years ago
Daniel Bevenius ec53921d2e src: make AtExit callback's per Environment 8 years ago
Daniel Bevenius de168b4b4a src: guard bundled_ca/openssl_ca with HAVE_OPENSSL 8 years ago
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect 8 years ago
Tobias Nießen 88351a22ed
crypto: handle exceptions in hmac/hash.digest 8 years ago
Sam Roberts cecdf7c118
src: use a std::vector for preload_modules 8 years ago
Daniel Bevenius fe016c6cd9 src: use std::list for at_exit_functions 8 years ago
Daniel Bevenius 65a6e05da5 src: only block SIGUSR1 when HAVE_INSPECTOR 8 years ago
Sam Roberts 809ca2ff8f
src: use std::string for trace enabled_categories 8 years ago
Eugene Ostroukhov 7599b0ef9d debug: activate inspector with _debugProcess 8 years ago