956 Commits (7a9c8d8f10a9e420ac12897f6ef8f3b077a94a8d)

Author SHA1 Message Date
Patrick Mueller 7a9c8d8f10
process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Fedor Indutny 23a573f7cb
process: add `process.memoryUsage.external` 8 years ago
Trevor Norris 60883de30f async_wrap: call destroy() callback in uv_idle_t 8 years ago
Michael Dawson 51e09d00c4 src: normalize malloc, realloc 9 years ago
Ben Noordhuis 748e424163 debugger: make listen address configurable 10 years ago
sxa555 f21c2b9d3b build: configure --shared 9 years ago
Miguel Angel Asencio Hurtado f669a08b76 src: fix typo rval to value 9 years ago
Steven R. Loomis 2e29b76666 intl: Don't crash if v8BreakIterator not available 9 years ago
Nikolai Vavilov 606deecd16 src: don't include a null character in the WriteConsoleW call 9 years ago
Ben Noordhuis a5b6c2cdd7 src: use RAII for mutexes and condition variables 9 years ago
Ben Noordhuis db2b23f06f src: fix sporadic deadlock in SIGUSR1 handler 9 years ago
Anna Henningsen 855759757a vm: don't print out arrow message for custom error 9 years ago
Ben Noordhuis c03bd57ac6 src: check uv_async_init() return value 9 years ago
Ben Noordhuis 2b0dce5a5b src: don't use locale-sensitive strcasecmp() 9 years ago
Cheng Zhao b21d145c2a src: add node::FreeEnvironment public API 10 years ago
Robert Jefe Lindstaedt c237ac3d68 doc: git mv to .md 9 years ago
James M Snell fb03e57de2 buffer: backport --zero-fill-buffers cli option 9 years ago
Trevor Norris 747f107188 async_wrap: don't abort on callback exception 9 years ago
Trevor Norris c06e2b07b6 async_wrap: notify post if intercepted exception 9 years ago
Trevor Norris c3d87eee49 src: reword command and add ternary 9 years ago
Trevor Norris ee7040568d src,http_parser: remove KickNextTick call 9 years ago
Trevor Norris 63356df39c src,http: fix uncaughtException miss in http 9 years ago
Trevor Norris 981bbcd925 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris d77b28c6b3 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris cb291d5c7f src: add AsyncCallbackScope 9 years ago
Trevor Norris 2eb097f212 src: fix MakeCallback error handling 9 years ago
Chunyang Dai 834ea2c5c0 build,src: add Intel Vtune profiling support 9 years ago
Ben Noordhuis af41a63d0f src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Jeremiah Senkpiel e43e8e3a31 doc: add a cli options doc page 9 years ago
Jeremiah Senkpiel eb0ed46665 doc: reformat & improve node.1 manual page 9 years ago
Matt Loring 0164e12a6c tools: add --prof-process flag to node binary 9 years ago
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