944 Commits (23a584d5177f0dd24fe427ae7429433b385e1451)

Author SHA1 Message Date
Phillip Kovalev 5c14efbbe9 module: return correct exports from linked binding 9 years ago
Trevor Norris 95afe28fc5 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris f86a3a2fb5 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris e9192249c8 src: add AsyncCallbackScope 9 years ago
Trevor Norris 575b84ec41 src: fix MakeCallback error handling 9 years ago
James M Snell d387591bbb src: add --security-revert command line flag 9 years ago
Ben Noordhuis 924cc6c633 src: upgrade to new v8::Private api 9 years ago
Phillip Kovalev 71470a8e45 module: pass v8::Object to linked module initialization function 9 years ago
Evan Lucas 78fd43514f node: improve performance of process.hrtime() 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
Trevor Norris 56985ca258 node: improve accessor perf of process.env 9 years ago
Trevor Norris 36e8a2c63d node: improve performance of hrtime() 9 years ago
Trevor Norris 946315f7d8 node: improve GetActiveHandles performance 9 years ago
Trevor Norris 83524b3c18 node: fix erroneously named function call 9 years ago
Yazhong Liu d3c498b1b7 node: remove unused variables in AppendExceptionLine 9 years ago
Julien Gilli 425a3545d2 domains: fix handling of uncaught exceptions 9 years ago
Matt Loring 49440b7ea2 tools: add --prof-process flag to node binary 9 years ago
cjihrig 1ec09b0449 src: don't print garbage errors 9 years ago
Ben Noordhuis e6e78910af src: use GetCurrentProcessId() for process.pid 9 years ago
Chunyang Dai a881b53954 build,src: add Intel Vtune profiling support 9 years ago
Ömer Fadıl Usta 44a298b61c Add missing va_end before return 9 years ago
Ben Noordhuis 9b024422cd Revert "src: fix stuck debugger process" 9 years ago
Ben Noordhuis 53e64bb29e src: fix race condition in debug signal on exit 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Trevor Norris 494227bb03 node: improve GetActiveRequests performance 9 years ago
Brian White 2d3560767e src: fix exception message encoding on Windows 9 years ago
Liang-Chi Hsieh ff877e93e1 src: fix stuck debugger process 9 years ago
Trevor Norris aeee956ac7 async_wrap: correctly pass parent to init callback 9 years ago
Jeremy Whitlock 77a10ed05f src: fix --abort-on-uncaught-exception 9 years ago
Dave Eddy 2e6ece44e1 node: add -c|--check CLI arg to syntax check script 10 years ago
Evan Lucas 30b8bb0aab src: add process.versions.icu 9 years ago
Sakthipriyan Vairamani af881ad647 src: fix function and variable names in comments 9 years ago
Evan Lucas 921f2de6cf src: honor --abort_on_uncaught_exception flag 9 years ago
Evan Lucas 870229e665 src: Add ABORT macro 9 years ago
Sakthipriyan Vairamani 5f6579d366 buffer: remove raw & raws encoding 9 years ago
Trevor Norris 16f86d6c57 buffer: always allocate typed arrays outside heap 9 years ago
Trevor Norris 74178a5682 buffer: construct Uint8Array in JS 9 years ago
Michael Dawson 2a17c7f65e build: Updates to enable AIX support 10 years ago
Oleksandr Chekhovskyi 8e141356ff src: fix v8::CpuProfiler idle sampling 10 years ago
Fedor Indutny a6d674d751 bindings: close after reading module struct 9 years ago
Rod Vagg 278a9267ec src: s/ia32/x86 for process.release.libUrl for win 9 years ago
Roman Reiss 6532e937e1 doc: update environment vars in manpage and --help 9 years ago
Karl Skomski 3bb923740d src: fix buffer overflow for long exception lines 9 years ago
Michaël Zasso 439c1dde15 src: re-enable fast math on arm 10 years ago
Ali Ijaz Sheikh 6c1b26a12e src: enable vector ics on arm again 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis 9a03ae6356 src: enable v8 deprecation warnings and fix them 10 years ago
Karl Skomski 6ed0603fb1 build: add --enable-asan with builtin leakcheck 10 years ago
Evan Lucas 45fb34025d src: only set v8 flags if argc > 1 9 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 10 years ago