src: update after v8 api changes
[platform/upstream/nodejs.git] / src / node.cc
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'
2013-07-29 Ben Noordhuissrc: don't use NewExternal() with unaligned strings
2013-07-28 Ben Noordhuissrc: remove unused tick_spinner
2013-07-25 Ben Noordhuissrc: fix process.getuid() return value
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-19 Ben Noordhuissrc: add IsFunction() assert to MakeCallback
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-11 Ben Noordhuisbuild: fix windows build
2013-07-10 Trevor Norrisnode: call MakeDomainCallback in all domain cases
2013-07-07 Ben Noordhuissrc: cast strong persistent handles to locals
2013-07-06 Ben Noordhuissrc: enable native v8 typed arrays
2013-07-06 Ben Noordhuissrc: abort() on fatal error in debug mode
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-05 Ben Noordhuissrc: fix memory leak in UsingDomains()
2013-07-03 Trevor Norrissmalloc: use malloc instead of new
2013-06-26 Miroslav Bajtossrc: break on uncaught exception
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-17 Linus Mårtenssonbuild: add android support
2013-06-15 Fedor Indutnyprocess: abstract out HandleToStream
2013-06-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-06-04 Ben Noordhuissrc: replace ngx-queue.h with queue.h
2013-05-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-30 Trevor Norrisprocess: remove spinner
2013-05-30 Trevor Norrisprocess: remove max tick check for domains
2013-05-30 Trevor Norrisprocess: remove maxTickDepth from _tickCallback
2013-05-29 Ben Noordhuissrc: replace c-style casts with c++-style casts
2013-05-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-05-27 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-23 Timothy J Fontainedtrace: unify dtrace and systemtap interfaces
2013-05-22 Trevor Norrissrc: upgrade to new v8 api
2013-05-20 isaacsMerge remote-tracking branch ry/v0.10 into master
2013-05-17 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-05-16 Trevor Norrissrc: add node_isolates
2013-05-14 isaacssrc: use StringBytes for DecodeWrite/DecodeBytes/Encode
2013-05-13 Bert BelderMerge branch 'v0.10'
2013-05-08 Miroslav Bajtošsrc: initialize debug-related uv_async_t handles
2013-05-08 Miroslav Bajtošdebugger, cluster: each worker has new debug port
2013-05-03 Bert BelderMerge branch 'v0.10'
2013-05-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-04-18 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-12 Fedor IndutnyMerge branch 'v0.10'
2013-04-10 Trevor Norrissrc: get rid of compiler warning
2013-04-10 Trevor Norrissrc: add using_domains to node_internals
2013-04-10 Trevor Norrisdomain: change name for domain setup
2013-04-10 Trevor Norrissrc: add node_isolate to remaining scopes
2013-04-08 Rod Vaggprocess: expose NODE_MODULE_VERSION in process.versions
2013-04-05 isaacsMerge remote-tracking branch 'ry/v0.10'
next