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
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
2010-08-05Standardise module load order for native and registered file extensions.Nick Stenning
2010-08-05Don't attempt to load a directory.Nick Stenning
2010-08-04Revert "Expose the V8 debug object process.debug"Ryan Dahl
2010-08-02Expose the V8 debug object process.debugRyan Dahl
2010-08-02remove node::CheckBreak in favor of using the v8 debugger js objectDanny Coates
2010-07-28Fix --debug-brk; hacky solutionRyan Dahl
2010-07-23Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs
2010-07-20Support including modules that don't have an extension.isaacs
2010-07-20Cache modules based on filename rather than IDisaacs
2010-07-15Fix reference to root global contextRyan Dahl
2010-07-15Add 'root' global variable as reference to sandboxRyan Dahl
2010-07-15Load modules in individual contextsRyan Dahl
2010-07-14Use execPath for default NODE_PATH, not installPrefixisaacs
2010-07-14fix corner-case bug in ModuleDavid Siegel
2010-07-01Revert "Fix 'uncaughtException' for top level exceptions"Ryan Dahl
2010-07-01Fix 'uncaughtException' for top level exceptionsRyan Dahl
2010-07-01Clean up indention on module compileRyan Dahl
2010-06-08node without arguments starts the REPLRyan Dahl
2010-06-03Fix: require.async module exception delegationFelix Geisendörfer
2010-05-30API: readFileSync without encoding argument now returns a BufferRyan Dahl
2010-05-28Refactor HTTPRyan Dahl
2010-05-10Improve error reportingRyan Dahl