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 (Collapse)Author
2012-03-17Fix include logic was replacing https include with httpisaacs
2012-03-05Mention marked, and add license to doc generatorisaacs
2012-03-04doc: Don't prune Stability indicatorsisaacs
2012-03-01Handle miscs betterisaacs
2012-03-01'Events' is a module, not an event named 's'isaacs
2012-03-01Use new doc generation toolisaacs
Conflicts: Makefile
2012-03-01New documentation generation toolisaacs
2012-02-08enable x64 windows buildIgor Zinkovsky
use "vcbuild x64" to do x64 build of node.exe
2012-02-03msi: npm bash shim fixesisaacs
2012-02-03Add npm msysgit bash shim to msi installerisaacs
2012-01-24doc: Pixel-nudgingisaacs
2012-01-24doctool: correct improperly nested ul/li handlingisaacs
2012-01-11Use .jpg instead of .bmp for .msiRyan Dahl
smaller.
2011-12-10Fix MSI generation on VC ExpressIgor Zinkovsky
2011-12-10Change artwork in msiRyan Dahl
2011-12-09Enable upgrades in MSI.Igor Zinkovsky
Fixes #2228.
2011-12-06s/NPM/npm/isaacs
http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
2011-12-02Remove duplicate npmrc fileisaacs
2011-12-02npm msi changesIgor Zinkovsky
2011-12-02Re #2207 Add default npmrc for MSI installisaacs
2011-11-28docs: add rel="canonical" link to latest API docsBen Noordhuis
2011-11-23Fixes #2076. Add logos to MSIRyan Dahl
2011-11-23Fixes #2083. Support installing npm in the .msiRyan Dahl
2011-11-23Fix broken commit 2cd5adcRyan Dahl
2011-11-23Install npm with 'make install'Ryan Dahl
2011-11-21Include NPM, update .pkg to install it.Ryan Dahl
.msi update coming soon.
2011-11-21Fixes #2084. Makeify tools/osx-dist.shRyan Dahl
2011-11-15Remove str.format to support python2.5.Ryan Dahl
Fixes #2077 Fixes #2108 Thanks to David Keegan for debugging and the patch.
2011-11-12Be consistent with v before version in packagesRyan Dahl
2011-11-12msi changesIgor Zinkovsky
- remove license from MSI - adjust path on install - add message to the end
2011-11-12Simplify and move getnodeversion.pyRyan Dahl
2011-11-11Improve OSX installerRyan Dahl
2011-11-11fix msi builderIgor Zinkovsky
2011-11-11Add node.rc with a version resourceIgor Zinkovsky
Fixes #2059
2011-11-03Remove separation of libuv testsRyan Dahl
2011-10-26gyp: support older bash versionsBen Noordhuis
Older bash versions in `sh -c` mode don't parse `export FOO=42` constructs, they bail out with a "FOO is not an identifier" error message. This was fixed somewhere between bash 4.1.0 and 4.1.5 but let's support the older versions anyway.
2011-10-22Merge remote branch 'origin/v0.4'Ryan Dahl
Conflicts: ChangeLog Makefile deps/libev/wscript doc/index.html doc/template.html lib/net.js src/node_version.h src/platform_cygwin.cc test/pummel/test-net-write-callbacks.js test/simple/test-buffer.js
2011-10-22gyp: upgrade to r1081Ben Noordhuis
2011-10-19Upgrade GYP to r1078Ryan Dahl
2011-10-11wix project to create msi installer for windowsTomasz Janczuk
Fixes #1706.
2011-10-11gyp: work around sunos python flock() bugBen Noordhuis
flock(LOCK_EX) always fails with EBADF, use fcntl(F_SETLK) instead.
2011-09-21docs: Add anchor links next to each functionVitor Balocco
Modify doctool.js to automatically create anchor links for every function, for easy linking. Include support for functions that have a <h4> level Fixes: #1718.
2011-08-17gyp: add freebsd supportBen Noordhuis
2011-08-17gyp: revive sunos support, lost in 6b98a63Ben Noordhuis
2011-09-18Upgrade gyp to r1046Ryan Dahl
2011-09-13gyp: add sunos supportBen Noordhuis
2011-09-08Upgrade GYP to r1034Ryan Dahl
2011-08-25Reapply Peter Bright's fixes for GYP on MSVSRyan Dahl
Originally 71333b3f5b12183b2709704fec160df916cb637a
2011-08-24tools/test.py to support marking files a libuv-brokenRyan Dahl
Use export NODE_USE_UV=1 python tools/test.py --libuv simple pummel To run the equivalent of "make test-uv".
2011-08-24Support MSVS build directories in tools/test.pyRyan Dahl