Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 2008-09-30 | 1 | -12/+18 |
| | | | | | | | | * This is a HUGE update.. and should be considered fraut with peril. * SSL Mode isn't available *yet* but I'll work on that next. * DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon. * This could break the Build! This could break your Grid! | ||||
* | * Get the code up to speed with my -#dev e-mail example. (uncomment out ↵ | Teravus Ovares | 2008-09-30 | 1 | -0/+17 |
| | | | | lines 227 - 235 to test. | ||||
* | temporarily disabling HttpServer related stuff (take #2: Exclude takes | Dr Scofield | 2008-09-25 | 1 | -4/+4 |
| | | | | | | | regex not shell glob) | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -37/+37 |
| | |||||
* | fixes a couple of issues i introduced yesterday, one of them MapBlock ↵ | Dr Scofield | 2008-07-15 | 1 | -54/+55 |
| | | | | queries crashing. | ||||
* | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 2008-07-15 | 1 | -2/+2 |
| | | | | | Fixes simulator webmap functionality. | ||||
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 1 | -50/+255 |
| | | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out. | ||||
* | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 2008-07-07 | 1 | -2/+2 |
| | | | | | | instantiated from both .NET and HttpServer code path. | ||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -16/+16 |
| | |||||
* | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 2008-05-19 | 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. |