platform/upstream/nodejs.git
2015-09-15 Brendan Ashworthstreams: refactor LazyTransform to internal/
2015-09-15 Yazhong Liufs: consider NaN/Infinity in toUnixTimestamp
2015-09-15 Fedor Indutnyhttp_server: fix resume after socket close
2015-09-15 Kat Marchándeps: upgraded to node-gyp@3.0.3 in npm
2015-09-15 Kat Marchándeps: upgrade to npm 2.14.3
2015-09-15 Ron Korvingfs: implemented WriteStream#writev
2015-09-15 Matt Loringtools: add missing tick processor polyfill
2015-09-15 Matt Loringtools: fix flakiness in test-tick-processor
2015-09-15 Danny Nemerdoc: fix broken link in repl.markdown
2015-09-15 Ionică Bizăudoc: fix typos in README
2015-09-15 Mike Tunnicliffedoc: add tunniclm as a collaborator
2015-09-15 Roman Klaukesrc: use ZCtxt as a source for v8::Isolates
2015-09-15 Rich Trotttest: remove disabled test
2015-09-15 Jeremiah Senkpieldoc: fix two doc errors in stream and process
2015-09-15 Tristian Flanagandoc: fixed io.js references in process.markdown
2015-09-15 Rich Trotttest: split up internet dns tests
2015-09-15 Rich Trotttest: increase dgram timeout for armv6
2015-09-15 Sakthipriyan... tools: remove hyphen in TAP result
2015-09-15 Oleksandr Chekhovskyisrc: fix v8::CpuProfiler idle sampling
2015-09-15 Saúl Ibarra... deps: update libuv to version 1.7.4
2015-09-15 Minwoo Jungdoc: use "Calls" over "Executes" for consistency
2015-09-11 Rich Trotttest: remove valid hostname check in test-dns.js
2015-09-11 Anne-Gaelle... doc: use US English for consistency
2015-09-11 Fedor Indutnydeps: cherry-pick 6da51b4 from v8's upstream
2015-09-11 Fedor Indutnybindings: close after reading module struct
2015-09-11 Anne-Gaelle... doc: use 3rd person singular for consistency
2015-09-11 Brian Whitewin,msi: fix documentation shortcut url
2015-09-11 Sam Robertsdoc: describe process API for IPC
2015-09-11 Rich Trotttest: expect error for test_lookup_ipv6_hint on FreeBSD
2015-09-08 Rich Trottdoc: fix comma splice in Assertion Testing doc
2015-09-08 Rod VaggWorking on 4.0.1
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
next