1038 Commits (8895c314ac0270196072fa1217006b95379e265b)

Author SHA1 Message Date
Steven R. Loomis 4fb27d43f0
intl: Add more versions from ICU 8 years ago
Ben Noordhuis 63c47e7189 src: remove superfluous env_string string 8 years ago
Ben Noordhuis 921d2b080e src: make cross-context MakeCallback() calls work 8 years ago
Ben Noordhuis ceb6023260 src: clean up program/isolate/env init logic 8 years ago
Ben Noordhuis d77e818a54 src: simplify code, remove NodeInstanceData 8 years ago
Marc Udoff d3b1a2b4dd src: add NODE_PRESERVE_SYMLINKS environment variable 8 years ago
Fedor Indutny db411cf116 node: --openssl-config cli argument 8 years ago
Miguel Angel Asencio Hurtado 88323e8744 src: fix typo rval to value 8 years ago
James M Snell a6e1be4a4e src: update module version mismatch error message 8 years ago
Anna Henningsen 72c60e892c
src: notify V8 for low memory when alloc fails 8 years ago
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