0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Ryan
55097bb572 remove 'respond' from Request object in HTTPServer when connection is dead 2009-03-15 11:11:51 +01:00
Ryan
1e5de42a75 allow null host parameter to listen on localhost 2009-03-13 12:22:35 +01:00
Ryan
bc1ebdf5a5 update TCPClient specs 2009-03-05 14:22:09 +01:00
Ryan
e2d20fe293 complete tcp client (for the most part) 2009-03-05 13:57:09 +01:00
Ryan
93c7e88c87 half way implemented the new TCPClient 2009-03-05 13:41:10 +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
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