summaryrefslogtreecommitdiff
path: root/src/node.js
Commit message (Expand)AuthorAgeFilesLines
* Better error message on bad ARGV[1]Ryan Dahl2009-12-291-1/+1
* fix whitespaceRyan Dahl2009-12-221-55/+55
* posix.cat not using call() correctlyJonas Pfenniger2009-12-221-1/+1
* export path.normalizeArray for the uri moduleRyan Dahl2009-12-221-3/+3
* Fix require("../blah") issuesisaacs2009-12-221-23/+26
* Remove two debug statements that are a bit much.isaacs2009-12-191-2/+2
* Bugfix: child modules get wrong id with "index.js"isaacs2009-12-191-3/+7
* Inadvertently introduced a bug in how single-dot path parts are handled.isaacs2009-12-191-2/+2
* Bugfix: require("../foo")isaacs2009-12-191-2/+11
* require() should throw error if module does.Ryan Dahl2009-12-181-1/+6
* Replaced several Array.prototype.slice.call() calls with Array.prototype.unsh...visionmedia2009-12-181-9/+6
* syntax fixes in src/node.jsJoshaven Potter2009-12-181-30/+31
* Fix ARGV[0] weirdnessRyan Dahl2009-12-081-1/+1
* Added superCtor to ctor.super_ instead superCtor.prototype.Johan Dahlberg2009-12-081-1/+1
* Give default encodings for posix.read and posix.writeRyan Dahl2009-12-071-0/+4
* Make process.mixin copy over undefined valuesFelix Geisendörfer2009-12-061-1/+1
* Two bug fixes for process.mixinFelix Geisendörfer2009-12-061-2/+2
* Implement promises entirely in JSRyan Dahl2009-12-061-21/+75
* Refactor node_file.cc to not use Promises.Ryan Dahl2009-12-061-36/+199
* Add process.loop() process.unloop()!!!Ryan Dahl2009-11-231-0/+9
* Promises should not be able to be canceled more than once.Friedemann Altrock2009-11-221-0/+3
* Fix default value for persistent in watchFile()Ryan Dahl2009-11-171-2/+1
* Add options to process.watchFile()Ryan Dahl2009-11-171-2/+17
* Add process.watchFile() process.unwatchFile()Ryan Dahl2009-11-171-0/+26
* Implement process "uncaughtException" eventFelix Geisendörfer2009-11-141-1/+0
* Add EventEmitter.removeListenerfwg2009-11-131-0/+11
* Bugfix, Promise.timeout() blocked the event loopFelix Geisendörfer2009-11-121-1/+7
* Proper deprecation message for process.inheritsFelix Geisendörfer2009-11-111-2/+3
* deprecation error for process.inherits()Ryan Dahl2009-11-071-0/+5
* Create require.main, remove process.cat()Ryan Dahl2009-11-071-22/+21
* API: rename process.inherits to sys.inheritsRyan Dahl2009-11-071-21/+0
* Combine all compiled javascript files into src/node.jsRyan Dahl2009-11-071-0/+182
* Fix regexp in file extension checkingRyan Dahl2009-11-041-1/+1
* The return of relative module loadingFelix Geisendörfer2009-11-021-1/+1
* The return of absolute Module loadingFelix Geisendörfer2009-11-021-26/+22
* The return of remote module loadingFelix Geisendörfer2009-11-011-2/+24
* require.paths aliased as process.pathRyan Dahl2009-11-011-7/+6
* Update deprecation errors.Ryan Dahl2009-10-311-21/+37
* Don't call process.exit() on missing module.Ryan Dahl2009-10-311-5/+0
* module.name renamed to module.id for commonjs compatRyan Dahl2009-10-311-27/+27
* Module refactor - almost CommonJS compatible nowRyan Dahl2009-10-311-162/+277
* Namespace EVERYTHING under process; introduce GLOBALRyan Dahl2009-10-291-72/+68
* Rename node.libraryPaths to require.pathsRyan Dahl2009-10-251-0/+1
* Added external interface for signal handlers.Brandon Beacher2009-10-151-0/+19
* utils.js links to sys.js instead of other way aroundRyan Dahl2009-10-131-1/+1
* Fix for confusing deprecation messageFelix Geisendörfer2009-10-121-1/+1
* Raise helpful error when include() is called.Ryan Dahl2009-10-091-0/+4
* Upgrade v8 to 1.3.14Ryan Dahl2009-10-071-1/+3
* Do not use /bin/sh to create child processes.Ryan Dahl2009-10-071-2/+13
* Add __module to reference current node.Module object.Ryan Dahl2009-10-051-10/+10