Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -61/+0 | |
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 1 | -0/+1 | |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+0 | |
2008-05-19 | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 1 | -2/+3 | |
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -28/+27 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-01-09 | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 1 | -1/+6 | |
* Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables! | |||||
2007-11-01 | * Diuerse beavtificatems | lbsa71 | 1 | -1/+0 | |
2007-10-31 | * Added a streamhandler that does streams both in and out | lbsa71 | 1 | -4/+14 | |
* The RestDeserialisehandler now does streams and returns an object instead of string | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -8/+5 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -22/+22 | |
2007-07-04 | * Removed AssetHttpServer, using BaseHttpServer instead | lbsa71 | 1 | -0/+3 | |
* Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies | |||||
2007-07-04 | * Added StreamHandler support | lbsa71 | 1 | -1/+8 | |
* Implemented RestStreamHandler * Some caps functions now use it * Moved out RestMethodEntry from httpserver * The IStreamHandler interface now reports required method and Content-Type | |||||
2007-07-04 | * Started work on converting BaseHttpServer to a stream dispatcher | lbsa71 | 1 | -0/+12 | |