Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -183/+0 | |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -8/+8 | |
2008-07-18 | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 1 | -1/+3 | |
work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible. | |||||
2008-07-18 | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 1 | -12/+10 | |
adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | |||||
2008-07-17 | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 1 | -20/+79 | |
HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature). | |||||
2008-07-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 1 | -2/+23 | |
almost complete and soon to be ready for testing; OSHttpResponse code out. | |||||
2008-06-30 | properly explaining each #pragma warning disable | Dr Scofield | 1 | -0/+1 | |
massaging OSHttpRequestPump to not abort on exceptions... | |||||
2008-06-27 | status: work in progress, non-functional | Dr Scofield | 1 | -0/+102 | |
having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface. |