aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpRequestPump.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.