Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-09-04doc: don't use 'Bert Belder
2012-08-22Upgrade GYP to r1477Ryan Dahl
2012-08-16email-footer: update the binary package links to x86/x64Nathan Rajlich
2012-08-10Makefile: add a better check to ensure a node "release"Nathan Rajlich
2012-08-07install: prevent a KeyError from being thrown when PORTABLE is not setNathan Rajlich
2012-08-06email-footer: add links to the expected common binary packagesNathan Rajlich
2012-08-06install: add a "portable" mode to the shebang-rewriting logicNathan Rajlich
2012-08-06install: install the "wafadmin/Tools" files into the correct dirNathan Rajlich
2012-08-06install: use os.path.join() to create the npm shebangNathan Rajlich
2012-08-04install: install the "wafadmin" files into the correct directoryNathan Rajlich
2012-08-04installer: prevent ETXTBSY errorsBen Noordhuis
2012-08-04installer: honor --without-npm, default install pathBen Noordhuis
2012-08-03Merge branch 'v0.8.5-release' into v0.8isaacs
2012-08-03build: Sign pkg installer for OS Xisaacs
2012-08-02installer: fix cross-compile installsBen Noordhuis
2012-08-01installer: don't assume bash is installedBen Noordhuis
2012-07-31deps, tools: remove stray reject filesBen Noordhuis
2012-07-18tools: speed up genv8constantsDave Pacheco
2012-07-13build: Move npm shebang logic into an npm scriptisaacs
2012-07-11tools: fix shebang in tools/doc/generate.jsPhilipp Hagemeister
2012-07-03tools: update gyp to r1426Ben Noordhuis
2012-06-29blog: Require posts to have a dateisaacs
2012-06-28blog: Show 0.8.0 even after 0.8.1 shipsisaacs
2012-06-25windows msi: don't use .exe file as iconBert Belder
2012-06-22blog: Generate RSS feedsisaacs
2012-06-22windows msi: use .url files for documentation and website shortcutsBert Belder
2012-06-22windows msi: add npm dir to user PATH onlyBert Belder
2012-06-22windows msi: set icon for add/remove programs dialogBert Belder
2012-06-22windows: fix/improve nodejsvars.batBert Belder
2012-06-22blog: Minor tweaks to style and some data conversion cleanupisaacs
2012-06-22Generate static HTML blog content out of markdownisaacs
2012-06-20email-footer: Label Windows x64 installer properlyisaacs
2012-06-19Revert "build: fix `make install DESTDIR=/path`"Ben Noordhuis
2012-06-19build: install eio-emul.hBen Noordhuis
2012-06-19build: install ev-emul.hBen Noordhuis
2012-06-18build: fix `make install DESTDIR=/path`Ben Noordhuis
2012-06-15email footer: Change Windows msi paths for x86 and x64isaacs
2012-06-14build: Add node.d and node.1 to installerisaacs
2012-06-14license2rtf: collapse whitespaceBert Belder
2012-06-14Windows: Enable ETW events.Igor Zinkovsky
2012-06-13Move resource files to src/res.Bert Belder
2012-06-05build: Don't clobber symlinked npmisaacs
2012-06-04windows/msi: minor installer tweaksBert Belder
2012-06-04windows/msi: add node.js prompt to startmenuJeroen Janssen
2012-06-04windows/msi: fix adding node to PATHJeroen Janssen
2012-06-03windows/msi: add start menu links when installingJeroen Janssen
2012-06-02windows/msi: cleanup WiX project filesJeroen Janssen
2012-06-02windows: don't install x64 version into the 'program files (x86)' folderMatt Gollob
2012-06-02windows: add icon to node.exeBert Belder
2012-05-29Revert "tests: kill process group on failure"isaacs