aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-08-181-4/+4
|
* fixes handler scoring method. XmlRpc code path now fully working withDr Scofield2008-07-151-2/+5
| | | | | | | HttpServer. :-)
* further progress on HttpServer integration: OSHttpRequest can now beDr Scofield2008-07-071-2/+16
| | | | | | instantiated from both .NET and HttpServer code path.
* status: work-in-progress, non-functionalDr Scofield2008-06-271-0/+4
| | | | | | fleshing out OSHttpRequestPump code.
* status: work in progress, non-functionalDr Scofield2008-06-271-41/+25
| | | | | | | having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface.
* WORK-IN-PRGRESS: beware of falling pieces and shifting Dr Scofield2008-06-261-0/+53
| | | | | | | tectonic plates: starting AddHandler() code.
* further work on the HttpServer stuff. not functional yet. just sharing Dr Scofield2008-06-251-4/+37
| | | | | | what crimes i'm committing.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-6/+6
|
* this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵Dr Scofield2008-05-291-0/+119
skeleton, far from complete, just want to check in early and often.