process: allow changing `exitCode` in `on('exit')`
[platform/upstream/nodejs.git] / src / node.cc
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'
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-15 Ben Noordhuissrc: add MakeCallback() that takes an array index
2013-08-09 Trevor Norrisdomain: share object and state with native land
2013-08-09 Trevor Norrisnode: remove domain nextTick
2013-08-09 Ben Noordhuissrc: fix windows build breakage from f674b09
2013-08-09 Ben Noordhuissrc: use v8::String::NewFrom*() functions
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-02 Trevor Norrisprocess: set key properties as ReadOnly
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal()
2013-08-01 Ben Noordhuissrc: don't include <string.h> twice in src/node.cc
2013-08-01 Bert Belderbuild: un-break the windows build
2013-07-31 Ben Noordhuissrc: more lint after cpplint tightening
2013-07-31 Fedor Indutnysrc: lint c++ code
2013-07-31 Trevor Norrisnode: add inTick and lastThrew to infoBox
2013-07-30 Ben Noordhuisstring_bytes: don't use named imports in header
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
next