Commit Graph

42527 Commits

Author SHA1 Message Date
Ryan
ab248e8422 add test/test_clearTimeout.rb 2009-03-04 12:04:04 +01:00
Ryan
8b71ba5e68 add test_setTimeout
Had to disable Init_tcp because it starts an oi_async thread pool and
prevents the node loop from exiting when no watchers remain. Not sure how
to deal with this problem in general because eventually we'll need the
thread pool.
2009-03-04 11:54:20 +01:00
Ryan
9e5eff3b27 add test/test_http_server_echo and 'make test' 2009-03-04 11:35:43 +01:00
Ryan
559c1987be add command line options 2009-03-04 10:22:37 +01:00
Ryan
dbbd25ae65 rename module load function to Init_modulename(), like ruby 2009-03-04 10:08:33 +01:00
Ryan
e02b71ebe8 exit program on top level exceptions
(also lots of reorg.)
2009-03-04 00:33:55 +01:00
Ryan
a890b67406 Add beginnings of the setTimeout interface 2009-03-03 19:17:33 +01:00
Ryan
f16e50d387 refactor js_request creation into method 2009-03-03 02:36:08 +01:00
Ryan
f9374eeb77 avoid reallocating the same strings every request 2009-03-03 02:15:26 +01:00
Ryan
19478ed4b1 Major refactoring: program name now "node"
Trying to make a more moduler design. Two libraries currently "TCP" and
"HTTP" each have their own file.

Other major feature added here is multiple web servers! excitement.
2009-03-03 01:56:15 +01:00
Ryan
1afe6d26db begin work on the TCP.connect interface 2009-03-02 15:49:24 +01:00
Ryan
bd136fae40 update example.js 2009-03-01 12:15:27 +01:00
Ryan
2ee65b8ea2 add headers to request object 2009-02-24 19:13:58 +01:00
Ryan
1a71a3c9d4 fix bug in count-hosts.js was closing the chunked encoding before request ended 2009-02-23 22:43:50 +01:00
Ryan
aa72b99917 upload/download works seemingly 2009-02-23 21:53:03 +01:00
Ryan
f6b541bc37 trying to implement streamed upload. not working. 2009-02-23 21:04:30 +01:00
Ryan
d945ba68a2 compactify the code into a single file. will abstract later. 2009-02-23 13:48:34 +01:00
Ryan
90ea571602 request.respond(null) sends eof 2009-02-22 18:17:02 +01:00
Ryan
096384ad58 gitignore 2009-02-22 17:50:43 +01:00
Ryan
cc1a61c1e7 request.respond works 2009-02-22 17:46:11 +01:00
Ryan
74f4eb9a2e add http method access 2009-02-21 21:00:40 +01:00
Ryan
b518ed9db2 add some printfs.. 2009-02-20 17:49:47 +01:00
Ryan
7b7ceea4ec first compile 2009-02-20 17:06:07 +01:00
Ryan
4a5bab8ef6 intermediate commit. nothing works. 2009-02-20 16:34:18 +01:00
Ryan
6ded7fec5f ... 2009-02-20 16:18:44 +01:00
Ryan
61890720c8 add readme and initial code 2009-02-16 01:34:45 +01:00
Ryan
9d7895c567 add dependencies 2009-02-16 01:02:00 +01:00