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-01-05Merge branch 'master' of git://github.com/ry/nodeBert Belder
2011-01-04realpath files during module loadMihai Călin Bazon
2011-01-04NODE_DEBUG uses strings instead of bitflagsRyan Dahl
2011-01-03Merge branch 'debugger'Ryan Dahl
2011-01-03Merge remote branch 'origin/master'Bert Belder
2011-01-02add process.stdinRyan Dahl
2011-01-02Syntax error hack for modules.Ryan Dahl
2011-01-02Make syntax error display optionalRyan Dahl
2010-12-30Rather have the debugger be parent processRyan Dahl
2010-12-30Add beginning of build-in debuggerRyan Dahl
2010-12-21_Partial_ backslash support in node.js argv directory mungingBert Belder
2010-12-14Prefer require.cache over native module cacheFelix Geisendörfer
2010-12-07Pretty error message messes up if readFileSync in main module fails.Ryan Dahl
2010-12-05fix global leakRyan Dahl
2010-12-05Reworks the two functions traverser and findModulePath into a more readable f...Anders Conbere
2010-12-03fix global leakRyan Dahl
2010-12-02lint util.js and src/node.jsRyan Dahl
2010-11-30Lazy load console objectRyan Dahl
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