aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/OSHttpTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-9/+332
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-313/+2
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)1-1/+2
automatically turns off any logging enabled between tests
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
2009-07-30* Fixed another potential httpserver leak.Teravus Ovares1-0/+1
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares1-0/+1
eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue.
2009-07-21* Updated C# WebServer to the latest available source download (r19869) and ↵Teravus Ovares1-0/+31
applied a few mods from the old version (now up on opensim-libs (VS 3.5 project). * Made various changes to BaseHttpServer to accommodate the new interfaces. * This version has been significantly re-architected and may fail in unusual and insidious ways. * Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data. * Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!)
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-04Committing the changed treeMelanie Thielker1-0/+394
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-393/+0
2009-03-25cleanupDr Scofield1-1/+1
2009-02-12* optimized usings.lbsa711-7/+2
2008-10-08adding OSHttpResponse test case (yeah, very primitive still)Dr Scofield1-26/+175
2008-10-06oops. forgot testcaseDr Scofield1-0/+249