summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN COMMIT: removing git submodulesRyan2009-04-224-9/+0
|
* update eio. add EIO_STACKSIZE define for getaddrinfo problemRyan2009-04-225-10/+44
|
* rename echoserver -> pingpongRyan2009-04-221-0/+1
|
* beef up the echoserver testRyan2009-04-221-6/+7
|
* add echo test. remove debug printfsRyan2009-04-222-2/+49
|
* fix some errors/memleaksRyan2009-04-223-13/+36
|
* implment server.closeRyan2009-04-221-1/+5
|
* throw error when given a bad arguement to socket.writeRyan2009-04-221-4/+4
|
* bug fix: recving raw data was incorrect.Ryan2009-04-221-2/+2
|
* tcp server is accepting connections now.Ryan2009-04-221-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.Ryan2009-04-224-30/+134
|
* oops. call onConnect callback not onRead callback after connectingRyan2009-04-211-2/+6
|
* add async dns for SocketRyan2009-04-214-46/+108
|
* begin clean up of SocketRyan2009-04-213-236/+186
|
* on_load -> onLoadRyan2009-04-214-11/+12
|
* clean up timers a bitRyan2009-04-212-118/+75
|
* Rename JS_ to NODE_ for method macros. add marcos to timers.ccRyan2009-04-214-53/+37
|
* remove debug messages from module loading.Ryan2009-04-212-8/+7
|
* debugging/improving the module frameworkRyan2009-04-218-11/+81
|
* add 'make test'Ryan2009-04-212-7/+14
|
* remove old test filesRyan2009-04-208-189/+0
|
* ensure socket closure in very old test scriptsRyan2009-04-201-0/+2
|
* small cleanups to the require structureRyan2009-04-201-33/+12
|
* reimplement module loadingRyan2009-04-205-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.catRyan2009-04-201-0/+24
|
* rename a few files to remove node_ prefixRyan2009-04-187-25/+44
|
* rename NewFile to File::NewRyan2009-04-181-41/+41
|
* fix configure so it can handle --debug argumentRyan2009-04-181-14/+5
|
* add File.stat File.exists File.strerrorRyan2009-04-184-0/+64
|
* fix a bug with eio polling.Ryan2009-04-184-9/+23
|
* file system methods to be queued.Ryan2009-04-174-221/+209
|
* remove old readmeRyan2009-04-161-27/+0
|
* add file.read only. raw encoding right now.Ryan2009-04-164-77/+154
|
* file operations are queued.Ryan2009-04-166-129/+199
|
* add stdout stderr global file objects. remove node.blocking.printRyan2009-04-164-47/+28
|
* only store fd in javascript (not in c++)Ryan2009-04-162-17/+18
|
* Change symantics of file.open. Now takes a callback argument.Ryan2009-04-162-65/+53
|
* update gitignore to work with waf filesRyan2009-04-161-3/+5
|
* remove some old filesRyan2009-04-163-95/+0
|
* add file.write()Ryan2009-04-163-25/+145
|
* Remove docs.Ryan2009-04-162-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/closeRyan2009-04-153-14/+217
|
* everything is changed. i've waited much too long to commit.Ryan2009-04-1517-496/+1759
| | | | this is awful. i'm sorry for being so messy.
* enable support for the thread poolRyan2009-04-043-7/+35
|
* use the WAF build systemRyan2009-04-0414-65/+330
|
* add dependencies: libeio, libev, v8Ryan2009-04-0345-0/+28835
|
* more todo itemsRyan2009-03-151-1/+15
|
* a few more todo itemsRyan2009-03-151-0/+4
|
* a few more todo itemsRyan2009-03-151-0/+13
|
* add todo listRyan2009-03-151-0/+12
|