src: deduplicate CHECK_EQ/CHECK_NE macros
[platform/upstream/nodejs.git] / src / node.cc
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-12 Timothy J FontaineMerge branch 'v0.11.12-release'
2014-03-11 Timothy J Fontainesrc: accommodate uv_cwd including null on win32 v0.11.12
2014-03-11 Saúl Ibarra Corretgésrc: adapt to API change in uv_cwd
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-04 Timothy J Fontainesrc: domain should not replace nextTick function
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-01 Fedor Indutnynode: invoke `beforeExit` again if loop was active
2014-02-28 Ben Noordhuissrc: emit 'beforeExit' event on process object
2014-02-24 Alexis Campaillasrc: node.cc use isolate->ThrowException
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Fedor Indutnyprocess: allow changing `exitCode` in `on('exit')`
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-06 Fedor Indutnynode: do not print SyntaxError hints to stderr
2014-02-05 Ben Noordhuissrc: fix MakeCallback() handle leak
2014-02-05 Ben Noordhuissrc: update MakeCallback() function prototype
2014-01-27 Keith M Wesolowskinode: register modules from DSO constructors
2014-01-27 Alexis Campaillanode: fix argument parsing with -p arg
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-21 Fedor Indutnynode: `EmitExit` should not call `exit()`
2014-01-21 Trevor Norrisasync_wrap/timers: remove Add/RemoveAsyncListener
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-09 Timothy J Fontainesrc: OnFatalError handler must abort()
2014-01-09 Trevor Norrissrc: revert domain using AsyncListeners
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-23 Vladimir Kurchatkinsrc: only access stack of non-null errors
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Vladimir Kurchatkinsrc: only access stack of defined errors
2013-12-10 Trevor Norrisnode: follow specification, zero-fill ArrayBuffers
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-16 Ben Noordhuisdebugger: pass on v8 debug switches
2013-11-12 Ben Noordhuissrc: fix Context::Scope usage
2013-11-12 Ben Noordhuissrc: remove global HandleScope
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-11 Trevor Norrisnode: add HandleScope to prevent memory leak
2013-11-11 Ben Noordhuisv8: upgrade to 3.22.24
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-08 Ben Noordhuissrc: remove container_of, use CONTAINER_OF
2013-11-04 Ben Noordhuissrc: fix whitespace/braces lint error from 962686b
2013-11-03 Ben Noordhuissrc: squelch unused variable warning
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norrisnode: add AsyncListener support
2013-10-29 Ben Noordhuisbuild: use zero overhead systemtap probes
2013-10-29 Trevor Norrisnode: don't share state with in_tick/last_threw
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-23 Ben Noordhuissrc: update after v8 api changes
2013-10-16 Fedor Indutnycpplint: disallow if one-liners
2013-10-16 Ben Noordhuisdebugger: fix SIGUSR1 bootstrap race condition
2013-10-16 Ben Noordhuisdebugger: make busy loops SIGUSR1-interruptible
2013-10-11 Trevor Norrislint: fix a cpplint error
2013-10-03 Ben Noordhuissrc: fix up after botched merge conflict
2013-10-03 Ben Noordhuissrc: add JS start/stop methods for idle notifier
2013-10-03 Ben Noordhuissrc: only start idle notifier when profiling
2013-10-03 Ben Noordhuissrc: notify V8 profiler when we're idle
2013-10-03 Ben Noordhuissrc: raise maximum file descriptor limit
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-23 Ben Noordhuissrc: fix v8 PRNG entropy seeding
2013-09-20 Ben Noordhuissrc: seed V8's random number generator at startup
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-07 isaacsprocess: use exit 1 for uncaughtException
2013-09-06 isaacsprocess: Add exitCode property
2013-09-06 Ben Noordhuissrc: add multi-context support
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-05 Ben Noordhuissrc: fix solaris 10 build error
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-03 isaacsprocess: Add internal _rawDebug() method
2013-09-02 Ben Noordhuissrc: clean up CLI argument parser
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-30 Ben NoordhuisRevert "src: call uv_loop_delete() on exit in debug...
2013-08-30 Ben NoordhuisRevert "src: close libuv handles on exit"
2013-08-30 Ben Noordhuissrc: close libuv handles on exit
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-27 Ben Noordhuissrc: remove two pointless globals from node.cc
2013-08-27 Ben Noordhuissrc: call uv_loop_delete() on exit in debug mode
2013-08-27 Ben Noordhuissrc: remove --max-stack-size option
2013-08-21 Domenic Denicolavm, core, module: re-do vm to fix known issues
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
next