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
AgeCommit message (Expand)Author
2012-10-09windows: use USERPROFILE to get the user's home dirBert Belder
2012-09-18debugger: fix --debug-brktasogarepg
2012-08-14module: use 'repl' as the filename arg if missingisaacs
2012-07-07module: add filename to require() json errorsTJ Holowaychuk
2012-05-10Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09Fix exception output for module load exceptionsFelix Geisendörfer
2012-03-20No need to have NativeModule.require('fs') in Module._findPath()Shigeki Ohtsu
2012-03-12module: remove 'exited', replace 'children' arrayisaacs
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-02-08debugger: fix --debug-brkBen Noordhuis
2012-02-02Revert "Process symlinked shared library as .node"Ben Noordhuis
2012-02-02Revert "Process symlinked shared library as .node"Ben Noordhuis
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-02-01Process symlinked shared library as .nodePaddy Byers
2012-02-01Tidy _resolveFilenamePaddy Byers
2012-01-24module: fix --debug-brk on symlinked scriptsFedor Indutny
2012-01-24module: fix --debug-brk on symlinked scriptsFedor Indutny
2011-12-19module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to ...Nathan Rajlich
2011-09-23Raise an error when a malformed package.json file is found.Ben Leslie
2011-09-15Merge remote branch 'origin/v0.4'Ryan Dahl
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-08-04module: strip byte order marker when loading *.js and *.json filesBen Noordhuis
2011-07-29Revert "AMD compatibility for node"isaacs
2011-07-21Close #1357 Load json files with require()isaacs
2011-07-18Close #1349 Delimit NODE_PATH with ; on Windowsisaacs
2011-07-16Close #1348 Remove require.pathsisaacs
2011-07-15Close #1281 Make require a public member of moduleisaacs
2011-06-29Merge branch 'v0.4'Ryan Dahl
2011-06-17Revert "Add --cov code coverage option"Ryan Dahl
2011-06-15Closes #1177 remove one node_modules optimizationMathias Buus
2011-06-14AMD compatibility for node, with docs and testsisaacs
2011-04-15Add --cov code coverage optionRyan Dahl
2011-03-30Don't conflict with V8's Script classRyan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-02-28Closes GH-690 node_modules folders should be highest priorityisaacs
2011-02-25Do not cache modules that throw exceptionsFelix Geisendörfer
2011-02-18package.json main as indexed subdirisaacs
2011-02-10node_modules module lookup, +docs and test.isaacs
2011-02-09Support caching for realpath, use in module loadisaacs
2011-02-07support for package.jsonisaacs
2011-02-04module: define functions only once.isaacs
2011-02-02Closes GH-619 Make require.main be the main moduleisaacs
2011-01-28Another fix for process.assertRyan Dahl
2011-01-28Fix process.assert problemRyan Dahl
2011-01-28A module ID with a trailing slash must be a dir.isaacs
2011-01-25Adding support for require-like initialization of node,Daniel Ennis
2011-01-24lintRyan Dahl
2011-01-24Move commonjs module system into lib/module.jsFelix Geisendörfer
2010-08-06Remove module.js - put code into src/node.jsRyan Dahl