Ryan
|
5f902a61e1
|
tcp server is accepting connections now.
(experiencing a problem with writing rawEncoding on the sockets. will fix in next commit.)
|
2009-04-22 13:52:30 +02:00 |
|
Ryan
|
822d7fa27e
|
add framework for tcp server. change eio stacksize to 16kb.
|
2009-04-22 10:29:45 +02:00 |
|
Ryan
|
140a032894
|
oops. call onConnect callback not onRead callback after connecting
|
2009-04-21 23:36:01 +02:00 |
|
Ryan
|
1542fc6a0b
|
add async dns for Socket
|
2009-04-21 23:13:13 +02:00 |
|
Ryan
|
707f244291
|
begin clean up of Socket
|
2009-04-21 19:56:30 +02:00 |
|
Ryan
|
d105d88625
|
on_load -> onLoad
|
2009-04-21 16:30:47 +02:00 |
|
Ryan
|
5d57fa5060
|
clean up timers a bit
|
2009-04-21 16:24:56 +02:00 |
|
Ryan
|
47fad676b4
|
Rename JS_ to NODE_ for method macros. add marcos to timers.cc
|
2009-04-21 15:55:11 +02:00 |
|
Ryan
|
a0f2b8a0c5
|
remove debug messages from module loading.
|
2009-04-21 14:38:55 +02:00 |
|
Ryan
|
408526a1c1
|
debugging/improving the module framework
|
2009-04-21 13:52:21 +02:00 |
|
Ryan
|
64117d9c94
|
small cleanups to the require structure
|
2009-04-20 18:44:30 +02:00 |
|
Ryan
|
93f7f0dca0
|
reimplement module loading
still missing several important features and its mostly untested but the script
test/test-test.js is working and thats enough for now.
|
2009-04-20 02:55:08 +02:00 |
|
Ryan
|
c2decd720f
|
add File.cat
|
2009-04-20 02:54:36 +02:00 |
|
Ryan
|
67af958f81
|
rename a few files to remove node_ prefix
|
2009-04-18 15:37:53 +02:00 |
|
Ryan
|
102c6399ac
|
rename NewFile to File::New
|
2009-04-18 14:34:56 +02:00 |
|
Ryan
|
e7dd20dc6e
|
add File.stat File.exists File.strerror
|
2009-04-18 10:58:41 +02:00 |
|
Ryan
|
5207226da3
|
fix a bug with eio polling.
|
2009-04-18 02:01:23 +02:00 |
|
Ryan
|
dd691decd2
|
file system methods to be queued.
|
2009-04-17 18:54:29 +02:00 |
|
Ryan
|
c8e20fbf81
|
add file.read only. raw encoding right now.
|
2009-04-16 21:05:41 +02:00 |
|
Ryan
|
12d31dd0b7
|
file operations are queued.
|
2009-04-16 20:09:55 +02:00 |
|
Ryan
|
e303d950d9
|
add stdout stderr global file objects. remove node.blocking.print
|
2009-04-16 13:58:10 +02:00 |
|
Ryan
|
c0b90ca763
|
only store fd in javascript (not in c++)
|
2009-04-16 13:42:34 +02:00 |
|
Ryan
|
470c6342cc
|
Change symantics of file.open. Now takes a callback argument.
|
2009-04-16 13:20:35 +02:00 |
|
Ryan
|
7e1350f6e4
|
add file.write()
|
2009-04-16 11:37:44 +02:00 |
|
Ryan
|
e8ce6ef790
|
add file open/close
|
2009-04-15 21:23:10 +02:00 |
|
Ryan
|
63a9cd3897
|
everything is changed. i've waited much too long to commit.
this is awful. i'm sorry for being so messy.
|
2009-04-15 10:08:28 +02:00 |
|
Ryan
|
0e9e927fcb
|
enable support for the thread pool
|
2009-04-04 16:53:43 +02:00 |
|
Ryan
|
1a126ed11c
|
use the WAF build system
|
2009-04-04 14:50:15 +02:00 |
|