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
2010-11-30Remove unnecessary variable defRyan Dahl
2010-11-22Fix problem with requireNative not exporting 'module' objectisaacs
2010-11-22require() should work with `node --eval`.Ben Noordhuis
2010-11-22requireNative made independent on module systemHerbert Vojčík
2010-11-22Use runInNewContext instead of process.compileRyan Dahl
2010-11-22Load 'path' module with requireNativeRyan Dahl
2010-11-22requireNative doesn't depend on rest of module systemRyan Dahl
2010-11-22simplify lazy constant loadingRyan Dahl
2010-11-22Print friendly error message when main module is ENOENTRyan Dahl
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-19Dump after ev_loopRyan Dahl
2010-11-15Add .node_moudles to lookup path againRyan Dahl
2010-11-15Revert node_module lookup commitsRyan Dahl
2010-11-12Move ev_loop out of javascriptRyan Dahl
2010-10-28Let exit listeners know the exit codeisaacs
2010-10-28make "node --eval" eval in the global scope.Jorge Chamorro Bieling
2010-10-27Move setTimeout and friends into timers moduleRyan Dahl
2010-10-22Remove unneeded function wrappersJorge Chamorro Bieling
2010-10-21Add ~/.node_modules as well as ~/.node_librariesisaacs
2010-10-21require looks in node_modules foldersisaacs
2010-10-21Split out modulePaths and defaultPathsisaacs
2010-10-20Add require.resolve.isaacs
2010-10-12Add .js to native script's filenameRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-07add require.cacheRyan Dahl
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-10-07Added -e, --evalTJ Holowaychuk
2010-10-02Report "weird" errors a little better.isaacs
2010-10-01Drop reference to timer callback on clearTimeoutRyan Dahl
2010-09-30Remove unused functionRyan Dahl
2010-09-30Simplify: per-module cache thingRyan Dahl
2010-09-22Don't try to run extension loaders unless they're actually functionsisaacs
2010-09-20Remove registerExtension, add .extensions. Tests.Tim-Smart
2010-09-20Remove require.asyncisaacs
2010-09-19Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540Ryan Dahl
2010-09-17Remove process._byteLengthRyan Dahl
2010-09-17Remove process.evalcxRyan Dahl
2010-09-17Move IOWatcher and Timer to process.bindingRyan Dahl
2010-09-17Remove process.globalRyan Dahl
2010-09-17Move constants out of process objectRyan Dahl
2010-09-17Simplify REPLRyan Dahl
2010-09-17No need to do if (internalModuleCache...), it's in requireNative.Herbert Vojčík
2010-09-17Module system moved to the bottom, where only is it needed.Herbert Vojčík
2010-09-17m.id unneccessary, id is enough.Herbert Vojčík
2010-09-16Natives having their own self-contained minimalistic module system.Herbert Vojčík
2010-09-16Remove a few old deprecation warningsRyan Dahl
2010-09-15Make a list of known globalsRyan Dahl
2010-09-09Fix: uncaughtException was broken for main moduleFelix Geisendörfer
2010-09-08Make test-global work with NODE_MODULE_CONTEXTS.Herbert Vojčík
2010-09-08Removed comment-out code.Herbert Vojčík