Uh, what the heck is this?
This is a simple webserver in a library. Perfect for game servers that want a web interface! It handles all connections for you and also handles GET and POST from clients, so you can use forms. Check it out!
SDL_websrv-0.1.3 Released Saturday, September 4, 2004
SDL_websrv-0.1.3.tar.gz, is now available in the all files.
bug fix for filenames containing doublequotes in multipart posts
SDL_websrv-0.1.2 Released Monday, May 27, 2002
SDL_websrv-0.1.2.tar.gz, is now available in the all files.
The read loop now exits on errors, and the connection acceptor discards bad connections.
Changed the printfs to only occur when DEBUG is defined.
SDL_websrv-0.1.1 Released Thursday, August 23, 2001
SDL_websrv-0.1.1.tar.gz, is now available in the all files.
Fixed up strncasecmp for MSVC and perhaps other compilers too. see the config.h.in
Made the NULL char on the end of URL GET param.data not counted into the size.
Version number stepping changed, the previous release should have been 0.1.0
SDL_websrv-0.0.1 Released Thursday, August 23, 2001
SDL_websrv-0.0.1.tar.gz, is now available in the all files.
This release adds multipart post handling, which is demonstrated in the testws program.
SDL_websrv-0.0.0 Released Sunday, August 5, 2001
SDL_websrv-0.0.0.tar.gz, is now available in the all files
On IRC
Go to irc.openprojects.net #sdl and I may be there as LIM!
cvs -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot logincvs -z3 -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot co SDL_websrvconfigure and make as usual (read README and INSTALL)
cvs -z3 update
WINCVS Instructions
:pserver:anonymous@jcatki.no-ip.org:/usr/local/cvsroot
"passwd" file on the cvs server
SDL_websrv