summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2015-08-26doc: reorg release team to separate sectionRod Vagg1-8/+32
included: * commands to run to import all active keys * list of previous Node.js releasers key details PR-URL: https://github.com/nodejs/node/pull/2455 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-08-23node: rename from io.js to nodecjihrig1-34/+26
This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
2015-08-19Update FIPS instructions in README.mdMichael Dawson1-12/+38
Update the instructions to follow the requirements in the security policy and user guide PR-URL: https://github.com/nodejs/node/pull/2278 Fixes: https://github.com/nodejs/node/issues/2242 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Rod Vagg <r@va.gg>
2015-07-24doc: add GPG fingerprint for cjihrigcjihrig1-0/+1
PR-URL: https://github.com/nodejs/io.js/pull/2217 Reviewed-By: Rod Vagg <rod@vagg.org>
2015-07-21doc: add joaocgreis as a collaboratorJoão Reis1-0/+1
Refer: https://github.com/nodejs/io.js/issues/2102 PR-URL: https://github.com/nodejs/io.js/pull/2208 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-07-18doc: add targos as a collaboratorMichaël Zasso1-0/+1
Ref: https://github.com/nodejs/io.js/issues/2102 PR-URL: https://github.com/nodejs/io.js/pull/2200 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-07-18doc: add thefourtheye as a collaboratorSakthipriyan Vairamani1-0/+1
Refer: https://github.com/nodejs/io.js/issues/2102 PR-URL: https://github.com/nodejs/io.js/pull/2199 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-07-16doc: add TSC members from the combined projectJeremiah Senkpiel1-14/+25
These members were collaborators on the old joyent/node repo prior to convergence of the Node.js and io.js projects under the Node Foundation. This updates our list to represent that they are now also part of the TSC (Technical Steering Committee), which was previously known as the io.js TC. PR-URL: https://github.com/nodejs/io.js/pull/2085 Reviewed-By: Mikeal Rogers <mikeal.rogers@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Membership changes also previously reviewed by many more TSC & former TC members in https://github.com/nodejs/io.js/pull/1710
2015-06-24doc: Added sample command to test iojs buildJimmy Hsu1-0/+12
PR-URL: https://github.com/nodejs/io.js/pull/850 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
2015-06-23doc: add @shigeki and @mscdex to TCRod Vagg1-2/+2
voted in to Node.js Foundation TSC in meeting on 2015-06-17 Closes: https://github.com/nodejs/io.js/issues/1500 Closes: https://github.com/nodejs/io.js/issues/1501 PR-URL: https://github.com/nodejs/io.js/pull/2008 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-06-19doc: add security section to README.mdRod Vagg1-0/+9
PR-URL: https://github.com/nodejs/io.js/pull/1948 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-06-18doc: change the info to the same as in gitconfigChristian Tellnes1-1/+1
PR-URL: https://github.com/nodejs/io.js/pull/2000 Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
2015-06-17doc: reformat authors sectionJohan Bergström1-36/+36
Make the order of name, email and other additions simpler to copy paste and/or match with git commit messages. Useful when working with `Reviewed-By`. PR-URL: https://github.com/nodejs/io.js/pull/1966 Reviewed-By: Christian Tellnes <christian@tellnes.no> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-06-13doc: add ChALkeR as collaboratorСковорода Никита Андреевич1-0/+1
Using the non-transliterated name as requested. The transliteration is "Nikita Skovoroda" (first and last name), if anyone will want to organize non-ASCII names. PR-URL: https://github.com/nodejs/io.js/pull/1927 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
2015-06-12doc: add Trott as collaboratorRich Trott1-0/+1
PR-URL: https://github.com/nodejs/io.js/pull/1962 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
2015-06-11crypto: support FIPS mode of OpenSSLFedor Indutny1-0/+23
Support building and running with FIPS-compliant OpenSSL. The process is following: 1. Download and verify `openssl-fips-x.x.x.tar.gz` from https://www.openssl.org/source/ 2. Extract source to `openssl-fips` folder 3. ``cd openssl-fips && ./config fipscanisterbuild --prefix=`pwd`/out`` (NOTE: On OS X, you may want to run ``./Configure darwin64-x86_64-cc --prefix=`pwd`/out`` if you are going to build x64-mode io.js) 4. `make -j && make install` 5. Get into io.js checkout folder 6. `./configure --openssl-fips=/path/to/openssl-fips/out` 7. Build io.js with `make -j` 8. Verify with `node -p "process.versions.openssl"` (`1.0.2a-fips`) Fix: https://github.com/joyent/node/issues/25463 PR-URL: https://github.com/nodejs/io.js/pull/1890 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
2015-06-10doc: add domenic as collaboratorDomenic Denicola1-0/+1
PR-URL: https://github.com/nodejs/io.js/pull/1942 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-06-10doc: add Olegas as collaboratorOleg Elifantiev1-0/+1
PR-URL: https://github.com/nodejs/io.js/pull/1930 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Christian Tellnes <christian@tellnes.no>
2015-06-09doc: add ofrobots as collaboratorAli Ijaz Sheikh1-0/+1
PR-URL: nodejs#1928 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-06-09doc: add monsanto as collaboratorChristopher Monsanto1-0/+1
PR-URL: https://github.com/nodejs/io.js/pull/1932 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
2015-06-10doc: add rlidwka as collaboratorAlex Kocharin1-0/+1
PR-URL: https://github.com/nodejs/io.js/pull/1929 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-05-18doc: update links from iojs/io.js to nodejs/io.jsFrederic Hemberger1-2/+2
Replaced all links in doc and comments to point to the new org. PR-URL: https://github.com/nodejs/io.js/pull/1715 Reviewed-By: Roman Reiss <me@silverwind.io>
2015-05-06doc: fix typo in readme.mdAQNOUCH Mohammed1-2/+1
PR-URL: https://github.com/iojs/io.js/pull/1643 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-05-04doc: add rvagg to the TCRod Vagg1-1/+1
PR-URL: https://github.com/iojs/io.js/pull/1613 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-04-23doc: add Fishrock123 to the TCJeremiah Senkpiel1-1/+1
as per https://github.com/iojs/io.js/issues/1502 PR-URL: https://github.com/iojs/io.js/pull/1507 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-04doc: add GPG fingerprint for Fishrock123Jeremiah Senkpiel1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/1324 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-04doc: better formatting for collaborator GPG keysJeremiah Senkpiel1-2/+2
PR-URL: https://github.com/iojs/io.js/pull/1324 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-04build: default to armv7+vfpv3 for androidGiovanny Andres Gongora Granada1-0/+11
Also add Android build instructions to the README. PR-URL: https://github.com/iojs/io.js/pull/1307 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-03-19doc: fix a broken collaborator github linkAleksanteri Negru-Vode1-1/+1
PR-URL: https://github.com/iojs/io.js/pull/1204 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-03-18doc: add yosuke-furukawa as collaboratorYosuke Furukawa1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/1183 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
2015-03-17doc: add petkaantonov as collaboratorPetka Antonov1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/1179 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: cjihrig <cjihrig@gmail.com>
2015-03-17doc: add silverwind as collaboratorRoman Reiss1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/1176 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-03-18doc: add jbergstroem as collaboratorJohan Bergström1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/1175 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
2015-03-07doc: update clang version prerequisiteBrendan Ashworth1-1/+1
See commit `4877ec0`, where it now warns on a clang++ version older than 3.4. PR-URL: https://github.com/iojs/io.js/pull/1094 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-03-04doc: remove cjihrig from TCcjihrig1-1/+1
PR-URL: https://github.com/iojs/io.js/pull/1056 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-03-01doc: add julianduque as collaboratorJulian Duque1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/1021 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Christian Tellnes <christian@tellnes.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rod Vagg <r@va.gg>
2015-02-27doc: add robertkowalski as collaboratorRobert Kowalski1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/977 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Christian Tellnes <christian@tellnes.com> Reviewed-By: Rod Vagg <r@va.gg>
2015-02-26doc: add tellnes as collaboratorChristian Tellnes1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/973 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Brian White <mscdex@mscdex.net>
2015-02-26doc: add mscdex as collaboratorBrian White1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/972 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-02-21doc: use HTTPS URL for the API documentation pageShinnosuke Watanabe1-1/+1
PR-URL: https://github.com/iojs/io.js/pull/913 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-02-16doc: add comma in README to increase clarityJimmy Hsu1-1/+1
Minor change to increase clarity of what is being referenced to.
2015-02-13doc: add geek as collaboratorWyatt Preul1-0/+1
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> PR-URL: #835
2015-02-11doc: add sam-github as collaboratorSam Roberts1-0/+1
Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> PR-URL: https://github.com/iojs/io.js/pull/791
2015-02-11doc: add shigeki as collaboratorShigeki Ohtsu1-0/+1
Fixes: https://github.com/iojs/io.js/issues/778 PR-URL: https://github.com/iojs/io.js/pull/782 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-02-06doc: add lxe as collaboratorAleksey Smolenchuk1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/745 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-02-03doc: add GPG fingerprint for chrisdickinsonChris Dickinson1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/710 Reviewed-By: Rod Vagg <rod@vagg.org>
2015-02-04tools: add release tool and docs, remove old toolsRod Vagg1-3/+60
Also added binary download documentation to the README.md and GPG release key fingerprint for @rvagg. PR-URL: https://github.com/iojs/io.js/pull/681 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor@indutny.com>
2015-01-29doc: add micnic as collaboratorMicleusanu Nicu1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/651 Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
2015-01-24doc: add seishun as a collaboratorNikolai Vavilov1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/598 Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
2015-01-24doc: add vkurchatkin as collaboratorVladimir Kurchatkin1-0/+1
PR-URL: https://github.com/iojs/io.js/pull/591 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>