platform/upstream/nodejs.git
2015-09-08 Rod Vagg2015-09-08, Version 4.0.0 (Stable) Release v4.0.0
2015-09-08 Karl Skomskibuild: fix v8_enable_handle_zapping override
2015-09-08 Rod Vaggnode-gyp: float 3.0.1, minor fix for download url
2015-09-08 Fedor Indutnydeps: improve ArrayBuffer performance in v8
2015-09-08 Fedor Indutnycluster: allow shared reused dgram sockets
2015-09-08 Rod Vaggbuild: remote commands on staging in single session
2015-09-08 Rod Vaggdeps: float node-gyp v3.0.0
2015-09-08 Rod Vaggsrc: s/ia32/x86 for process.release.libUrl for win
2015-09-08 Evan Lucaschild_process: use stdio.fd even if it is 0
2015-09-08 Ben Noordhuiscrypto: replace rwlocks with simple mutexes
2015-09-08 Rod Vaggdoc: update AUTHORS list
2015-09-07 Rod Vaggbuild: make .msi install to "nodejs", not "node"
2015-09-07 Ben Noordhuiscpplint: make it possible to run outside git repo
2015-09-07 Kat Marchándeps: create .npmrc during npm tests
2015-09-07 Kat Marchándeps: upgrade to npm 2.14.2
2015-09-06 saperdeps: backport 75e43a6 from v8 upstream (again)
2015-09-06 Rod Vaggbuild: fix .pkg creation tooling
2015-09-06 Rod Vaggdoc: add TSC meeting minutes 2015-09-02
2015-09-06 Roman Reissdoc: update environment vars in manpage and --help
2015-09-06 Karl Skomskisrc: use standard conform snprintf on windows
2015-09-06 Karl Skomskisrc: fix buffer overflow for long exception lines
2015-09-06 Sakthipriyan... doc,test: enable recursive file watching in Windows
2015-09-06 Michaël Zassobuffer: SlowBuffer only accept valid numeric values
2015-09-06 Rod Vaggtest: fix use of `common` before required
2015-09-06 Ali Ijaz Sheikhdeps: upgrade V8 to 4.5.103.30
2015-09-06 Michaël Zassosrc: re-enable fast math on arm
2015-09-06 Ali Ijaz Sheikhsrc: enable vector ics on arm again
2015-09-06 Michaël Zassosrc: replace usage of v8::Handle with v8::Local
2015-09-06 Ben Noordhuissrc: enable v8 deprecation warnings and fix them
2015-09-06 Ali Ijaz Sheikhtest: fix test-repl-tab-complete.js for V8 4.5
2015-09-06 Fedor Indutnycontextify: ignore getters during initialization
2015-09-06 Ali Ijaz Sheikhsrc: apply debug force load fixups from 41e63fb
2015-09-06 Ali Ijaz Sheikhdeps: upgrade V8 to 4.5.103.24
2015-09-06 Jeremiah Senkpielevents,lib: don't require EE#listenerCount()
2015-09-06 Karl Skomskibuild: add --enable-asan with builtin leakcheck
2015-09-06 James M Snellchild_process: check execFile and fork args
2015-09-06 Rich Trotttest: refactor to eliminate flaky test
2015-09-06 Jeremiah Senkpieldoc: update url doc to account for escaping
2015-09-06 Johan Bergströmdoc: reorder collaborators by their usernames
2015-09-06 Alexis Campaillatest: mark eval_messages as flaky
2015-09-06 Ben Noordhuischild_process: add callback parameter to .send()
2015-09-06 Karl Skomskisrc: fix memory leak in ExternString
2015-09-03 João Reistest: mark test-vm-syntax-error-stderr as flaky
2015-09-03 João Reistest: mark test-repl-persistent-history as flaky
2015-09-03 saperdeps: backport 75e43a6 from v8 upstream
2015-09-03 Rod Vaggdoc: update changelog for io.js v3.3.0
2015-09-03 Jeremiah Senkpieltimers: minor _unrefActive fixes and improvements
2015-09-03 Julien Gillitimers: don't mutate unref list while iterating it
2015-09-03 Julien Gillitimers: Avoid linear scan in _unrefActive.
2015-09-02 Evan Lucassrc: only set v8 flags if argc > 1
2015-09-02 Rod Vaggbuild: fix borked chmod call for release uploads
2015-09-02 Saúl Ibarra... deps: upgrade libuv to 1.7.3
2015-09-02 Karl Skomskisrc: only memcmp if length > 0 in Buffer::Compare
2015-09-02 Trevor Norristest: improve performance of stringbytes test
2015-09-02 Rod Vaggbuild: set file permissions before uploading
2015-09-02 Rod Vaggbuild: change staging directory on new server
2015-09-02 Rod Vaggbuild: rename 'doc' directory to 'docs' for upload
2015-09-02 Rod Vaggtools: update release.sh to work with new website
2015-09-02 Rod Vaggbuild: fix bad cherry-pick for vcbuild.bat build-release
2015-09-02 Rod Vaggdoc: add TSC meeting minutes 2015-08-12
2015-09-02 Rich Trotttest: unmark test-process-argv-0.js as flaky
2015-08-31 Rod Vaggdoc: add TSC meeting minutes 2015-08-26
2015-08-30 P.S.V.Rdoc: merge CHANGELOG.md with joyent/node ChangeLog
2015-08-29 Roman Reisstest: lint and refactor to avoid autocrlf issue
2015-08-29 Jeremiah Senkpieldoc: clarify cluster behaviour with no workers
2015-08-28 Bradley MeckIntroduce --link-module to ./configure
2015-08-28 João Reiswin,msi: correct installation path registry keys
2015-08-28 João Reiswin,msi: change InstallScope to perMachine
2015-08-28 Michaël Zassodeps: update V8 to 4.4.63.30
2015-08-27 Sakthipriyan... test: use tmpDir instead of fixturesDir
2015-08-27 Ben NoordhuisRevert "lib,src: add unix socket getsockname/getpeername"
2015-08-27 Ben Noordhuisdoc: update io.js reference
2015-08-27 Ben Noordhuislib: add net.Socket#localFamily property
2015-08-27 Ben Noordhuislib,src: add unix socket getsockname/getpeername
2015-08-27 Ben Noordhuissrc: DRY getsockname/getpeername code
2015-08-27 Сковорода Никита... doc: minor clarification in buffer.markdown
2015-08-27 Сковорода Никита... crypto: Use OPENSSL_cleanse to shred the data.
2015-08-27 Sakthipriyan... test: handling failure cases properly
2015-08-27 Alexis Campaillatest: initial list of flaky tests
2015-08-27 Alexis Campaillatest: pass args to test-ci via env variable
2015-08-27 Alexis Campaillatest: support flaky tests in test-ci
2015-08-27 Alexis Campaillatest: add test configuration templates
2015-08-27 Alexis Campaillatest: runner should return 0 on flaky tests
2015-08-27 Alexis Campaillatest: runner support for flaky tests
2015-08-26 Minwoo Jungdebugger: use strict equality comparison
2015-08-26 Fedor Indutnyhttp_parser: consume StreamBase instance
2015-08-26 Fedor Indutnyenv: introduce `KickNextTick`
2015-08-26 Rich Trotttest: make test-process-argv-0 robust
2015-08-26 Jeremiah Senkpielsrc: missing Exception::Error in node_http_parser
2015-08-26 Rod Vaggdoc: add @jasnell and @sam-github to release team
2015-08-26 Rod Vaggdoc: reorg release team to separate section
2015-08-26 James M Snelldoc: fix bad merge on modules.markdown
2015-08-26 James M Snelldoc: minor additional corrections and improvements
2015-08-26 James M Snelldoc: minor grammatical update in crypto.markdown
2015-08-26 James M Snelldoc: minor grammatical update
2015-08-26 James M Snelldoc: remove repeated statement in globals.markdown
2015-08-26 James M Snelldoc: remove 'dudes' from documentation
2015-08-26 James M Snelldoc: update tense in child_process.markdown
2015-08-26 James M Snelldoc: fixed worker.id type
2015-08-26 James M Snelldoc: port is optional for socket.bind()
next