aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpRequestPump.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-18Formatting cleanup.Jeff Ames1-20/+19
2008-07-18simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield1-67/+70
adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live.
2008-07-17morphing OSHttpHandler interface into an abstract base class. addingDr Scofield1-39/+19
HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature).
2008-07-15fixes handler scoring method. XmlRpc code path now fully working withDr Scofield1-5/+56
HttpServer. :-)
2008-07-15fixes a couple of issues i introduced yesterday, one of them MapBlock ↵Dr Scofield1-1/+1
queries crashing.
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield1-23/+57
almost complete and soon to be ready for testing; OSHttpResponse code out.
2008-07-07adding support for IP EndPoint whitelisting in HttpServer code.Dr Scofield1-4/+7
2008-07-07further progress on HttpServer integration: OSHttpRequest can now beDr Scofield1-3/+2
instantiated from both .NET and HttpServer code path.
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-06-30properly explaining each #pragma warning disableDr Scofield1-26/+38
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-27dr scofield's warning safari: hunting down those little buggersDr Scofield1-2/+2
2008-06-27status: work-in-progress, non-functionalDr Scofield1-0/+156
fleshing out OSHttpRequestPump code.
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-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.
2008-06-25further work on the HttpServer stuff. not functional yet. just sharing Dr Scofield1-7/+10
what crimes i'm committing.
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-1/+1
2008-05-29this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵Dr Scofield1-15/+17
skeleton, far from complete, just want to check in early and often.
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-17Added copyright notices.Jeff Ames1-1/+28
2008-02-08update eol-styleJustin Clarke Casey1-30/+30
2008-02-08* Applying mantis 339 patches round 2 -- Thanks daediusAdam Frisby1-0/+30