summaryrefslogtreecommitdiff
path: root/src/node.js
AgeCommit message (Expand)AuthorFilesLines
2009-06-30Change 'new node.tcp.Connection' to 'node.tcp.createConnection'Ryan1-0/+6
2009-06-30Remove node.Process constructor from APIRyan1-0/+6
2009-06-29Snakecase events .Ryan1-3/+3
2009-06-28Implement Promises for file i/oRyan1-6/+8
2009-06-28Timers on EventsRyan1-10/+13
2009-06-28in the middle putting in event code. broken.Ryan1-0/+6
2009-06-22lintRyan1-21/+19
2009-06-21Finished remote module loadingUrban Hafner1-3/+7
2009-06-21Tests and implementation of node.cat()Urban Hafner1-0/+9
2009-06-09Allow for absolute paths to specify root moduleRyan1-1/+12
2009-06-08Modify the tests to use onExit hook.Ryan1-2/+0
2009-06-08Implement onExit() hook for modules.Ryan1-3/+35
2009-06-08Module system refactorRyan1-135/+101
2009-06-01Fix bug: catting non-existent filesRyan1-1/+1
2009-05-26Clean up outgoing encoding API. Generally: send(chunk, encoding).Ryan1-1/+1
2009-05-26Large refactor of file code.Ryan1-1/+1
2009-05-25Add docs. Rename exit() to node.exit().Ryan1-2/+2
2009-05-21Namespace File stuff in node.fsRyan1-3/+3
2009-05-13Rename main.js to node.js.Ryan1-0/+180