summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warning with extra assert.Ryan2009-09-091-0/+2
* Add Exception::Error where missing.Ryan2009-09-094-10/+10
* Introduce "raws" encoding. Raw String.Ryan2009-09-095-7/+104
* Byte stream to V8 decoding and encoding.Ryan2009-09-096-211/+139
* node.assert() was broken.Ryan2009-09-082-2/+8
* Internally use full paths when loading modules.Ryan2009-09-071-0/+9
* Almost completely remove onExit and onLoad.Ryan2009-09-072-36/+7
* Exit the process on module load error. (temporary)Ryan2009-09-071-0/+2
* Add note about sendBody buffering to docsRyan2009-09-071-0/+6
* Add some links to the websiteRyan2009-09-071-0/+22
* Create NODE_UNIXTIME macrosRyan2009-09-074-8/+11
* bump versionv0.1.9Ryan2009-09-054-5/+11
* Hack for compiling on Snow Leopard.Ryan2009-09-052-0/+30
* Small change to website index.htmlRyan2009-09-051-1/+1
* Bugfix: Trap exceptions in URIParser.Ryan2009-09-042-2/+37
* bump versionv0.1.8Ryan2009-09-044-13/+36
* Fix slowness in debug run of test-tcp-many-clientsRyan2009-09-041-3/+2
* Upgrade evcom - disable EPIPE error output.Ryan2009-09-041-9/+16
* Add test-mkdir-rmdir.jsRyan2009-09-041-0/+30
* Sort files in readdir test.Ryan2009-09-031-1/+1
* Add node.fs.mkdir()Ryan2009-09-033-0/+30
* Add node.fs.readdir()Ryan2009-09-034-0/+79
* Clean up eio wrappers. Create EIOPromise.Ryan2009-09-034-297/+290
* Clean up text on website.Ryan2009-09-032-22/+23
* Asyncly do getaddrinfo() on Apple.Ryan2009-09-031-17/+1
* Upgrade libeio, increase xthread stacksize to 64kb.Ryan2009-09-035-51/+437
* Add extension API documentationRyan2009-09-031-0/+74
* Add stack to promise.wait().Ryan2009-09-034-3/+70
* Build natively on x64.Ryan2009-09-023-11/+28
* Add limits.h to src/node.cc for PATH_MAXRyan2009-09-021-0/+1
* Upgrade V8 to 1.3.9Ryan2009-09-02106-997/+4662
* Set module.loaded=true for dll modules.Ryan2009-09-011-0/+1
* Remove --lib option since there is no more libnodeRyan2009-09-013-25/+2
* Revert static library build.Ryan2009-09-014-43/+15
* Feature: add node.cwd() to access the current working directory.Michael Carter2009-09-012-0/+20
* Use Error exceptions where possible in net.cc and file.ccRyan2009-08-312-10/+21
* Throw Error exceptions from node.dlopen()Ryan2009-08-311-3/+5
* Stack traces for mjsunit errors, better error reporting function.Ryan2009-08-312-17/+30
* Upgrade evcom; Add setTimeout method to node.tcp.ConnectionRyan2009-08-318-33/+169
* Update test script to use new debug build's name: node_gRyan2009-08-311-1/+1
* Build static executable.Ryan2009-08-315-34/+84
* Add command line arguments for accessing build flags.Ryan2009-08-274-12/+42
* Add pkgconfig files to help with dll builds.Ryan2009-08-272-0/+41
* First attempt at node.dlopenRyan2009-08-276-9/+70
* bump versionv0.1.7Ryan2009-08-274-5/+29
* Fix text on index.htmlRyan2009-08-271-1/+1
* API: rename node.Process to node.ChildProcessRyan2009-08-2613-104/+106
* lintRyan2009-08-2629-176/+179
* Replace onExit() with process.addListener("exit")Ryan2009-08-2629-74/+77
* Introduce 'process' object. Also is the global object.Ryan2009-08-263-10/+17