From: Josh C. <ta...@us...> - 2002-03-28 13:11:15
|
tamc 2002/03/28 05:11:14 PST Modified files: server BrothaServer.h Added files: server WebServer.cpp WebServer.h Log: Initial implementation of a web server --only handles one connection at a time --accepts connection, reads request (doesn't do anything with it as of now) --generates and sends response to client --try it out, start the web server and go to http://localhost:8800 BrothaServer modified to actually start the WebServer Revision Changes Path 1.6 +11 -2 brotha/server/BrothaServer.h 1.1 +65 -0 brotha/server/WebServer.cpp (new) 1.1 +28 -0 brotha/server/WebServer.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaServer.h.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/WebServer.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/WebServer.h?rev=1.1&content-type=text/plain |