platform/upstream/nodejs.git
2015-01-14 Ben Noordhuisdoc: update cluster entry in CHANGELOG
2015-01-14 Mathias Buusdoc: fix double smalloc example
2015-01-14 Ben Noordhuiscrypto: add deprecated verisign cert for s3 compat
2015-01-14 Yosuke Furukawabenchmark: fix command name in benchmark scripts
2015-01-14 Chris Alleydoc: fix broken readme links to collaborator list
2015-01-14 Mathias Bynensdoc: fix mixed content issues
2015-01-14 Rod VaggWorking on 1.0.2
2015-01-14 Jesse cogollodoc: change link man doc
2015-01-14 Rod Vagg2015-01-14 io.js v1.0.1 Release v1.0.1 v1.0.1-release
2015-01-14 Bert BelderMerge tag 'v1.0.0-release' into v1.x
2015-01-14 Rod VaggWorking on 1.0.1
2015-01-14 Rui Marinhodoc: improve write style consistency
2015-01-14 Bert Belderwin,msi: correct doc website link
2015-01-14 Rod Vagg2015-01-14 io.js v1.0.0 Release v1.0.0 v1.0.0-release
2015-01-14 Shigeki Ohtsudoc: add missed new features in CHANGELOG
2015-01-14 Rui Marinhodoc: fix deps versions on changelog
2015-01-14 Rod Vaggbuild: rename ChangeLog to CHANGELOG.md in build
2015-01-14 Bert Belderwin: use the new io.js icon
2015-01-14 Domenic Denicoladoc: fix Node versions in changelog's v8 paragraph
2015-01-14 Bert Belderwin: update icon for io.js
2015-01-14 Bert Belderbuild: add iojs installer assets for win & osx
2015-01-14 Tiago Ribeirodoc: fix typo in changelog
2015-01-14 Johan Bergströmtest: introduce a test for process.versions output
2015-01-14 Rod Vaggdoc: added io.js v1.0.0 ChangeLog as a summary
2015-01-14 Rod Vaggdoc: convert ChangeLog to Markdown
2015-01-14 Fedor IndutnyRevert "deps: update http_parser to 2.4.0"
2015-01-14 Brian Whitedoc: update util methods
2015-01-14 Mikeal RogersFirst draft of a new contribution policy.
2015-01-14 Bert Belderwin,msi: link node.exe to iojs.exe
2015-01-14 Johan Bergströmprocess: reintroduce ares to versions
2015-01-14 Fedor Indutnydeps: update http_parser to 2.4.0
2015-01-13 Ben Noordhuisdeps: make node-gyp fetch tarballs from iojs.org
2015-01-13 Rod Vaggdoc: update AUTHORS list
2015-01-13 Rod Vaggdoc: add io.js LICENSE block
2015-01-13 Fedor Indutnytest: disable fs-readfile-error on FreeBSD
2015-01-13 Fedor Indutnytest: fix setproctitle on FreeBSD
2015-01-13 Fedor Indutnytest: loosen timeout in spawnsync-test for FreeBSD
2015-01-13 Fedor Indutnydns: remove AI_V4MAPPED hint flag on FreeBSD
2015-01-13 Fedor Indutnydeps: fix v8 build on FreeBSD
2015-01-13 Yosuke Furukawadoc: remove tracing link in toc
2015-01-13 Rod Vaggsrc: limit .gitattributes eol to vcbuild.bat
2015-01-13 Johan Bergströmbuild: initialize variable before use
2015-01-13 Johan Bergströmbuild: create smaller build artifacts
2015-01-13 Ben Noordhuistest: create test-ci, modify test-all, fix cpplint
2015-01-13 Sam Robertstest: use assert.throw to test exceptions
2015-01-13 Timothy J Fontainetest: check for multi-localhost support
2015-01-13 Wyatt Preulsys: Mark as deprecated
2015-01-13 Bert Belderhttp: optimize on_headers_complete
2015-01-13 Forrest L Norvelldeps: don't build docs on 'make npm-test'
2015-01-13 Ben Noordhuisbuild,src: remove sslv3 support
2015-01-13 Ben Noordhuistest: fix message tests regression
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-12 Vladimir Guguievdocs: improve Writable/Transform stream docs
2015-01-12 Rod Vaggsrc: rename node to io.js for Windows installer
2015-01-12 Ben Noordhuistest: fix `make test-addons` target
2015-01-12 Steven Rockartswin,msi: create npm folder in AppData directory
2015-01-12 Ben Noordhuisaddon: update NODE_MODULE_VERSION macro
2015-01-12 Chris Dickinsondoc: update style for iojs
2015-01-12 cjihrigfs: undeprecate exists() and existsSync()
2015-01-12 cjihrigassert: throw when block is not a function
2015-01-12 Fedor Indutnygyp: remove vanished masm file from openssl build
2015-01-12 Fedor Indutnytest: fix crypto-stream after openssl update
2015-01-12 Fedor Indutnyopenssl: fix build failure on windows
2015-01-12 Fedor Indutnyopenssl: fix keypress requirement in apps on win32
2015-01-12 Fedor Indutnydeps: update openssl to 1.0.1k
2015-01-12 Ben Noordhuistest: move sequential/test-debug-port-cluster
2015-01-12 Ben Noordhuistest: move sequential/test-debug-signal-cluster
2015-01-12 Ben Noordhuislib: make --debug-port work with cluster
2015-01-12 Ben Noordhuistest: delete sequential/test-debug-cluster
2015-01-12 Rod Vaggdoc: add TC meeting 2015-01-07 minutes
2015-01-12 Rod Vaggdoc: clarified & split up contribution docs
2015-01-12 Ben NoordhuisRevert "url: support `path` for url.format"
2015-01-12 Evan Lucasurl: fix parsing of ssh urls
2015-01-12 Rod Vaggbuild: move armv6 snapshot test to configure_arm()
2015-01-12 Cydoxbuild: Warn when using snapshot on Armv6
2015-01-11 Evan Lucasnet: remove TODO for moving isIP to dns
2015-01-11 Ben Noordhuisbuild,src: remove sslv2 support
2015-01-11 Rod Vaggsrc: only append "-pre" to version if no tag
2015-01-11 Rod Vaggdoc: remove changelog.html from doc make target
2015-01-10 Ben Noordhuistest: fix bad assumption in pummel/test-vm-memleak
2015-01-11 Bert Belderwin,test: try again if file unlink fails
2015-01-10 Vladimir Kurchatkinfs: use ES6 octal literals for mode
2015-01-10 Fedor Indutnyzlib: do not unref() if wasn't ref()ed
2015-01-10 Trevor Norrissrc: remove icu_config
2015-01-10 Fedor Indutnysrc: check if NODE_WANT_INTERNALS is defined
2015-01-10 Julien Gillidoc: improve dns module's documentation
2015-01-10 Julien Gillidoc: clarify dns.lookup vs dns.resolve
2015-01-10 Julien Gillidoc: clarify url.format documentation
2015-01-10 James M Snelldoc: clarify buffer api documentation
2015-01-10 James M Snelldoc: clarify add/removeListener semantics
2015-01-10 pkcsdoc: clearer log messages in net code samples
2015-01-10 Sam Robertsdoc: cover stdio option in child_process
2015-01-10 Sam Robertsdoc: document the fds behind stdin/out/err
2015-01-10 Eric Milldoc: update openssl commands to use best practices
2015-01-10 Calvin Metcalfdoc: add note about key derivation
2015-01-10 Calvin Metcalfdoc: document _transform callback takes 2 args
2015-01-10 Bert Belderdoc: add changelog notes for some node v0.10 releases
2015-01-10 Ben NoordhuisRevert "dgram: implicit binds should be exclusive"
2015-01-10 Sam Robertsdgram: implicit binds should be exclusive
2015-01-10 Sam Robertscluster: cluster.disconnect() should check status
next