995 Commits (1b42276851c9d91709073e1ae3e9ce2710fc3127)
 

Author SHA1 Message Date
Ryan b34792a480 Add webpage. Very incomplete. 16 years ago
Ryan 4d39a3586c Path, URI, Fragment, etc were not getting passed to RequestHandler. 16 years ago
Ryan 94a182a2c8 liboi should include libev 16 years ago
Ryan 15c1e0b007 Random clean-ups to the web server. 16 years ago
Ryan 3a41367c40 Upgrade v8 to version 1.2.3. 16 years ago
Ryan 7869ed6681 Add keep-alive handling. 16 years ago
Ryan 918c71856a Add status code reasons to server API. 16 years ago
Ryan 421b955888 change the http server response api slightly 16 years ago
Ryan 55d840ea96 Add profile window around socket on_read. 16 years ago
Ryan 43531093a3 don't die on EPIPE 16 years ago
Ryan ba17940551 Add accessor File#encoding 16 years ago
Ryan 103a8800c7 Binary HTTP bodies for both requests and responses. 16 years ago
Ryan 62a1465332 get chunked responses working 16 years ago
Ryan 9f2938b713 node.http.Server was not getting req.path, etc. 16 years ago
Ryan a80591aff6 Create node.http.Server and node.http.LowLevelServer 16 years ago
Ryan 0bb12be660 link to google profiler 16 years ago
Ryan ae7c6314ca Various fixes to make the web server not give off so many errors. 16 years ago
Ryan cfd61622ae Reference counting. Network bugs. 16 years ago
Ryan 30450388d6 update oi_socket - modify node code to match 16 years ago
Ryan 2e5b85a13b Some fixes to allow HTTPServer to begin listening. 16 years ago
Ryan 9c3770d999 Implement HTTPServer (untested!) 16 years ago
Ryan b763ee0ad4 Make onError work for TCPConnection. 16 years ago
Ryan 6149c6c49a Fix HTTPConnection javascript inheritance. 16 years ago
Ryan 38726e7272 various clean ups; HTTPConnection (js side) inherits from TCPConnection 16 years ago
Ryan 09c2ae5c3e Slight change in tcp connection constructor 16 years ago
Ryan 4860f1c92c add onMessageComplete and onBody handlers. 16 years ago
Ryan be6b3acf0e extract headers, status_code, path, http version from http messages. 16 years ago
Ryan 5a071ad72f Begin refactor of http.cc. Remove libebb add http_parser. 16 years ago
Ryan bb6057d9ad rename Connection.disconnect -> Connection.close 16 years ago
Ryan 13062832d8 cleanup: rename some of the callbacks 16 years ago
Ryan 1713386580 add Connection::SendEOF. modify test accordingly. 16 years ago
Ryan 15d24d8002 Major refactor of network code 16 years ago
Ryan 3886e183fd Add test for setInterval 16 years ago
Ryan fd392d0a50 Remove `if (pointer == NULL)` after allocations with `new`. 16 years ago
Ryan cbd342a12d Publicize Socket and Server for eventual cooperation with HttpServer. 16 years ago
Ryan 0f5170339c remove process.{cc,h} process.exit() now exit() 16 years ago
Ryan f213a27657 Refactor setTimeout to be a Timer object. 16 years ago
Ryan 064c8f0252 Use ObjectWrap base class for File, Socket, Server. 16 years ago
Ryan cf1c58063e Create a node namespace 16 years ago
Ryan 90fc8d3622 Update liboi. Use EV_MULTIPLICITY=0. 16 years ago
Ryan 8e7bbf26e2 get 'make install' working 16 years ago
Ryan f17ecf20be change localhost to 127.0.0.1 because macs suck 16 years ago
Ryan 29b528c980 fix the waf configure --debug options. seems to work now. 16 years ago
Ryan 0ea7577a72 sign error on file position argument 16 years ago
Ryan 8a8e9df72e wasn't sending pos arg for puts() 16 years ago
Ryan a4593e3ebd WAF: fix the debug variant. 16 years ago
Ryan 0b1e3240be add position arguments to File#read and File#write 16 years ago
Ryan 8514e0627a improved ping pong test. 16 years ago
Ryan c62b124082 add scons local for v8. check for librt in wscript 16 years ago
Ryan 40c0f755c9 import full versions of dependency libraries! 16 years ago