Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -20/+19 |
| | |||||
* | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 2008-07-18 | 1 | -67/+70 |
| | | | | | | | | | adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | ||||
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 1 | -39/+19 |
| | | | | | | | | | HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature). | ||||
* | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2008-07-15 | 1 | -5/+56 |
| | | | | | | | HttpServer. :-) | ||||
* | fixes a couple of issues i introduced yesterday, one of them MapBlock ↵ | Dr Scofield | 2008-07-15 | 1 | -1/+1 |
| | | | | queries crashing. | ||||
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 1 | -23/+57 |
| | | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out. | ||||
* | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2008-07-07 | 1 | -4/+7 |
| | |||||
* | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 2008-07-07 | 1 | -3/+2 |
| | | | | | | instantiated from both .NET and HttpServer code path. | ||||
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 1 | -26/+38 |
| | | | | | | massaging OSHttpRequestPump to not abort on exceptions... | ||||
* | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 2008-06-27 | 1 | -2/+2 |
| | |||||
* | status: work-in-progress, non-functional | Dr Scofield | 2008-06-27 | 1 | -0/+156 |
| | | | | | | fleshing out OSHttpRequestPump code. | ||||
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -1/+1 |
| | | | | | | | | | | Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. | ||||
* | further work on the HttpServer stuff. not functional yet. just sharing | Dr Scofield | 2008-06-25 | 1 | -7/+10 |
| | | | | | | what crimes i'm committing. | ||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵ | Dr Scofield | 2008-05-29 | 1 | -0/+58 |
skeleton, far from complete, just want to check in early and often. |