Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-15 | fixes a couple of issues i introduced yesterday, one of them MapBlock ↵ | Dr Scofield | 1 | -54/+55 | |
queries crashing. | |||||
2008-07-15 | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 1 | -2/+2 | |
Fixes simulator webmap functionality. | |||||
2008-07-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 1 | -50/+255 | |
almost complete and soon to be ready for testing; OSHttpResponse code out. | |||||
2008-07-07 | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 1 | -2/+2 | |
instantiated from both .NET and HttpServer code path. | |||||
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -16/+16 | |
2008-05-19 | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 1 | -0/+165 | |
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc. |