1107 Commits (986e1d2c6fda62e189bbcc27c856ee0e58adddaf)

Author SHA1 Message Date
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
Gibson Fahnestock 2d2970e3cb
doc, inspector: note that the host is optional 8 years ago
Teddy Katz a5f91ab230
src: throw when -c and -e are used simultaneously 8 years ago
Jason Ginchereau 56e881d0b0
n-api: add support for abi stable module API 8 years ago
Daniel Bevenius 8a7db9d4b5 src: add --use-bundled-ca --use-openssl-ca check 8 years ago
Sakthipriyan Vairamani (thefourtheye) caf9ae748b lib,src: make constants not inherit from Object 8 years ago
Bartosz Sosnowski bd496e0187
src: ensure that fd 0-2 are valid on windows 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Timothy Gu e2f151f5b2 src: make process.env work with symbols in/delete 8 years ago
Benjamin Fleischer 4897ae2114
benchmark,build,doc,lib,src,test: correct typos 8 years ago
Shigeki Ohtsu 02c98f480c tls: fix macro to check NPN feature 8 years ago
Daniel Bevenius e1d8899c28 src: add HAVE_OPENSSL directive to openssl_config 8 years ago
Brian White f385f77f1d process: improve memoryUsage() performance 8 years ago
Ben Noordhuis b738cbcdd3 src: remove unused typedef 8 years ago
Ben Noordhuis 291b599bba src: fix --icu-data-dir= regression 8 years ago
Ben Noordhuis 46345b9374 src: make --icu-data-dir= switch testable 8 years ago
Sam Roberts 59afa275ad crypto: support OPENSSL_CONF again 8 years ago
Sam Roberts 901e926d43 src: add SafeGetenv() to internal API 8 years ago
Ben Noordhuis a8734af442 src: make copies of startup environment variables 8 years ago
Myk Melez 046f66a554 src: fix building --without-v8-plartform 8 years ago
James M Snell 03e89b3ff2 process: add --redirect-warnings command line argument 8 years ago
Aashil Patel 5d27cc1d0d src: fix the misalinged text on "node --help" 8 years ago