src: remove two pointless globals from node.cc
[platform/upstream/nodejs.git] / src / node.cc
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'
2013-04-02 Brian Whitesrc: remove unused variables
2013-03-29 Trevor Norrislint: add isolate, remove semicolon
2013-03-29 Ben Noordhuissrc: fix Persistent<> deprecation warning
2013-03-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-03-28 isaacsMerge branch 'v0.10.2-release' into v0.10
2013-03-28 Ben Noordhuissrc: tie process.versions.uv to uv_version_string()
2013-03-27 Trevor Norrisdomain: fix domain callback from MakeCallback
2013-03-25 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-03-21 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-03-21 Trevor Norrissrc: write ascii strings using WriteOneByte
2013-03-20 Trevor Norrissrc: pass Isolate to all applicable api
2013-03-20 Trevor Norrisbindings: update api
2013-03-17 Trevor Norrisnode: revert removal of MakeCallback
2013-03-09 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-09 isaacscore: Append filename properly in dlopen on windows
2013-03-06 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-06 isaacsnode: Add --throw-deprecation
2013-03-06 Ben Noordhuishandle_wrap: replace unref_ field with flags_ field
2013-03-06 isaacscares: Set process._errno, not global.errno
2013-03-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-02 Trevor Norrisevents: _events to object and undefined not null
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Ben Noordhuislib, src: remove errno global
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-27 isaacscore: Mark exit() calls with status codes
2013-02-27 isaacscore: Use a uv_signal for debug listener
2013-02-25 Ben Noordhuissrc, test: downgrade to v8 3.14 api
next