Commit Graph

  • 1a126ed11c use the WAF build system Ryan 2009-04-04 14:50:15 +0200
  • c518373838 add dependencies: libeio, libev, v8 Ryan 2009-04-03 13:43:03 +0200
  • 2309196c34 more todo items Ryan 2009-03-15 16:02:23 +0100
  • 878ca395b3 a few more todo items Ryan 2009-03-15 12:53:04 +0100
  • fd52fa7c16 a few more todo items Ryan 2009-03-15 12:51:51 +0100
  • 742b221e4b add todo list Ryan 2009-03-15 12:31:35 +0100
  • 55097bb572 remove 'respond' from Request object in HTTPServer when connection is dead Ryan 2009-03-15 11:11:51 +0100
  • adf18d84af header fields should be symbols. enable fatal error messages. Ryan 2009-03-15 09:44:26 +0100
  • 1e5de42a75 allow null host parameter to listen on localhost Ryan 2009-03-13 12:22:35 +0100
  • 5b08b827f9 report errors from loaded files Ryan 2009-03-09 18:21:59 +0100
  • 7b45c911ef with great performance hit, a patch to handle binary Ryan 2009-03-09 17:26:42 +0100
  • a8ac42384d change HTTPServer constructor. Now: HTTPServer(host, port, onrequest); Ryan 2009-03-09 14:09:09 +0100
  • e78917b3b0 better reporting on fatal exceptions Ryan 2009-03-09 14:08:31 +0100
  • 5131e0a1ef better error messages Ryan 2009-03-09 01:23:41 +0100
  • 64ac9efb3d fixed bug in HTTPServer. wasn't properly destroying requests. Ryan 2009-03-07 17:08:35 +0100
  • b4985d1a6e working towards working keep-alive. need tests Ryan 2009-03-06 19:49:52 +0100
  • 16ef5029de add blockingFileRead to tide me over until I can get a proper file interface. Ryan 2009-03-05 18:17:36 +0100
  • ea728d35ef add some information about http request objects Ryan 2009-03-05 14:45:11 +0100
  • db618cb708 add minimal amount about HTTPServer to spec Ryan 2009-03-05 14:35:54 +0100
  • bc1ebdf5a5 update TCPClient specs Ryan 2009-03-05 14:22:09 +0100
  • e2d20fe293 complete tcp client (for the most part) Ryan 2009-03-05 13:53:21 +0100
  • 93c7e88c87 half way implemented the new TCPClient Ryan 2009-03-05 13:41:10 +0100
  • 4ea5ab63c1 implement setInterval() Ryan 2009-03-04 19:16:07 +0100
  • 02638103f7 add beginnings of a specification doc Ryan 2009-03-04 19:15:39 +0100
  • ab248e8422 add test/test_clearTimeout.rb Ryan 2009-03-04 12:04:04 +0100
  • 8b71ba5e68 add test_setTimeout Ryan 2009-03-04 11:54:20 +0100
  • 9e5eff3b27 add test/test_http_server_echo and 'make test' Ryan 2009-03-04 11:29:39 +0100
  • 559c1987be add command line options Ryan 2009-03-04 10:22:37 +0100
  • dbbd25ae65 rename module load function to Init_modulename(), like ruby Ryan 2009-03-04 10:08:33 +0100
  • e02b71ebe8 exit program on top level exceptions Ryan 2009-03-04 00:31:37 +0100
  • a890b67406 Add beginnings of the setTimeout interface Ryan 2009-03-03 19:17:33 +0100
  • f16e50d387 refactor js_request creation into method Ryan 2009-03-03 02:36:08 +0100
  • f9374eeb77 avoid reallocating the same strings every request Ryan 2009-03-03 02:15:26 +0100
  • 19478ed4b1 Major refactoring: program name now "node" Ryan 2009-03-03 01:56:15 +0100
  • 1afe6d26db begin work on the TCP.connect interface Ryan 2009-03-02 15:49:24 +0100
  • bd136fae40 update example.js Ryan 2009-03-01 12:15:27 +0100
  • 2ee65b8ea2 add headers to request object Ryan 2009-02-24 19:13:58 +0100
  • 1a71a3c9d4 fix bug in count-hosts.js was closing the chunked encoding before request ended Ryan 2009-02-23 22:43:50 +0100
  • aa72b99917 upload/download works seemingly Ryan 2009-02-23 21:53:03 +0100
  • f6b541bc37 trying to implement streamed upload. not working. Ryan 2009-02-23 21:04:30 +0100
  • d945ba68a2 compactify the code into a single file. will abstract later. Ryan 2009-02-23 13:48:34 +0100
  • 90ea571602 request.respond(null) sends eof Ryan 2009-02-22 18:15:18 +0100
  • 096384ad58 gitignore Ryan 2009-02-22 17:50:43 +0100
  • cc1a61c1e7 request.respond works Ryan 2009-02-22 17:46:11 +0100
  • 74f4eb9a2e add http method access Ryan 2009-02-21 21:00:40 +0100
  • b518ed9db2 add some printfs.. Ryan 2009-02-20 17:49:47 +0100
  • 7b7ceea4ec first compile Ryan 2009-02-20 17:06:07 +0100
  • 4a5bab8ef6 intermediate commit. nothing works. Ryan 2009-02-20 16:34:18 +0100
  • 6ded7fec5f ... Ryan 2009-02-20 16:18:44 +0100
  • 61890720c8 add readme and initial code Ryan 2009-02-16 01:34:45 +0100
  • 9d7895c567 add dependencies Ryan 2009-02-16 01:02:00 +0100