752 Commits (22879e749e595a730f194615874ca9710a0f5bf1)

Author SHA1 Message Date
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 11 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 11 years ago
isaacs a5dba82ee2 process: Add exitCode property 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Ben Noordhuis 6df4741f84 src: fix solaris 10 build error 11 years ago
isaacs 906a175a0b process: Add internal _rawDebug() method 12 years ago
Ben Noordhuis 185c515c9f src: clean up CLI argument parser 11 years ago
Ben Noordhuis 10ccbd501f Revert "src: call uv_loop_delete() on exit in debug mode" 11 years ago
Ben Noordhuis bbed881ec4 Revert "src: close libuv handles on exit" 11 years ago
Ben Noordhuis 4915884da6 src: close libuv handles on exit 11 years ago
Ben Noordhuis 8d567f43d0 src: remove two pointless globals from node.cc 11 years ago
Ben Noordhuis 556b890ad9 src: call uv_loop_delete() on exit in debug mode 12 years ago
Ben Noordhuis 3a87b31bfa src: remove --max-stack-size option 12 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 12 years ago
Ben Noordhuis 7a3f7780dc src: add MakeCallback() that takes an array index 12 years ago
Trevor Norris 3f5d5847e2 domain: share object and state with native land 12 years ago
Trevor Norris 2ef1782bbc node: remove domain nextTick 12 years ago
Ben Noordhuis 78f709d0d4 src: fix windows build breakage from f674b09 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Trevor Norris c80f8fa8f1 process: set key properties as ReadOnly 12 years ago