platform/upstream/nodejs.git
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
2015-03-23 Forrest L Norvelldeps: upgrade npm to 2.7.3
2015-03-23 Ben Noordhuissrc: remove unnecessary environment lookups
2015-03-23 Ben Noordhuissrc: make accessors immune to context confusion
2015-03-23 Rod VaggWorking on v1.6.3
2015-03-23 Rod Vagg2015-03-23 io.js v1.6.2 Release v1.6.2
2015-03-23 Connor Peetutil: Check input to util.inherits
2015-03-23 Johan Bergströmdeps: upgrade v8 to 4.1.0.25
2015-03-22 Ben Noordhuistest: move sequential/test-signal-unregister
2015-03-22 Ben Noordhuistest: fix timing issue in signal test
2015-03-22 Ben Noordhuisvm: fix crash on fatal error in debug context
2015-03-22 Rod Vaggdoc: update AUTHORS list
2015-03-22 Mathieu Darsedoc: fix typo in CHANGELOG
2015-03-22 Fedor Indutnynode: ensure that streams2 won't `.end()` stdin
2015-03-22 Brendan Ashworthtest: fix crypto-binary-default bad crypto check
2015-03-21 Ben Noordhuisdoc: call js function in null context
2015-03-21 Ben Noordhuisdoc: don't use `using namespace v8`
2015-03-21 Ben Noordhuisdoc: replace v8::Handle<T> with v8::Local<T>
2015-03-21 Ben Noordhuisdoc: remove unnecessary v8::HandleScopes
2015-03-21 Ben Noordhuisdoc: remove uses of v8::Isolate::GetCurrent()
2015-03-20 Ben Noordhuistest: add setTimeout/setInterval multi-arg tests
2015-03-20 Ben Noordhuislib: don't penalize setInterval() common case
2015-03-20 Ben Noordhuislib: don't penalize setTimeout() common case
2015-03-20 Fedor Indutnysrc: reset signal handler to SIG_DFL on FreeBSD
2015-03-20 Michaël Zassomodule: allow require('.')
2015-03-20 Rod VaggWorking on v1.6.2
2015-03-20 Rod Vagg2015-03-20 io.js v1.6.1 Release v1.6.1
2015-03-20 Jeremiah Senkpielquerystring: fix broken stringifyPrimitive
2015-03-20 Jeremiah Senkpielquerystring: parse numbers correctly
2015-03-20 cjihrigpath: reduce type checking on some methods
2015-03-19 Johan Bergströmbuild: make check aliases test
2015-03-19 Ben Noordhuisconfigure: use cc and c++ as defaults on os x
2015-03-19 Ben Noordhuissmalloc: don't mix malloc() and new char[]
2015-03-19 Chris DickinsonWorking on v1.6.1
2015-03-19 Chris Dickinson2015-03-19 io.js v1.6.0 Release v1.6.0
2015-03-19 Shigeki Ohtsudeps: upgrade to openssl-1.0.1m
2015-03-19 Aleksanteri... doc: fix a broken collaborator github link
2015-03-19 Thorsten Lorenzbuffer: removing duplicate code
2015-03-19 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-19 Rod Vaggtest: cache lazy properties, fix style nits
2015-03-19 Fedor Indutnytest: double timeout in tls-wrap-timeout.js
2015-03-19 Jeremiah Senkpielbuild: remove incorrect argument in vcbuild.bat
2015-03-19 Ben Noordhuislib: don't error in repl when cwd doesn't exist
2015-03-19 Ben Noordhuissrc: don't error at startup when cwd doesn't exist
2015-03-18 Johan Bergströmtest: Introduce knowledge of FreeBSD jails
2015-03-18 Ben Noordhuissrc: fix crypto bio integer wraparound on 32 bits
2015-03-18 Yosuke Furukawadoc: add yosuke-furukawa as collaborator
2015-03-17 Ben Noordhuisdoc: update test section in CONTRIBUTING.md
2015-03-17 Petka Antonovdoc: add petkaantonov as collaborator
2015-03-17 Roman Reissdoc: add silverwind as collaborator
2015-03-17 Johan Bergströmdoc: add jbergstroem as collaborator
2015-03-17 Ben Noordhuisconfigure: use gcc and g++ as CC and CXX defaults
2015-03-17 Alex Yurshadoc: fix typo in buffer module documentation
2015-03-17 Brendan Ashworthbenchmark: add output format option [csv]
2015-03-17 Brendan Ashworthbenchmark: add plot_csv R graphing script
2015-03-17 Ben Noordhuisv8: fix --max_old_space_size=4096 integer overflow
2015-03-16 Yosuke Furukawahttp: add flushHeaders and deprecate flush
2015-03-16 Julien Gillimake: remove node_dtrace from cpplint excludes
2015-03-16 James Hartignet: use cached peername to resolve remote fields
2015-03-16 Steven Vercruyssedoc: fix '\\' typos on Windows
2015-03-16 Julien Gillibuild: allow custom PackageMaker path
2015-03-16 Ben Noordhuislib: remove broken NODE_MODULE_CONTEXTS feature
2015-03-16 Ben Noordhuissrc: use Number::New() for heapTotal/heapUsed
2015-03-16 Ben Noordhuissrc: don't create js string twice on error
2015-03-16 cjihrigpath: add type checking for path inputs
2015-03-16 Alex Yurshadoc: reflect new require('events') behaviour
2015-03-16 Brian Whitequerystring: optimize parse and stringify
2015-03-16 cjihrigdeps: make node-gyp work with io.js
2015-03-16 Forrest L Norvelldeps: upgrade npm to 2.7.1
2015-03-15 Fedor Indutnytls: re-enable `.writev()` on TLSWrap
2015-03-14 Fedor Indutnytls: fix leak on `DoWrite()` errors
2015-03-13 Chris Dickinsonsrc: revert -r/--require flags
2015-03-13 FangDun Caidoc: fix vm module examples
2015-03-13 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-13 Jeremiah Senkpieltest: fix test-http-content-length
2015-03-13 Shigeki Ohtsucrypto: add deprecated ValiCert CA for cross cert
next