process: reintroduce ares to versions
[platform/upstream/nodejs.git] / src / node.cc
2015-01-14 Johan Bergströmprocess: reintroduce ares to versions
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-09 Ben Noordhuissrc: disable harmony object literals
2015-01-09 Ben Noordhuissrc: disable harmony classes
2015-01-09 Vladimir Kurchatkinbuild: fix `process.platform`
2015-01-09 Caitlin Pottercore: throw TypeError if chdir() args are wrong
2015-01-08 Bert Beldersrc: prefix ARCH and PLATFORM with NODE_
2015-01-07 Trevor Norrissrc: pass Isolate to node::Utf8Value constructor
2015-01-07 Trevor Norrissrc: pass Isolate to additional locations
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2014-12-14 Ben Noordhuissrc: redo unaligned access workaround
2014-12-13 Ben Noordhuissrc: fix addon loader regression
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Trevor Norrisasync-wrap: add event hooks
2014-12-09 Trevor Norrisnode, async-wrap: remove MakeDomainCallback
2014-12-09 Trevor Norrissrc: remove Async Listener
2014-12-09 Bert Beldernode.cc: use nullptr instead of NULL
2014-12-09 Trevor Norrisnode.cc: fix bad assert
2014-12-05 Trevor Norrisasync-wrap: add event hooks
2014-12-05 Trevor Norrisnode, async-wrap: remove MakeDomainCallback
2014-12-05 Trevor Norrissrc: remove Async Listener
2014-12-04 Thorsten Lorenzmodules: adding load linked modules feature
2014-12-04 Trevor Norrisnode: fix bad assert
2014-12-01 Thorsten Lorenzmodules: adding load linked modules feature
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-18 Ben Noordhuissrc: turn two global vars into local vars
2014-11-06 Saúl Ibarra Corretgécore: fix usage of uv_cwd
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-24 Nikolai Vavilovsrc: fix comparison of WCHAR with nullptr
2014-10-24 Fedor IndutnyMerge remote-tracking branch 'origin/v0.12' into v0.12
2014-10-23 Ben Noordhuissrc: mark empty destructors as default
2014-10-23 Ben Noordhuissrc: update DISALLOW_COPY_AND_ASSIGN() to c++11
2014-10-23 Ben Noordhuissrc: mark virtual functions with override keyword
2014-10-23 Ben Noordhuissrc: replace NULL with nullptr
2014-10-13 Ben Noordhuissrc: attach env directly to api functions
2014-10-13 Ben Noordhuissrc: remove unused Environment::GetCurrent() calls
2014-10-13 Ben Noordhuissrc: remove unused MIN macro
2014-10-13 Ben Noordhuissrc: ignore risky env vars when setuid root
2014-10-11 Ben Noordhuissrc: replace assert() with CHECK()
2014-10-11 Ben Noordhuissrc: remove unnecessary HandleScopes
2014-10-11 Fedor Indutnyv8_platform: provide default v8::Platform impl
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Trevor Norrissrc: update use of ExternalArrayType constants
2014-10-01 Vladimir Kurchatkinnode: avoid automatic microtask runs
2014-10-01 Steven R. Loomisbuild, i18n: improve Intl build, add "--with-intl"
2014-09-29 Rasmus Christian... src: fix VC++ warning C4244
2014-09-18 Vladimir Kurchatkinnode: support v8 microtask queue
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-05 Ben Noordhuissrc: remove Environment::GetCurrentChecked()
2014-09-02 Trevor Norrisnode,async-wrap: verify domain enter/exit are set
2014-08-19 Ben Noordhuisnode: add missing Isolate::Scope at startup
2014-08-11 Alexis Campaillawindows: fix memory leak in WinapiErrnoException
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-02 Jackson Tianprocess: improve process binding
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-07-13 Dean McNameesrc: pass the v8::Context to CreateEnvironment
2014-06-27 Yazhong Liunode: fix #7841 by overlooking the spare sourceline
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-06 Timothy J Fontainesrc: replace usage of String::Utf8Value
2014-06-06 Felix Geisendörferstring_bytes: Guarantee valid utf-8 output
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-05-30 Ben Noordhuissrc: replace CONTAINER_OF with type-safe function
2014-05-23 Ben Noordhuissrc: kill isolate on exit
2014-05-12 Trevor Norrisnode: remove duplicate tickInfo assignment
2014-05-07 Trevor Norrissrc: add --throw-deprecation entry to --help
2014-05-02 Fedor Indutnydebugger: assign Environment to DebugContext too
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-04-17 Fedor Indutnytls: support OCSP on client and server
2014-04-12 Geir Haugemain: Handle SIGINT properly.
2014-04-10 Timothy J Fontainesrc: use monotonic time for process.uptime()
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-07 Saúl Ibarra Corretgésrc: fix use of uv_cwd, len includes the NULL byte
2014-04-07 Saúl Ibarra Corretgésrc: update uv callbacks after API changes
2014-04-01 Ben Noordhuissrc: fix up after v8 upgrade
2014-04-01 Ben Noordhuisconfigure: make --v8-options switch more robust
2014-03-29 Fedor Indutnyconfigure: --v8-options option
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-26 Ben Noordhuissrc: seed V8's random number generator at startup
2014-03-17 Fedor Indutnyheaders: remove env.h from node_internals.h
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'
next