forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: Makefile src/node_version.h test/simple/test-crypto.js
- Loading branch information
Showing
483 changed files
with
33,629 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,3 @@ tags | |
test | ||
test_g | ||
test_fast | ||
http_parser.Makefile | ||
http_parser.target.mk | ||
test.target.mk |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
*.swp | ||
test/bin | ||
test/output.log | ||
test/packages/*/node_modules | ||
test/packages/npm-test-depends-on-spark/which-spark.log | ||
test/packages/test-package/random-data.txt | ||
test/root | ||
node_modules/ronn | ||
node_modules/.bin | ||
npm-debug.log | ||
html/api/*.html | ||
html/doc/*.html | ||
man/ | ||
doc/*/index.md | ||
./npmrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[submodule "node_modules/semver"] | ||
path = node_modules/semver | ||
url = https://github.com/isaacs/node-semver.git | ||
[submodule "node_modules/abbrev"] | ||
path = node_modules/abbrev | ||
url = https://github.com/isaacs/abbrev-js.git | ||
[submodule "node_modules/nopt"] | ||
path = node_modules/nopt | ||
url = https://github.com/isaacs/nopt.git | ||
[submodule "node_modules/node-uuid"] | ||
path = node_modules/node-uuid | ||
url = https://github.com/broofa/node-uuid | ||
[submodule "node_modules/minimatch"] | ||
path = node_modules/minimatch | ||
url = https://github.com/isaacs/minimatch.git | ||
[submodule "node_modules/graceful-fs"] | ||
path = node_modules/graceful-fs | ||
url = https://github.com/isaacs/node-graceful-fs.git | ||
[submodule "node_modules/slide"] | ||
path = node_modules/slide | ||
url = https://github.com/isaacs/slide-flow-control.git | ||
[submodule "node_modules/rimraf"] | ||
path = node_modules/rimraf | ||
url = https://github.com/isaacs/rimraf.git | ||
[submodule "node_modules/proto-list"] | ||
path = node_modules/proto-list | ||
url = https://github.com/isaacs/proto-list.git | ||
[submodule "node_modules/ini"] | ||
path = node_modules/ini | ||
url = https://github.com/isaacs/ini.git | ||
[submodule "node_modules/which"] | ||
path = node_modules/which | ||
url = https://github.com/isaacs/node-which.git | ||
[submodule "node_modules/request"] | ||
path = node_modules/request | ||
url = https://github.com/isaacs/request.git | ||
[submodule "node_modules/tar"] | ||
path = node_modules/tar | ||
url = git://github.com/isaacs/node-tar.git | ||
[submodule "node_modules/fstream"] | ||
path = node_modules/fstream | ||
url = git://github.com/isaacs/fstream.git | ||
[submodule "node_modules/inherits"] | ||
path = node_modules/inherits | ||
url = git://github.com/isaacs/inherits.git | ||
[submodule "node_modules/block-stream"] | ||
path = node_modules/block-stream | ||
url = git://github.com/isaacs/block-stream.git | ||
[submodule "node_modules/mkdirp"] | ||
path = node_modules/mkdirp | ||
url = git://github.com/isaacs/node-mkdirp.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
*.swp | ||
test/bin | ||
test/output.log | ||
test/packages/*/node_modules | ||
test/packages/npm-test-depends-on-spark/which-spark.log | ||
test/packages/test-package/random-data.txt | ||
test/root | ||
node_modules/ronn | ||
node_modules/.bin | ||
npm-debug.log | ||
./npmrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Authors sorted by whether or not they're me | ||
Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/) | ||
Steve Steiner <ssteinerX@gmail.com> (http://websaucesoftware.com/blog/) | ||
Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.mikealrogers.com/) | ||
Aaron Blohowiak <aaron.blohowiak@gmail.com> (http://aaronblohowiak.com/) | ||
Martyn Smith <martyn@dollyfish.net.nz> (http://dollyfish.net.nz/) | ||
Mathias Pettersson <mape@mape.me> (http://mape.me/) | ||
Brian Hammond <brian@fictorial.com> (http://fictorial.com/) | ||
Charlie Robbins <charlie.robbins@gmail.com> (http://www.charlierobbins.com/) | ||
Francisco Treacy <francisco.treacy@gmail.com> (http://franciscotreacy.com/) | ||
Cliffano Subagio <cliffano@gmail.com> (http://blog.cliffano.com/) | ||
Christian Eager <christian.eager@nokia.com> (http://perpenduum.com) | ||
Dav Glass <davglass@gmail.com> (http://blog.davglass.com) | ||
Alex K. Wolfe <alexkwolfe@gmail.com> | ||
James Sanders <jimmyjazz14@gmail.com> (http://james-sanders.com/) | ||
Reid Burke <me@reidburke.com> (http://reidburke.com/) | ||
Arlo Breault <arlolra@gmail.com> (http://thoughtherder.com/) | ||
Timo Derstappen <teemow@gmail.com> (http://teemow.com) | ||
Bradley Meck <bradley.meck@gmail.com> | ||
Bart Teeuwisse <bart.teeuwisse@thecodemill.biz> (http://thecodemill.biz/) | ||
Ben Noordhuis <info@bnoordhuis.nl> (http://bnoordhuis.nl/) | ||
Tor Valamo <tor.valamo@gmail.com> (http://www.magnimedia.no/) | ||
Whyme.Lyu <5longluna@gmail.com> (http://whyme.kuantu.com/) | ||
Olivier Melcher <olivier.melcher@gmail.com> | ||
Tomaž Muraus <kami@k5-storitve.net> (http://www.tomaz-muraus.info) | ||
Evan Meagher <evan.meagher@gmail.com> (http://evanmeagher.net/) | ||
Orlando Vazquez <ovazquez@gmail.com> (http://2wycked.net/) | ||
George Miroshnykov <gmiroshnykov@lohika.com> | ||
Geoff Flarity (http://ca.linkedin.com/pub/geoff-flarity/a/536/43a) | ||
Pete Kruckenberg <pete@kruckenberg.com> | ||
Laurie Harper <laurie@holoweb.net> (http://laurie.holoweb.net/) | ||
Chris Wong <chris@chriswongstudio.com> | ||
Max Goodman <c@chromacode.com> (http://chromacode.com/) | ||
Scott Bronson <brons_github@rinspin.com> | ||
Federico Romero <federomero@gmail.com> | ||
Visnu Pitiyanuvath <visnupx@gmail.com> (http://visnup.com) | ||
Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com/) | ||
Mark Cahill <mark@tiemonster.info> (http://www.tiemonster.info/) | ||
Zearin <zearin@gonk.net> | ||
Iain Sproat <iainsproat@gmail.com> | ||
Trent Mick <trentm@gmail.com> (http://trentm.com/) | ||
Felix Geisendörfer <felix@debuggable.com> (http://www.debuggable.com/) | ||
Conny Brunnkvist <cbrunnkvist@gmail.com> (http://twitter.com/connyb) | ||
Will Elwood <w.elwood08@gmail.com> (https://github.com/welwood08) | ||
Oleg Efimov <efimovov@gmail.com> (http://sannis.ru) | ||
Martin Cooper <mfncooper@gmail.com> | ||
Jameson Little <t.jameson.little@gmail.com> | ||
cspotcode <cspotcode@gmail.com> | ||
Maciej Małecki <maciej.malecki@notimplemented.org> | ||
Stephen Sugden <glurgle@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc/cli/changelog.md |
Oops, something went wrong.