767 Commits (6d15b163b090f7dd218843fdca55f874da5daead)

Author SHA1 Message Date
Ben Noordhuis 70f198ddb1 src: seed V8's random number generator at startup 11 years ago
Fedor Indutny 7b9771f569 headers: remove env.h from node_internals.h 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Timothy J Fontaine 7d6b8db40f src: accommodate uv_cwd including null on win32 11 years ago
Saúl Ibarra Corretgé d2f2a32b89 src: adapt to API change in uv_cwd 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Fedor Indutny 5596f936d8 node: invoke `beforeExit` again if loop was active 11 years ago
Ben Noordhuis a2eeb43ded src: emit 'beforeExit' event on process object 11 years ago
Alexis Campailla 440b9e2245 src: node.cc use isolate->ThrowException 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Fedor Indutny c0d81f9099 process: allow changing `exitCode` in `on('exit')` 11 years ago
Fedor Indutny f1de13b8ab node: do not print SyntaxError hints to stderr 11 years ago
Ben Noordhuis 4dc6f4adf4 src: fix MakeCallback() handle leak 11 years ago
Ben Noordhuis 1f2f3fa83a src: update MakeCallback() function prototype 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Alexis Campailla 14d6df8702 node: fix argument parsing with -p arg 11 years ago
Fedor Indutny e57ab7ba06 node: `EmitExit` should not call `exit()` 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
Timothy J Fontaine 270c2deb84 src: OnFatalError handler must abort() 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Vladimir Kurchatkin 055f7e9da9 src: only access stack of non-null errors 11 years ago
Vladimir Kurchatkin 259d449622 src: only access stack of defined errors 11 years ago
Trevor Norris 7222539936 node: follow specification, zero-fill ArrayBuffers 11 years ago
Ben Noordhuis bd9c66668c debugger: pass on v8 debug switches 11 years ago
Ben Noordhuis 27f115d715 src: fix Context::Scope usage 11 years ago
Ben Noordhuis fd819efbdf src: remove global HandleScope 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Trevor Norris 7f09a13bba node: add HandleScope to prevent memory leak 11 years ago
Ben Noordhuis f230a1cf74 v8: upgrade to 3.22.24 11 years ago
Ben Noordhuis 0619467bd3 src: remove container_of, use CONTAINER_OF 11 years ago
Ben Noordhuis 7acdabbf50 src: fix whitespace/braces lint error from 962686b 11 years ago
Ben Noordhuis 962686b67b src: squelch unused variable warning 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Ben Noordhuis c4def505cb build: use zero overhead systemtap probes 11 years ago
Trevor Norris 4b84e42f67 node: don't share state with in_tick/last_threw 12 years ago
Ben Noordhuis ef4a35bca5 src: update after v8 api changes 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Ben Noordhuis 4234bcce48 debugger: fix SIGUSR1 bootstrap race condition 11 years ago
Ben Noordhuis ca363cf1ae debugger: make busy loops SIGUSR1-interruptible 11 years ago
Trevor Norris 7503e4c882 lint: fix a cpplint error 11 years ago
Ben Noordhuis 58729f1bcd src: fix up after botched merge conflict 11 years ago
Ben Noordhuis f649626c6f src: add JS start/stop methods for idle notifier 11 years ago
Ben Noordhuis 9566fe82cd src: only start idle notifier when profiling 11 years ago
Ben Noordhuis 57231d5286 src: notify V8 profiler when we're idle 11 years ago
Ben Noordhuis 6820054d2d src: raise maximum file descriptor limit 11 years ago
Ben Noordhuis 75ea566f5a src: fix v8 PRNG entropy seeding 11 years ago
Ben Noordhuis 7ac23910c5 src: seed V8's random number generator at startup 11 years ago
isaacs b30a03eda0 process: use exit 1 for uncaughtException 12 years ago
isaacs a5dba82ee2 process: Add exitCode property 12 years ago