0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 14:41:07 +01:00
Commit Graph

426 Commits

Author SHA1 Message Date
Nimit Kalra
f91850a162 2.1.1 2016-06-15 19:19:52 -05:00
Nimit Kalra
9718746c47 Clean up README. 2016-06-15 19:17:38 -05:00
Nimit Kalra
85ee3d6899 Merge pull request #318 from AntSworD/for-PR
Allow more options for custom source mirrors.
2016-06-15 17:42:57 -05:00
not-an-aardvark
12fbebef7e Sort double-digit semver numbers correctly 2016-04-05 03:37:03 -04:00
Jeff Downie
8f73a018ab Handling SIGINT correctly. 2016-03-23 11:57:37 +00:00
Nimit Kalra
e6b0579185 Merge pull request #336 from qw3rtman/master
Add npm error information (#101) to README.
2016-01-09 18:27:41 -06:00
Nimit Kalra
6204ebbee7 Add npm error information (#101) to README. 2016-01-09 18:27:14 -06:00
Nimit Kalra
17ef0bf936 Version 2.1.0 2015-12-29 13:29:53 -06:00
Nimit Kalra
dfe5ab3d84 Update "description" in package.json. 2015-12-29 13:23:17 -06:00
Nimit Kalra
ff4138046a Merge pull request #332 from tj/update-contributors
Update "contributors" in package.json.
2015-12-29 13:19:20 -06:00
Troy Connor
3bdf12cb87 [package]Updated contributors in package.json 2015-12-27 23:55:48 -05:00
Nimit Kalra
f6306a0758 Remove leading line break in Makefile. 2015-12-27 22:07:21 -06:00
Nimit Kalra
6af09edf1a Rename Readme.md to README.md 2015-12-26 22:32:18 -06:00
Nimit Kalra
b032ed125f Add Some npm Badges to README 2015-12-26 22:29:15 -06:00
Nimit Kalra
dd672dcff9 Update Gitter Badge in README 2015-12-26 22:24:56 -06:00
Nimit Kalra
0ed0e36d8a Merge pull request #333 from qw3rtman/translate-shortcut-to-version
Translate shortcut to version in n use.
2015-12-20 16:12:57 -06:00
Nimit Kalra
7f790c4cdd Allow using stable in n use. 2015-12-20 16:11:47 -06:00
Nimit Kalra
20258b2169 Allow using latest in n use. 2015-12-20 16:11:43 -06:00
Nimit Kalra
aa5dbc5f96 Add Nimit Kalra as a contributor in package.json. 2015-12-18 23:15:22 -06:00
Nimit Kalra
bf6e3036cd Merge pull request #322 from stefanmaric/feature/lts
Add Support for LTS Alias
2015-12-17 20:32:23 -06:00
JunJian Zheng
781e78774f Add is_oss_ok
add is_oss_ok, keep is_ok not changed
2015-12-07 15:34:59 +08:00
Stefan Maric
bfd834f526 Add lts alias reference to README 2015-11-04 22:38:42 -04:30
Stefan Maric
0f590a4ef2 Add support for "lts" alias, closes #313
--lts will display latest LTS version
lts will install latest LTS version

Node LTS releases use "a naming convention based on the Periodic
Table of Elements [...] in alphabetical order", as announced here:
https://nodejs.org/en/blog/release/v4.2.0/

LTS versions have their own folder in nodejs' dist folder, e.g.:
https://nodejs.org/dist/latest-argon/

To retrieve latest LTS' latest version, we search for and fetch
that folder. We get the semver number from the first file that
holds it. Then we can fetch the trallbar.
2015-11-04 22:20:36 -04:30
JunJian Zheng
61cd568f81 3xx and 2xx 2015-10-19 09:29:43 +08:00
JunJian Zheng
8582e0e7e2 Update n 2015-10-16 21:30:55 +08:00
Max Rittmüller
1388dd0926 Merge pull request #305 from chrootsu/copy-xattr-when-activate
Added the disabling PaX's mprotect() during an activation.
2015-09-16 22:36:06 +02:00
Ilya Mochalov
cefebb20aa Added the disabling PaX's mprotect() during an activation 2015-09-17 01:02:54 +05:00
Max Rittmüller
40b5a83e33 Merge pull request #303 from chrootsu/fix-menu-position
fixed a changing position of select version menu
2015-08-30 16:08:15 +02:00
Ilya Mochalov
2704e872b3 fixed a changing position of select version menu after pressing up/down arrows 2015-08-30 16:42:04 +05:00
Max Rittmüller
67bf7e4300 Update Readme.md 2015-08-30 12:27:35 +02:00
Max Rittmüller
8c5a8d9178 Merge pull request #228 from chrootsu/fix-pax-flags-header
fix the PT_PAX_FLAGS of the node binary
2015-08-30 12:20:06 +02:00
Ilya Mochalov
0ffaaa5894 fix the PT_PAX_FLAGS of the node binary, for systems with grsecurity and PaX 2015-08-30 12:04:09 +05:00
Max Rittmüller
00ecdbe85d Merge branch 'chrootsu-fix-cp-target-is-link' 2015-08-29 17:51:42 +02:00
Max Rittmüller
456fe65eef Merge branch 'fix-cp-target-is-link' of git://github.com/chrootsu/n into chrootsu-fix-cp-target-is-link 2015-08-29 17:51:18 +02:00
Max Rittmüller
ef4b544b2d Merge branch 'jbnicolai-display_help_on_no_installed_versions' 2015-08-29 17:31:30 +02:00
Max Rittmüller
505fd9413b Merge branch 'display_help_on_no_installed_versions' of git://github.com/jbnicolai/n into jbnicolai-display_help_on_no_installed_versions 2015-08-29 17:31:15 +02:00
Max Rittmüller
c60b2dfe01 2.1.0-beta.1 2015-08-29 17:25:05 +02:00
Max Rittmüller
dce9f2b4ba Merge branch 'wblankenship-master' 2015-08-29 17:21:24 +02:00
Max Rittmüller
07b2c90c4b Updated to fit into current version of n 2015-08-29 17:20:26 +02:00
wblankenship
c7fdd994f6 Allow for 3rd party projects 2015-08-28 17:18:25 -04:00
Max Rittmüller
7831e76a57 Merge pull request #296 from maxrimue/prevent-removing-currently-active-version
Prevent removing the currently active version of Node.js/io.js
closes #292
2015-08-15 20:42:33 +02:00
Max Rittmüller
08652c8cc8 Show additional feedback for removal problem 2015-07-22 21:45:34 +02:00
Max Rittmüller
484be00f41 Fixed support for using version numbers with 'v' in front 2015-07-22 18:10:28 +02:00
Max Rittmüller
79760f3b7d Fixed support for deletion of several versions 2015-07-22 11:28:19 +02:00
Max Rittmüller
53d157c89d Prevent removing the currently active version of Node.js/io.js 2015-07-21 14:23:08 +02:00
Max Rittmüller
e5ab9d2bd1 Merge pull request #295 from mklement0/patch-1
Added installation option via third-party installer n-install
2015-07-20 19:51:51 +02:00
Michael Klement
63e85fb435 Update Readme.md
Added note re _active_ node/iojs version.
2015-07-20 13:19:44 -04:00
Michael Klement
dfbd1533e0 Update Readme.md
Changes as discussed.
2015-07-20 13:03:00 -04:00
Michael Klement
0ac91a9f94 Added installation option via third-party installer n-install
as discussed in [#286](https://github.com/tj/n/issues/286#issuecomment-122860542).

Also streamlined description of the manual installation process.
2015-07-20 09:43:48 -04:00
Max Rittmüller
2a400cc835 Replaced --strip with --strip-components 2015-07-19 23:10:25 +02:00