15 Commits (2309196c34db62b96facf601f6b01a76a23deea8)

Author SHA1 Message Date
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. 16 years ago
Ryan 1e5de42a75 allow null host parameter to listen on localhost 16 years ago
Ryan 7b45c911ef with great performance hit, a patch to handle binary 16 years ago
Ryan a8ac42384d change HTTPServer constructor. Now: HTTPServer(host, port, onrequest); 16 years ago
Ryan 64ac9efb3d fixed bug in HTTPServer. wasn't properly destroying requests. 16 years ago
Ryan b4985d1a6e working towards working keep-alive. need tests 16 years ago
Ryan ea728d35ef add some information about http request objects 16 years ago
Ryan db618cb708 add minimal amount about HTTPServer to spec 16 years ago
Ryan dbbd25ae65 rename module load function to Init_modulename(), like ruby 16 years ago
Ryan e02b71ebe8 exit program on top level exceptions 16 years ago
Ryan a890b67406 Add beginnings of the setTimeout interface 16 years ago
Ryan f16e50d387 refactor js_request creation into method 16 years ago
Ryan f9374eeb77 avoid reallocating the same strings every request 16 years ago
Ryan 19478ed4b1 Major refactoring: program name now "node" 16 years ago
Ryan 1afe6d26db begin work on the TCP.connect interface 16 years ago
Ryan 2ee65b8ea2 add headers to request object 16 years ago
Ryan 1a71a3c9d4 fix bug in count-hosts.js was closing the chunked encoding before request ended 16 years ago
Ryan aa72b99917 upload/download works seemingly 16 years ago
Ryan f6b541bc37 trying to implement streamed upload. not working. 16 years ago
Ryan d945ba68a2 compactify the code into a single file. will abstract later. 16 years ago
Ryan cc1a61c1e7 request.respond works 16 years ago
Ryan 74f4eb9a2e add http method access 16 years ago
Ryan b518ed9db2 add some printfs.. 16 years ago
Ryan 6ded7fec5f ... 16 years ago
Ryan 61890720c8 add readme and initial code 16 years ago