summaryrefslogtreecommitdiff
path: root/src/node.js
Commit message (Expand)AuthorAgeFilesLines
* Lazy load console objectRyan Dahl2010-11-301-77/+5
* Remove unnecessary variable defRyan Dahl2010-11-291-1/+0
* Fix problem with requireNative not exporting 'module' objectisaacs2010-11-221-2/+2
* require() should work with `node --eval`.Ben Noordhuis2010-11-211-7/+18
* requireNative made independent on module systemHerbert Vojčík2010-11-211-60/+47
* Use runInNewContext instead of process.compileRyan Dahl2010-11-211-7/+5
* Load 'path' module with requireNativeRyan Dahl2010-11-211-4/+2
* requireNative doesn't depend on rest of module systemRyan Dahl2010-11-211-11/+21
* simplify lazy constant loadingRyan Dahl2010-11-211-11/+14
* Print friendly error message when main module is ENOENTRyan Dahl2010-11-211-1/+11
* Revert "Merge branch 'writev'"Ryan Dahl2010-11-201-4/+0
* Dump after ev_loopRyan Dahl2010-11-181-0/+4
* Add .node_moudles to lookup path againRyan Dahl2010-11-151-0/+1
* Revert node_module lookup commitsRyan Dahl2010-11-151-28/+8
* Move ev_loop out of javascriptRyan Dahl2010-11-111-9/+0
* Let exit listeners know the exit codeisaacs2010-10-271-2/+2
* make "node --eval" eval in the global scope.Jorge Chamorro Bieling2010-10-271-1/+2
* Move setTimeout and friends into timers moduleRyan Dahl2010-10-261-32/+13
* Remove unneeded function wrappersJorge Chamorro Bieling2010-10-211-3/+1
* Add ~/.node_modules as well as ~/.node_librariesisaacs2010-10-201-0/+1
* require looks in node_modules foldersisaacs2010-10-201-2/+16
* Split out modulePaths and defaultPathsisaacs2010-10-201-7/+12
* Add require.resolve.isaacs2010-10-201-18/+30
* Add .js to native script's filenameRyan Dahl2010-10-121-1/+1
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-4/+4
* add require.cacheRyan Dahl2010-10-071-0/+1
* syntax fixes to pass jslintJoshaven Potter2010-10-061-5/+5
* Added -e, --evalTJ Holowaychuk2010-10-061-2/+6
* Report "weird" errors a little better.isaacs2010-10-021-2/+2
* Drop reference to timer callback on clearTimeoutRyan Dahl2010-10-011-0/+1
* Remove unused functionRyan Dahl2010-09-301-5/+0
* Simplify: per-module cache thingRyan Dahl2010-09-301-8/+3
* Don't try to run extension loaders unless they're actually functionsisaacs2010-09-221-0/+1
* Remove registerExtension, add .extensions. Tests.Tim-Smart2010-09-201-80/+46
* Remove require.asyncisaacs2010-09-191-155/+26
* Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540Ryan Dahl2010-09-191-260/+271
* Remove process._byteLengthRyan Dahl2010-09-171-0/+1
* Remove process.evalcxRyan Dahl2010-09-171-10/+0
* Move IOWatcher and Timer to process.bindingRyan Dahl2010-09-171-3/+9
* Remove process.globalRyan Dahl2010-09-171-2/+3
* Move constants out of process objectRyan Dahl2010-09-161-9/+18
* Simplify REPLRyan Dahl2010-09-161-3/+1
* No need to do if (internalModuleCache...), it's in requireNative.Herbert Vojčík2010-09-161-6/+1
* Module system moved to the bottom, where only is it needed.Herbert Vojčík2010-09-161-210/+211
* m.id unneccessary, id is enough.Herbert Vojčík2010-09-161-1/+1
* Natives having their own self-contained minimalistic module system.Herbert Vojčík2010-09-151-48/+42
* Remove a few old deprecation warningsRyan Dahl2010-09-151-5/+0
* Make a list of known globalsRyan Dahl2010-09-141-2/+2
* Fix: uncaughtException was broken for main moduleFelix Geisendörfer2010-09-091-1/+5
* Make test-global work with NODE_MODULE_CONTEXTS.Herbert Vojčík2010-09-081-0/+1