aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-210/+0
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-07-15fixes handler scoring method. XmlRpc code path now fully working withDr Scofield1-2/+5
HttpServer. :-)
2008-07-07further progress on HttpServer integration: OSHttpRequest can now beDr Scofield1-2/+16
instantiated from both .NET and HttpServer code path.
2008-06-27status: work-in-progress, non-functionalDr Scofield1-0/+4
fleshing out OSHttpRequestPump code.
2008-06-27status: work in progress, non-functionalDr Scofield1-41/+25
having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface.
2008-06-26WORK-IN-PRGRESS: beware of falling pieces and shifting Dr Scofield1-0/+53
tectonic plates: starting AddHandler() code.
2008-06-25further work on the HttpServer stuff. not functional yet. just sharing Dr Scofield1-4/+37
what crimes i'm committing.
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-6/+6
2008-05-29this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵Dr Scofield1-0/+119
skeleton, far from complete, just want to check in early and often.