Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'origin/v0.6' | Ryan Dahl | 2011-12-16 | 2 | -11/+26 |
|\ | |||||
| * | Fix MSI generation on VC Express | Igor Zinkovsky | 2011-12-09 | 1 | -10/+22 |
| * | Change artwork in msi | Ryan Dahl | 2011-12-09 | 1 | -2/+2 |
| * | Enable upgrades in MSI. | Igor Zinkovsky | 2011-12-08 | 2 | -3/+6 |
* | | Don't print args from gyp_node | Ryan Dahl | 2011-12-15 | 1 | -1/+0 |
* | | Implement make install | Fedor Indutny | 2011-12-14 | 1 | -0/+109 |
* | | Merge remote branch 'origin/v0.6' | Ryan Dahl | 2011-12-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | s/NPM/npm/ | isaacs | 2011-12-05 | 1 | -2/+2 |
* | | gyp: upgrade to r1103 | Ben Noordhuis | 2011-12-03 | 527 | -334/+20547 |
* | | Merge branch 'v0.6' | Ben Noordhuis | 2011-12-02 | 3 | -3/+31 |
|\ \ | |/ | |||||
| * | Remove duplicate npmrc file | isaacs | 2011-12-01 | 1 | -1/+0 |
| * | npm msi changes | Igor Zinkovsky | 2011-12-01 | 2 | -3/+30 |
| * | Re #2207 Add default npmrc for MSI install | isaacs | 2011-12-01 | 1 | -0/+1 |
| * | docs: add rel="canonical" link to latest API docs | Ben Noordhuis | 2011-11-28 | 1 | -0/+1 |
* | | Merge branch 'v0.6' | Bert Belder | 2011-11-25 | 2 | -3/+14 |
|\ \ | |/ | |||||
| * | Fixes #2076. Add logos to MSI | Ryan Dahl | 2011-11-22 | 1 | -0/+3 |
| * | Fixes #2083. Support installing npm in the .msi | Ryan Dahl | 2011-11-22 | 2 | -3/+11 |
* | | Merge remote branch 'origin/v0.6' | Ryan Dahl | 2011-11-22 | 8 | -33/+17 |
|\ \ | |/ | |||||
| * | Fix broken commit 2cd5adc | Ryan Dahl | 2011-11-22 | 1 | -1/+1 |
| * | Install npm with 'make install' | Ryan Dahl | 2011-11-22 | 1 | -1/+1 |
| * | Include NPM, update .pkg to install it. | Ryan Dahl | 2011-11-21 | 6 | -4/+16 |
| * | Fixes #2084. Makeify tools/osx-dist.sh | Ryan Dahl | 2011-11-20 | 2 | -29/+1 |
* | | build: fix gyp xcode project generator | Paddy Byers | 2011-11-17 | 1 | -1/+1 |
* | | Merge remote branch 'origin/v0.6' | Ryan Dahl | 2011-11-16 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Remove str.format to support python2.5. | Ryan Dahl | 2011-11-14 | 1 | -2/+2 |
* | | Remove SCONS deprecate WAF | Ryan Dahl | 2011-11-14 | 182 | -47319/+0 |
|/ | |||||
* | Be consistent with v before version in packages | Ryan Dahl | 2011-11-11 | 1 | -1/+1 |
* | msi changes | Igor Zinkovsky | 2011-11-11 | 3 | -9/+36 |
* | Simplify and move getnodeversion.py | Ryan Dahl | 2011-11-11 | 2 | -3/+10 |
* | Improve OSX installer | Ryan Dahl | 2011-11-10 | 5 | -75/+31 |
* | fix msi builder | Igor Zinkovsky | 2011-11-10 | 2 | -3/+3 |
* | Add node.rc with a version resource | Igor Zinkovsky | 2011-11-10 | 6 | -0/+62 |
* | Remove separation of libuv tests | Ryan Dahl | 2011-11-02 | 1 | -25/+5 |
* | gyp: support older bash versions | Ben Noordhuis | 2011-10-26 | 1 | -3/+6 |
* | Merge remote branch 'origin/v0.4' | Ryan Dahl | 2011-10-21 | 1 | -0/+3 |
|\ | |||||
| * | docs: Add anchor links next to each function | Vitor Balocco | 2011-09-21 | 1 | -0/+3 |
| * | Fix doctool uses RegExp object as a Function | koichik | 2011-07-03 | 1 | -5/+5 |
* | | gyp: upgrade to r1081 | Ben Noordhuis | 2011-10-21 | 2 | -22/+112 |
* | | Upgrade GYP to r1078 | Ryan Dahl | 2011-10-18 | 11 | -170/+341 |
* | | wix project to create msi installer for windows | Tomasz Janczuk | 2011-10-11 | 5 | -0/+128 |
* | | gyp: work around sunos python flock() bug | Ben Noordhuis | 2011-10-10 | 1 | -6/+12 |
* | | gyp: add freebsd support | Ben Noordhuis | 2011-08-17 | 1 | -0/+6 |
* | | gyp: revive sunos support, lost in 6b98a63 | Ben Noordhuis | 2011-08-17 | 1 | -20/+50 |
* | | Upgrade gyp to r1046 | Ryan Dahl | 2011-09-18 | 7 | -98/+393 |
* | | gyp: add sunos support | Ben Noordhuis | 2011-09-12 | 2 | -18/+90 |
* | | Upgrade GYP to r1034 | Ryan Dahl | 2011-09-08 | 7 | -232/+442 |
* | | Reapply Peter Bright's fixes for GYP on MSVS | Ryan Dahl | 2011-08-24 | 1 | -3/+14 |
* | | tools/test.py to support marking files a libuv-broken | Ryan Dahl | 2011-08-23 | 1 | -5/+25 |
* | | Support MSVS build directories in tools/test.py | Ryan Dahl | 2011-08-23 | 1 | -2/+13 |
* | | WAF builds in out/ instead of build/ | Ryan Dahl | 2011-08-23 | 1 | -2/+2 |