summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2014-07-07readme: added g++ requirementJohn Albietz
Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-07-01docs: highlight shell-codes in CONTRIBUTING.mdIonică Bizău
Signed-off-by: Fedor Indutny <fedor@indutny.com>
2013-12-05build: add libicu i18n supportBen Noordhuis
Adds a --with-icu-path= switch to the configure script. Requires that the user checks out the copy of libicu that's bundled with chromium to a fixed directory. It's still a little rough around the edges but it works. Fixes #6371.
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
Conflicts: ChangeLog deps/uv/ChangeLog deps/uv/include/uv-darwin.h deps/uv/src/unix/fsevents.c deps/uv/src/unix/process.c deps/uv/src/version.c doc/api/addons.markdown doc/api/cluster.markdown doc/api/http.markdown lib/http.js lib/tls.js src/node_crypto.cc src/node_http_parser.cc src/node_version.h src/pipe_wrap.cc src/v8abbr.h src/v8ustack.d test/simple/test-http-pipeline-flood.js
2013-10-01doc: link to pre-built binaries, add install noteBen Noordhuis
lLnk to http://nodejs.org/download/ and add a short primer on how to extract the tarballs. Fixes #6292.
2013-09-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
Conflicts: AUTHORS ChangeLog configure deps/uv/ChangeLog deps/uv/src/version.c lib/tls.js src/node_version.h
2013-09-13doc: fix blog link in blog posts and READMEBen Noordhuis
Apparently Joyent decommissioned joyeur.com but at least they saved the contents of the blog. Update the links in the README and the nodejs.org blog posts. Hat tip to Eugen Pirogoff (@eugenpirogoff) for pointing it out. Fixes #6224.
2013-08-27doc: Small update of readme for Windows usersJay Beavers
2013-07-31doc: remove travis status imageAntony Bailey
The project has moved to Jenkins. The status image is no longer needed and perpetually shows a failed build. Remove it.
2013-05-22doc: the build requires gcc 4.2 or newerBen Noordhuis
2013-05-09doc: s/search.npmjs.org/npmjs.org/isaacs
2013-01-22doc: document PYTHON env var in READMEBen Noordhuis
2012-09-02doc: document prerequisites in READMEBen Noordhuis
2012-07-18doc: build requires GNU make 3.81+Ben Noordhuis
2012-01-05docs: mention that python 2.6 or 2.7 is requiredBen Noordhuis
2011-12-05doc: add Travis CI build status imageMaciej Małecki
2011-11-01doc: fix linksMaciej Małecki
Changes: * 'http://github.com' => 'https://github.com' * 'https://github.com/ry/node' => 'https://github.com/joyent/node' * 'https://github.com/ry/http-parser' => 'https://github.com/joyent/http-parser' * old issue links * wiki link
2011-09-06docs: document that the build system depends on python >= 2.5.2Ben Noordhuis
Fixes #354.
2011-08-26merge vcbuild.bat and generate_projects.batIgor Zinkovsky
2011-08-06[doc] add link to npm search in Readme.mdkoichik
Fixes #1459.
2011-01-27Fix linksRyan Dahl
2011-01-27newcomer resources in READMEDavid Trejo
Closes GH-579.