* INSTALL:
* README: updated.
* NEWS: new file.
* server/AcceptEncodingConfig.cs: class to hold the configuration for
the filters enabled in web.config.
* server/AcceptEncodingModule.cs: IHttpModule to plug the filters.
* server/AcceptEncodingSectionHandler.cs: configuration file section
handler for accept-encoding filters.
* server/GZipFilter.cs: sample filter for gzip encoding.
* server/Makefile: reference ICSharpCode.SharpZipLib, added new files
and renamed executable to xsp.exe
* server/server.exe.config: removed and renamed to...
* server/xsp.exe.config: ...this one.
* server/web.config: Removed file. It's been merged with...
* test/web.config: ...this one and the new mono.aspnet configuration
section has been added.
svn path=/trunk/xsp/; revision=16578
* INSTALL:
* README: server.exe.config is used to configure the server, not
web.config.
* server/web.config: removed server.exe keys.
* server/Makefile: readded server.exe.config.
* server/XSPWorkerRequest.cs:
* server/server.cs:
* server/server.exe.config: made the default index files list
configurable.
svn path=/trunk/xsp/; revision=14256
* INSTALL: removed stuff about server.exe.config.
* README: added a line pointing to mod_mono.
* server/Makefile: removed installation of server.exe.config.
* server/XSPWorkerRequest.cs: buffered input from the socket.
* server/server.exe.config: Removed file. Yahoo!
* server/web.config: authentication mode set to Forms.
svn path=/trunk/xsp/; revision=11186
* INSTALL: explain how to install the old and the new server.
* Makefile: added 'old' target.
* README: added server to the layout.
* server/Makefile: added 'trace' target.
* server/index.aspx: removed file added by mistake.
* test/Makefile: used to build the .cs files for user controls.
svn path=/trunk/xsp/; revision=8488
* README: added directory layout.
* src/Makefile: changed the name of the generated exe.
* test/*: added directory and a couple of samples.
svn path=/trunk/xsp/; revision=4641