- Jan 15, 2015
-
-
Bert Belder authored
* Fetch from the correct url. * Link compiled addons with iojs.lib instead of node.lib. * Disable checksum checks for iojs.lib until our website supports them. PR: https://github.com/iojs/io.js/pull/422 Reviewed-by:
Ben Noordhuis <info@bnoordhuis.nl> Reviewed-by:
Rod Vagg <rod@vagg.org>
-
Saúl Ibarra Corretgé authored
PR: https://github.com/iojs/io.js/pull/423 Reviewed-by:
Ben Noordhuis <info@bnoordhuis.nl> Reviewed-by:
Bert Belder <bertbelder@gmail.com>
-
Mathias Bynens authored
PR-URL: https://github.com/iojs/io.js/pull/390 Reviewed-By:
Ben Noordhuis <info@bnoordhuis.nl>
-
Fedor Indutny authored
PR-URL: https://github.com/iojs/io.js/pull/397 Reviewed-By:
Ben Noordhuis <info@bnoordhuis.nl>
-
Ben Noordhuis authored
PR-URL: https://github.com/iojs/io.js/pull/425 Reviewed-By:
Chris Dickinson <christopher.s.dickinson@gmail.com>
-
Mathias Buus authored
PR-URL: https://github.com/iojs/io.js/pull/413 Reviewed-By:
Ben Noordhuis <info@bnoordhuis.nl>
-
- Jan 14, 2015
-
-
Ben Noordhuis authored
Nolens volens add back a 1024 bits Verisign Class 3 certificate that is still in use by AWS S3. Fixes: https://github.com/iojs/io.js/issues/402
-
Yosuke Furukawa authored
PR-URL: https://github.com/iojs/io.js/pull/410 Reviewed-By:
Ben Noordhuis <info@bnoordhuis.nl>
-
Chris Alley authored
PR-URL: https://github.com/iojs/io.js/pull/382 Reviewed-By:
Chris Dickinson <christopher.s.dickinson@gmail.com>
-
Mathias Bynens authored
Explicitly specify "https" over "http" for linked CSS. Fixup indentation and quoting issues. PR-URL: https://github.com/iojs/io.js/pull/379 Reviewed-By:
Chris Dickinson <christopher.s.dickinson@gmail.com>
-
Rod Vagg authored
-
Jesse cogollo authored
PR-URL: https://github.com/iojs/io.js/pull/366 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Rod Vagg authored
-
Bert Belder authored
2015-01-14 io.js v1.0.0 Release
-
Rod Vagg authored
-
Rui Marinho authored
Add more consistent verbs to each changelog entry, add missing periods, trim white-space and fix sorting of entries. PR-URL: https://github.com/iojs/io.js/pull/360 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Bert Belder authored
-
Rod Vagg authored
-
Shigeki Ohtsu authored
Some new features were missed in Buffer and process. PR: https://github.com/iojs/io.js/pull/359 Reviewed-by:
Bert Belder <bertbelder@gmail.com>
-
Rui Marinho authored
PR-URL: https://github.com/iojs/io.js/pull/358 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Rod Vagg authored
This only matters for the Makefile tarball target as we aren't auto-building changelog.html at the moment so the changes in tools/ are for completeness, but not functional with the Markdown CHANGELOG.md. PR-URL: https://github.com/iojs/io.js/pull/357 no review
-
Bert Belder authored
PR: https://github.com/iojs/io.js/pull/356 Reviewed-by:
Rod Vagg <rod@vagg.com>
-
Domenic Denicola authored
PR-URL: https://github.com/iojs/io.js/pull/355 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Bert Belder authored
PR: https://github.com/iojs/io.js/pull/354 Reviewed-by:
Rod Vagg <rod@vagg.com>
-
Bert Belder authored
Added visual assets used by WiX on Windows and PackageMaker on OS X to build the native installers. Added node.ico file with the new io.js logo for Windows. PR: https://github.com/iojs/io.js/pull/344 Reviewed-by:
Bert Belder <bertbelder@gmail.com>
-
Tiago Ribeiro authored
PR-URL: https://github.com/iojs/io.js/pull/353 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Johan Bergström authored
make sure that process.versions contains an expected list of software to avoid potential mistakes with refactoring. PR-URL: https://github.com/iojs/io.js/pull/352 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Rod Vagg authored
Collaboratively edited by many people in https://code.stypi.com/domenic/iojs-1.0-changelog.md and includes a summary of changes in each major section of the project from a user-facing perspective from Node.js v0.10.34 to io.js v1.0.0. Renamed file to CHANGELOG.md from ChangeLog.md Fixes: https://github.com/iojs/io.js/issues/339 Reviewed-By:
Fedor Indutny <fedor@indutny.com>
-
Rod Vagg authored
Conversion of the ChangeLog includes headings, compacted lists, links for commits to GitHub (iojs/io.js) and links to issues on GitHub (joyent/node) Fixes: https://github.com/iojs/io.js/issues/339 Reviewed-By:
Fedor Indutny <fedor@indutny.com>
-
Fedor Indutny authored
The commit breaks windows build and brings some test failures that needs to be debugged. This reverts commit d790f612.
-
Brian White authored
PR-URL: https://github.com/iojs/io.js/pull/350 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Mikeal Rogers authored
PR-URL: https://github.com/node-forward/node/pull/1 Signed-off-by:
isaacs <i@izs.me> PR-URL: https://github.com/iojs/io.js/pull/348/files Signed-off-by: isaacs <i@izs.me> (again)
-
Bert Belder authored
Add a feature to the MSI installer that, when selected, hard-links node.exe to iojs.exe. PR: https://github.com/iojs/io.js/pull/346 Reviewed-by:
Fedor Indutny <fedor.indutny@gmail.com> Reviewed-by:
Rod Vagg <rod@vagg.com>
-
Johan Bergström authored
ares version info was accidentally removed in c80f8fa8. PR-URL: https://github.com/iojs/io.js/pull/347 Reviewed-By:
Fedor Indutny <fedor@indutny.com>
-
Fedor Indutny authored
PR-URL: https://github.com/iojs/io.js/pull/345 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Ben Noordhuis authored
Apply a small patch that makes node-gyp fetch the tarballs from https://iojs.org/ instead of http://nodejs.org/ A patch better suited for inclusion upstream will be put together shortly. PR-URL: https://github.com/iojs/io.js/pull/343 Reviewed-By:
Rod Vagg <rod@vagg.org>
-
Rod Vagg authored
Update AUTHORS file using tools/update-authors.sh PR-URL: https://github.com/iojs/io.js/pull/342 Reviewed-By:
Ben Noorhduis <info@bnoordhuis.nl>
-
Rod Vagg authored
PR-URL: https://github.com/iojs/io.js/pull/294 Reviewed-By:
Ben Noorhduis <info@bnoordhuis.nl> Reviewed-By:
Bert Belder <bertbelder@gmail.com> Reviewed-By:
Chris Dickinson <christopher.s.dickinson@gmail.com> Discussed in TC meeting 2015-01-13, merge but accept changes if better advice comes along
-
Fedor Indutny authored
FreeBSD does not return EISDIR when reading "/". PR-URL: https://github.com/iojs/io.js/pull/332 Reviewed-By:
Ben Noordhuis <info@bnoordhuis.nl>
-
Fedor Indutny authored
PR-URL: https://github.com/iojs/io.js/pull/332 Reviewed-By:
Ben Noordhuis <info@bnoordhuis.nl>
-