925 Commits (b18fd416493cc084fe4cf65b2b2261435cc8d7fe)

Author SHA1 Message Date
James M Snell da3750f981 src: add --security-revert command line flag 9 years ago
Yazhong Liu 03e9495cc2 node: remove unused variables in AppendExceptionLine 9 years ago
Ben Noordhuis 70974e9362 src: use GetCurrentProcessId() for process.pid 9 years ago
cjihrig c96eca164f src: don't print garbage errors 9 years ago
Julien Gilli 88e8d93e14 domains: fix handling of uncaught exceptions 9 years ago
Ömer Fadıl Usta 29e043c919 Add missing va_end before return 9 years ago
Ben Noordhuis 3bafe1a59b src: fix race condition in debug signal on exit 9 years ago
Brian White fe01d0df7a src: fix exception message encoding on Windows 10 years ago
Rod Vagg 42b936e78d src: add process.release.lts property 10 years ago
Trevor Norris 3eaa593a32 async_wrap: correctly pass parent to init callback 10 years ago
Jeremy Whitlock 546e8333ba src: fix --abort-on-uncaught-exception 10 years ago
Dave Eddy 9d65528b01 node: add -c|--check CLI arg to syntax check script 10 years ago
Evan Lucas 7271cb047c src: add process.versions.icu 10 years ago
Sakthipriyan Vairamani fde0c6f321 src: fix function and variable names in comments 10 years ago
Evan Lucas 2034f68668 src: honor --abort_on_uncaught_exception flag 10 years ago
Evan Lucas 0b1ca4a9ef src: Add ABORT macro 10 years ago
Trevor Norris 4b4cfa2d44 buffer: always allocate typed arrays outside heap 10 years ago
Trevor Norris 7df018a29b buffer: construct Uint8Array in JS 10 years ago
Michael Dawson 43397b204e build: Updates to enable AIX support 10 years ago
Oleksandr Chekhovskyi b0df2273ab src: fix v8::CpuProfiler idle sampling 10 years ago
Fedor Indutny 9683e5df51 bindings: close after reading module struct 10 years ago
Rod Vagg d2d981252b src: s/ia32/x86 for process.release.libUrl for win 10 years ago
Roman Reiss d3d5b93214 doc: update environment vars in manpage and --help 10 years ago
Karl Skomski cddbec231f src: fix buffer overflow for long exception lines 10 years ago
Michaël Zasso dd3f3417c7 src: re-enable fast math on arm 10 years ago
Ali Ijaz Sheikh e137c1177c src: enable vector ics on arm again 10 years ago
Michaël Zasso 7ce749d722 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis b1a2d9509f src: enable v8 deprecation warnings and fix them 10 years ago
Karl Skomski 101db80111 build: add --enable-asan with builtin leakcheck 10 years ago
Evan Lucas 2308a27c0a src: only set v8 flags if argc > 1 10 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 10 years ago
cjihrig 4f50d3fb90 process: make process.release.name "node" 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 10 years ago
Evan Lucas 1c20b87d19 src: improve startup time 10 years ago
Karl Skomski b48385a3aa src: fix memory leak in DLOpen 10 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 10 years ago
Michaël Zasso d20093246b src: disable vector ICs on arm 10 years ago
Rod Vagg ba9ccf227e node: remove redundant --use-old-buffer 10 years ago
Rod Vagg 04fd4fad46 src: introduce process.release object 10 years ago
Fedor Indutny ef65321083 node: do not override `message`/`stack` of error 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Trevor Norris 93660c8b8e node: remove bad fn call and check 10 years ago
Bradley Meck cf14a2427c src: add --track-heap-objects 10 years ago
Bradley Meck 6bef15afe7 src: remove traceSyncIO property from process 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Evan Lucas 5b6f575c1f Revert "src: add getopt option parser" 10 years ago
Evan Lucas c0e7bf2d8c src: add getopt option parser 10 years ago
Trevor Norris c1de6d249e core: implement runtime flag to trace sync io 10 years ago