Ryan
|
5f902a61e1
|
tcp server is accepting connections now.
(experiencing a problem with writing rawEncoding on the sockets. will fix in next commit.)
|
16 years ago |
Ryan
|
822d7fa27e
|
add framework for tcp server. change eio stacksize to 16kb.
|
16 years ago |
Ryan
|
140a032894
|
oops. call onConnect callback not onRead callback after connecting
|
16 years ago |
Ryan
|
1542fc6a0b
|
add async dns for Socket
|
16 years ago |
Ryan
|
707f244291
|
begin clean up of Socket
|
16 years ago |
Ryan
|
d105d88625
|
on_load -> onLoad
|
16 years ago |
Ryan
|
5d57fa5060
|
clean up timers a bit
|
16 years ago |
Ryan
|
47fad676b4
|
Rename JS_ to NODE_ for method macros. add marcos to timers.cc
|
16 years ago |
Ryan
|
a0f2b8a0c5
|
remove debug messages from module loading.
|
16 years ago |
Ryan
|
408526a1c1
|
debugging/improving the module framework
|
16 years ago |
Ryan
|
ec9697b1ba
|
add 'make test'
|
16 years ago |
Ryan
|
f5b2a8f072
|
remove old test files
|
16 years ago |
Ryan
|
7baacb56a9
|
ensure socket closure in very old test scripts
|
16 years ago |
Ryan
|
64117d9c94
|
small cleanups to the require structure
|
16 years ago |
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.
|
16 years ago |
Ryan
|
c2decd720f
|
add File.cat
|
16 years ago |
Ryan
|
67af958f81
|
rename a few files to remove node_ prefix
|
16 years ago |
Ryan
|
102c6399ac
|
rename NewFile to File::New
|
16 years ago |
Ryan
|
e368571f46
|
fix configure so it can handle --debug argument
|
16 years ago |
Ryan
|
e7dd20dc6e
|
add File.stat File.exists File.strerror
|
16 years ago |
Ryan
|
5207226da3
|
fix a bug with eio polling.
|
16 years ago |
Ryan
|
dd691decd2
|
file system methods to be queued.
|
16 years ago |
Ryan
|
e5a6b07d6a
|
remove old readme
|
16 years ago |
Ryan
|
c8e20fbf81
|
add file.read only. raw encoding right now.
|
16 years ago |
Ryan
|
12d31dd0b7
|
file operations are queued.
|
16 years ago |
Ryan
|
e303d950d9
|
add stdout stderr global file objects. remove node.blocking.print
|
16 years ago |
Ryan
|
c0b90ca763
|
only store fd in javascript (not in c++)
|
16 years ago |
Ryan
|
470c6342cc
|
Change symantics of file.open. Now takes a callback argument.
|
16 years ago |
Ryan
|
86eab1f131
|
update gitignore to work with waf files
|
16 years ago |
Ryan
|
844f923825
|
remove some old files
|
16 years ago |
Ryan
|
7e1350f6e4
|
add file.write()
|
16 years ago |
Ryan
|
0ab4f5c276
|
Remove docs.
API is changing too quickly for me to keep up with. I will recreate them as
things start to stablize.
|
16 years ago |
Ryan
|
e8ce6ef790
|
add file open/close
|
16 years ago |
Ryan
|
63a9cd3897
|
everything is changed. i've waited much too long to commit.
this is awful. i'm sorry for being so messy.
|
16 years ago |
Ryan
|
0e9e927fcb
|
enable support for the thread pool
|
16 years ago |
Ryan
|
1a126ed11c
|
use the WAF build system
|
16 years ago |
Ryan
|
c518373838
|
add dependencies: libeio, libev, v8
|
16 years ago |
Ryan
|
2309196c34
|
more todo items
|
16 years ago |
Ryan
|
878ca395b3
|
a few more todo items
|
16 years ago |
Ryan
|
fd52fa7c16
|
a few more todo items
|
16 years ago |
Ryan
|
742b221e4b
|
add todo list
|
16 years ago |
Ryan
|
55097bb572
|
remove 'respond' from Request object in HTTPServer when connection is dead
|
16 years ago |
Ryan
|
adf18d84af
|
header fields should be symbols. enable fatal error messages.
how do i get a stack trace on a fatal error?
http://groups.google.com/group/v8-users/browse_thread/thread/b70c70d568c332e1
|
16 years ago |
Ryan
|
1e5de42a75
|
allow null host parameter to listen on localhost
|
16 years ago |
Ryan
|
5b08b827f9
|
report errors from loaded files
|
16 years ago |
Ryan
|
7b45c911ef
|
with great performance hit, a patch to handle binary
(need to get the v8 people to produce something that doesn't require copying
buffers 20 times.)
|
16 years ago |
Ryan
|
a8ac42384d
|
change HTTPServer constructor. Now: HTTPServer(host, port, onrequest);
|
16 years ago |
Ryan
|
e78917b3b0
|
better reporting on fatal exceptions
|
16 years ago |
Ryan
|
5131e0a1ef
|
better error messages
|
16 years ago |
Ryan
|
64ac9efb3d
|
fixed bug in HTTPServer. wasn't properly destroying requests.
|
16 years ago |