aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpRequestPump.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-08-181-20/+19
|
* simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield2008-07-181-67/+70
| | | | | | | | | adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live.
* morphing OSHttpHandler interface into an abstract base class. addingDr Scofield2008-07-171-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 withDr Scofield2008-07-151-5/+56
| | | | | | | HttpServer. :-)
* fixes a couple of issues i introduced yesterday, one of them MapBlock ↵Dr Scofield2008-07-151-1/+1
| | | | queries crashing.
* further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield2008-07-141-23/+57
| | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out.
* adding support for IP EndPoint whitelisting in HttpServer code.Dr Scofield2008-07-071-4/+7
|
* further progress on HttpServer integration: OSHttpRequest can now beDr Scofield2008-07-071-3/+2
| | | | | | instantiated from both .NET and HttpServer code path.
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-1/+1
|
* properly explaining each #pragma warning disableDr Scofield2008-06-301-26/+38
| | | | | | massaging OSHttpRequestPump to not abort on exceptions...
* dr scofield's warning safari: hunting down those little buggersDr Scofield2008-06-271-2/+2
|
* status: work-in-progress, non-functionalDr Scofield2008-06-271-0/+156
| | | | | | fleshing out OSHttpRequestPump code.
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-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 Scofield2008-06-251-7/+10
| | | | | | what crimes i'm committing.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-1/+1
|
* this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵Dr Scofield2008-05-291-0/+58
skeleton, far from complete, just want to check in early and often.