platform/upstream/nodejs.git
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()
2015-08-26 James M Snelldoc: fix minor types and grammar in fs docs
2015-08-26 James M Snelldoc: update parameter name in net.markdown
2015-08-26 James M Snelldoc: small typo in domain.markdown
2015-08-26 James M Snelldoc: fixed typo in net.markdown (missing comma)
2015-08-26 James M Snelldoc: update description of fs.exists in fs.markdown
2015-08-26 James M Snelldoc: clarification on the 'close' event
2015-08-26 James M Snelldoc: improve working in stream.markdown
2015-08-26 James M Snelldoc: update path.extname documentation
2015-08-26 James M Snelldoc: small clarifications to modules.markdown
2015-08-26 James M Snelldoc: code style cleanups in repl.markdown
2015-08-26 James M Snelldoc: correct grammar in cluster.markdown
2015-08-26 James M Snelldoc: Clarify the module.parent is set once
2015-08-25 Rich Trotttest: speed up test-child-process-spawnsync.js
2015-08-25 Evan Lucasbuild: only define NODE_V8_OPTIONS if not empty
2015-08-25 Jeremiah Senkpieldoc: add internal modules notice
2015-08-25 Rich Trotttest: make spawnSync() test robust
2015-08-25 João Reiswin,msi: Upgrade from old upgrade code
2015-08-25 Ben Noordhuistools: make add-on scraper print filenames
2015-08-25 Ben Noordhuisbuild: make ci test addons in test/addons
2015-08-25 Rod Vaggdoc: update changelog for io.js v3.2.0
2015-08-24 Rich Trotttest: refactor test-https-simple.js
2015-08-24 Evan Lucasbuild: use required platform in android-configure
2015-08-24 Ben Noordhuisstream: rename poorly named function
2015-08-24 Ben Noordhuisstream: micro-optimize high water mark calculation
2015-08-24 Ben Noordhuisstream: fix off-by-factor-16 error in comment
2015-08-24 Bradley Meckmodule: fix module preloading when cwd is ENOENT
2015-08-24 João Reistest: remove test-timers-first-fire
2015-08-24 João Reiswin: fix custom actions for WiX older than 3.9
next