1128 Commits (6cc63797bc63dc0de7888048402127cc10f34f7c)

Author SHA1 Message Date
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 8 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 8 years ago
Eugene Ostroukhov 626a07df5b inspector: restore 9229 as a default port 8 years ago
cjihrig 9f1f7e2a34 inspector: listen on process.debugPort 8 years ago
Daniel Bevenius 8afde12dd3 src: update f function call comment 8 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 8 years ago
Daniel Bevenius a01e8bcf18 src: moving f function call comment 8 years ago
Eugene Ostroukhov 609a265aeb inspector: use script name for target title 9 years ago
Ali Ijaz Sheikh becbcc7981 src: avoid duplicate AtExit functions 8 years ago
Nikolai Vavilov 09f861f231 src: don't include a null character in the WriteConsoleW call 9 years ago
Ben Noordhuis b4ea3a08f1 src: clean up PER_ISOLATE_STRING_PROPERTIES, v2 9 years ago
Ben Noordhuis 8e7cbe2546 src: make debugger listen on 127.0.0.1 by default 9 years ago
Daniel Bevenius 0441f2adb4 src: updating references to the old node.js file 9 years ago
Kunal Pathak 3177b99737 src: fix build break for !NODE_USE_V8_PLATFORM 9 years ago
Aleksei Koziatinskii 26cd48fb9b inspector: add support for uncaught exception 9 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Franziska Hinkelmann ff7a841f4d src: make EnvDelete behave like the delete operator 9 years ago
Eugene Ostroukhov f789eb3106 inspector: Do not crash if the port is n/a 9 years ago
Ben Noordhuis c5c28c3d50 debugger: make listen address configurable 9 years ago
Anna Henningsen 3cac616791
vm: don't print out arrow message for custom error 9 years ago
Ben Noordhuis 92dab4a2b2 src: print backtrace on failed CHECK/ASSERT 9 years ago
Ben Noordhuis be767cf885 src: move ABORT() logic into node::Abort() 9 years ago
Ben Noordhuis e574f5b700 src: print backtrace on abort/unreachable code 9 years ago
Ben Noordhuis 787eddf794 src: print backtrace on fatal error 9 years ago
Ben Noordhuis 5e60ded244 src: check uv_async_init() return value 9 years ago
Stefan Budeanu 410296c37a build: configure --shared 9 years ago
Ben Noordhuis d7087df4da src: use RAII for mutexes and condition variables 9 years ago
Ben Noordhuis a92089b6bd src: alias BINARY to LATIN1 9 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Daniel Bevenius 81b6882e51 src: rename "node" script to "bootstrap_node" 9 years ago
Eugene Ostroukhov 6626919205 inspector: process.exit should wait for inspector 9 years ago
Anna Henningsen 0c73c9fece
src: fix --without-inspector build 9 years ago
Ben Noordhuis 6b48324363 src: fix erroneous fallthrough in ParseEncoding() 9 years ago
Eugene Ostroukhov 624734e640 inspector: reduce implementation in header 9 years ago
Ali Ijaz Sheikh a766ebf594 inspector: change default port 9 years ago
Trevor Norris e0b8dd59bc src: remove final trace of raw encoding 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Anna Henningsen de4161d367
src: remove unused internals from node.cc 9 years ago
Ben Noordhuis aac79dfd78 src: use stack-allocated Environment instances 9 years ago
Ben Noordhuis 58cec4e85b src: move env init logic into Environment class 9 years ago
Ben Noordhuis 3a3996315c lib,src: reset zero fill flag on exception 9 years ago
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator 9 years ago
Ben Noordhuis 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 9 years ago
Ben Noordhuis c3cd453cba src: make IsolateData creation explicit 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
Anna Henningsen 4bd410bbbe
vm: don't abort process when stack space runs out 9 years ago
Cheng Zhao 2ab75b7a42 src: add node::FreeEnvironment public API 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell 5d38d543cd src,module: add --preserve-symlinks command line flag 9 years ago
Ben Noordhuis 844f0a9f58 src: fix sporadic deadlock in SIGUSR1 handler 9 years ago