platform/upstream/nodejs.git
2015-04-11 Ben Noordhuissrc: disable fast math on arm
2015-04-11 Marat Abdullinbuild: support building io.js as a static library
2015-04-11 Jeremiah Senkpieldoc: remove keepAlive options from http.request
2015-04-11 Alex Yurshadoc: remove redundant parameter in `end` listener.
2015-04-11 Jackson Tiandoc: document Console class
2015-04-10 Bert Belderwin,node-gyp: optionally allow node.exe/iojs.exe to...
2015-04-10 cjihrigdeps: make node-gyp work with io.js
2015-04-10 Forrest L Norvelldeps: upgrade npm to 2.7.6
2015-04-10 Alex Kocharinreadline: fix calling constructor without new
2015-04-10 Shigeki Ohtsutools: add to install deps/openssl/config/archs
2015-04-10 Shigeki Ohtsudeps: generate opensslconf.h for architectures
2015-04-10 Shigeki Ohtsudeps: add Makefile to generate opensslconf.h
2015-04-10 Shigeki Ohtsudeps: make opensslconf.h include each target arch
2015-04-09 Brendan Ashworthlib: reduce process.binding() calls
2015-04-09 Jeremiah Senkpieldoc: properly indent http.Agent keepAlive options
2015-04-09 Roman Reisstest: increase timeouts on ARM
2015-04-09 Jackson Tianbenchmark: don't check wrk in non-http benchmark
2015-04-09 Roman Reissdoc: update curl usage in COLLABORATOR_GUIDE
2015-04-09 Andrew Critesdoc: update CONTRIBUTING links.
2015-04-09 Rod Vaggdoc: add TC meeting 2015-03-18 minutes
2015-04-09 Rod Vaggdoc: add TC meeting 2015-04-01 minutes
2015-04-09 Rod Vaggdoc: update AUTHORS list
2015-04-08 Fedor Indutnysmalloc: do not track external memory
2015-04-07 Ben Noordhuislinux: fix epoll_pwait() fallback on arm64
2015-04-07 Ben Noordhuistest: double test timeout on arm machines
2015-04-07 Jackson Tianzlib: make constants keep readonly
2015-04-07 Johan Bergströmbuild: Remove building against a shared V8
2015-04-06 Jeremiah SenkpielWorking on v1.6.5
2015-04-06 Jeremiah Senkpiel2015-04-06 io.js v1.6.4 Release v1.6.4
2015-04-06 Oguz Bastemurtools: fix install source path for openssl headers
2015-04-06 Shigeki Ohtsutools: remove gyp test directory
2015-04-05 Giovanny Andres... Revert "doc: fix typo in CHANGELOG.md"
2015-04-04 Peter Petrovdoc: add Docker WG
2015-04-04 Kelseydoc: fix minor typos in COLLABORATOR_GUIDE.md
2015-04-04 Giovanny Andres... doc: fix typo in CHANGELOG.md
2015-04-04 Jeffrey Jagodaurl: fix resolving from non-file to file URLs.
2015-04-04 Jeremiah Senkpieldoc: add GPG fingerprint for Fishrock123
2015-04-04 Jeremiah Senkpieldoc: better formatting for collaborator GPG keys
2015-04-04 Shigeki Ohtsubenchmark: add rsa/aes-gcm performance test
2015-04-04 Shigeki Ohtsubenchmark: add/remove hash algorithm
2015-04-04 Shigeki Ohtsudeps: refactor openssl.gyp
2015-04-04 Shigeki Ohtsutools: fix gyp to work on MacOSX without XCode
2015-04-04 Fedor Indutnygyp: fix build with python 2.6
2015-04-04 Shigeki Ohtsudeps: update gyp to e1c8fcf7
2015-04-04 Bert Belderwin,node-gyp: optionally allow node.exe/iojs.exe to...
2015-04-04 cjihrigdeps: make node-gyp work with io.js
2015-04-04 Forrest L Norvelldeps: upgrade npm to 2.7.5
2015-04-03 Fedor Indutnytimers: remove redundant code
2015-04-03 Fedor Indutnytest: add test for a unref'ed timer leak
2015-04-03 Fedor Indutnytimers: do not restart the interval after close
2015-04-03 Julien Gillitimers: don't close interval timers when unrefd
2015-04-03 Trevor Norristimers: fix unref() memory leak
2015-04-03 Ali Ijaz Sheikhsrc: setup cluster workers before preloading
2015-04-03 Giovanny Andres... build: default to armv7+vfpv3 for android
2015-04-03 Aria Stewartdoc,src: remove references to --max-stack-size
2015-04-03 Ben Noordhuissrc: drop homegrown thread pool, use libplatform
2015-04-03 Kohei TAKATAdoc: add back quote to boolean variable 'true'
2015-04-03 Johan Bergströmbuild: avoid passing private flags from pmake
2015-04-03 Brian Whitebenchmark: fix chunky client benchmark execution
2015-04-02 Johan Bergströmsrc: wrap MIN definition in infdef
2015-04-01 Ben Noordhuisdeps: check in gtest, add util unit test
2015-04-01 Ben Noordhuisv8: back-port openbsd/amd64 build fix
2015-04-01 Rod Vaggdoc: add TC meeting minutes 2015-03-04
2015-04-01 Johan Bergströmbuild: Pass BSDmakefile args to gmake
2015-03-31 Brian Whitelib: remove unused variables
2015-03-31 Jeremiah Senkpieldoc: fix util.isObject documentation
2015-03-31 Rod VaggWorking on v1.6.4
2015-03-31 Rod Vagg2015-03-31 io.js v1.6.3 Release v1.6.3
2015-03-30 Bert Belderwin,node-gyp: optionally allow node.exe/iojs.exe to...
2015-03-30 cjihrigdeps: make node-gyp work with io.js
2015-03-30 Forrest L Norvelldeps: upgrade npm to 2.7.4
2015-03-30 Farrin Reiddoc: add WG links in WORKING_GROUPS.md & fix nits
2015-03-29 Ben Noordhuistest: fix race in parallel/test-vm-debug-context
2015-03-28 Ben Noordhuissrc: ignore ENOTCONN on shutdown race with child
2015-03-28 Ali Ijaz Sheikhsrc: fix minor memleak in preload-modules
2015-03-28 Roman Reissdoc: decouple sidebar scrolling
2015-03-27 Ben Noordhuisdeps: upgrade v8 to 4.1.0.27
2015-03-27 Brendan Ashworthstreams: use strict on _stream_wrap
2015-03-27 Petka Antonovtimers: make Timer.close idempotent
2015-03-27 Phillip Lamplughdoc: fix spelling error in feature flags
2015-03-27 Jackson Tiandebugger: don't spawn child process in remote mode
2015-03-27 Roman Reisstest: reduce sequential/test-fs-watch flakiness
2015-03-27 Ben Noordhuisjs2c: fix module id generation on windows
2015-03-26 Ben Noordhuissrc: don't lazy-load timer globals
2015-03-26 Jeremiah SenkpielRevert "doc: clarify real name requirement"
2015-03-26 Bert Belderwin,node-gyp: make delay-load hook optional
2015-03-26 Jeremiah Senkpieltimers: cleanup interval handling
2015-03-26 Roman Reisstimers: assure setTimeout callback only runs once
2015-03-25 Fedor Indutnytls_wrap: fix this incredibly stupid leak
2015-03-25 Fedor Indutnytls_wrap: fix BIO leak on SSL error
2015-03-25 Vladimir Kurchatkiniojs: introduce internal modules
2015-03-25 Brendan Ashworthdoc: fix format docs discrepancy
2015-03-25 Brian Whitestring_decoder: optimize write()
2015-03-25 Bert Belderwin,node-gyp: allow node.exe/iojs.exe to be renamed
2015-03-25 Olov Lassusfs: fix corruption in writeFile and writeFileSync
2015-03-24 Roman Reissdoc: clarify real name requirement
2015-03-24 Roman Reissdoc: document repl on-demand module loading
2015-03-24 Mayhemlib: add missing `new` for errors lib/*.js
2015-03-24 Alex Yurshaassert: simplify logic of testing buffer equality
2015-03-23 cjihrigdeps: make node-gyp work with io.js
next