Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BROKEN COMMIT: removing git submodules | Ryan | 2009-04-22 | 4 | -9/+0 |
| | |||||
* | update eio. add EIO_STACKSIZE define for getaddrinfo problem | Ryan | 2009-04-22 | 5 | -10/+44 |
| | |||||
* | rename echoserver -> pingpong | Ryan | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | beef up the echoserver test | Ryan | 2009-04-22 | 1 | -6/+7 |
| | |||||
* | add echo test. remove debug printfs | Ryan | 2009-04-22 | 2 | -2/+49 |
| | |||||
* | fix some errors/memleaks | Ryan | 2009-04-22 | 3 | -13/+36 |
| | |||||
* | implment server.close | Ryan | 2009-04-22 | 1 | -1/+5 |
| | |||||
* | throw error when given a bad arguement to socket.write | Ryan | 2009-04-22 | 1 | -4/+4 |
| | |||||
* | bug fix: recving raw data was incorrect. | Ryan | 2009-04-22 | 1 | -2/+2 |
| | |||||
* | tcp server is accepting connections now. | Ryan | 2009-04-22 | 1 | -8/+73 |
| | | | | (experiencing a problem with writing rawEncoding on the sockets. will fix in next commit.) | ||||
* | add framework for tcp server. change eio stacksize to 16kb. | Ryan | 2009-04-22 | 4 | -30/+134 |
| | |||||
* | oops. call onConnect callback not onRead callback after connecting | Ryan | 2009-04-21 | 1 | -2/+6 |
| | |||||
* | add async dns for Socket | Ryan | 2009-04-21 | 4 | -46/+108 |
| | |||||
* | begin clean up of Socket | Ryan | 2009-04-21 | 3 | -236/+186 |
| | |||||
* | on_load -> onLoad | Ryan | 2009-04-21 | 4 | -11/+12 |
| | |||||
* | clean up timers a bit | Ryan | 2009-04-21 | 2 | -118/+75 |
| | |||||
* | Rename JS_ to NODE_ for method macros. add marcos to timers.cc | Ryan | 2009-04-21 | 4 | -53/+37 |
| | |||||
* | remove debug messages from module loading. | Ryan | 2009-04-21 | 2 | -8/+7 |
| | |||||
* | debugging/improving the module framework | Ryan | 2009-04-21 | 8 | -11/+81 |
| | |||||
* | add 'make test' | Ryan | 2009-04-21 | 2 | -7/+14 |
| | |||||
* | remove old test files | Ryan | 2009-04-20 | 8 | -189/+0 |
| | |||||
* | ensure socket closure in very old test scripts | Ryan | 2009-04-20 | 1 | -0/+2 |
| | |||||
* | small cleanups to the require structure | Ryan | 2009-04-20 | 1 | -33/+12 |
| | |||||
* | reimplement module loading | Ryan | 2009-04-20 | 5 | -141/+162 |
| | | | | | still missing several important features and its mostly untested but the script test/test-test.js is working and thats enough for now. | ||||
* | add File.cat | Ryan | 2009-04-20 | 1 | -0/+24 |
| | |||||
* | rename a few files to remove node_ prefix | Ryan | 2009-04-18 | 7 | -25/+44 |
| | |||||
* | rename NewFile to File::New | Ryan | 2009-04-18 | 1 | -41/+41 |
| | |||||
* | fix configure so it can handle --debug argument | Ryan | 2009-04-18 | 1 | -14/+5 |
| | |||||
* | add File.stat File.exists File.strerror | Ryan | 2009-04-18 | 4 | -0/+64 |
| | |||||
* | fix a bug with eio polling. | Ryan | 2009-04-18 | 4 | -9/+23 |
| | |||||
* | file system methods to be queued. | Ryan | 2009-04-17 | 4 | -221/+209 |
| | |||||
* | remove old readme | Ryan | 2009-04-16 | 1 | -27/+0 |
| | |||||
* | add file.read only. raw encoding right now. | Ryan | 2009-04-16 | 4 | -77/+154 |
| | |||||
* | file operations are queued. | Ryan | 2009-04-16 | 6 | -129/+199 |
| | |||||
* | add stdout stderr global file objects. remove node.blocking.print | Ryan | 2009-04-16 | 4 | -47/+28 |
| | |||||
* | only store fd in javascript (not in c++) | Ryan | 2009-04-16 | 2 | -17/+18 |
| | |||||
* | Change symantics of file.open. Now takes a callback argument. | Ryan | 2009-04-16 | 2 | -65/+53 |
| | |||||
* | update gitignore to work with waf files | Ryan | 2009-04-16 | 1 | -3/+5 |
| | |||||
* | remove some old files | Ryan | 2009-04-16 | 3 | -95/+0 |
| | |||||
* | add file.write() | Ryan | 2009-04-16 | 3 | -25/+145 |
| | |||||
* | Remove docs. | Ryan | 2009-04-16 | 2 | -572/+0 |
| | | | | | API is changing too quickly for me to keep up with. I will recreate them as things start to stablize. | ||||
* | add file open/close | Ryan | 2009-04-15 | 3 | -14/+217 |
| | |||||
* | everything is changed. i've waited much too long to commit. | Ryan | 2009-04-15 | 17 | -496/+1759 |
| | | | | this is awful. i'm sorry for being so messy. | ||||
* | enable support for the thread pool | Ryan | 2009-04-04 | 3 | -7/+35 |
| | |||||
* | use the WAF build system | Ryan | 2009-04-04 | 14 | -65/+330 |
| | |||||
* | add dependencies: libeio, libev, v8 | Ryan | 2009-04-03 | 45 | -0/+28835 |
| | |||||
* | more todo items | Ryan | 2009-03-15 | 1 | -1/+15 |
| | |||||
* | a few more todo items | Ryan | 2009-03-15 | 1 | -0/+4 |
| | |||||
* | a few more todo items | Ryan | 2009-03-15 | 1 | -0/+13 |
| | |||||
* | add todo list | Ryan | 2009-03-15 | 1 | -0/+12 |
| |