aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/OSHttpTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-5/+1
|
* bad merge?UbitUmarov2015-09-011-1/+325
|\
| * Merge branch 'master' into careminsterMelanie2013-02-071-0/+5
| |\ | | | | | | | | | | | | Conflicts: bin/HttpServer_OpenSim.dll
| * \ Merge branch 'master' into careminsterMelanie2012-11-251-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
| * | | Update the Http server with a few additional properties. Adapt the testMelanie2012-09-271-0/+4
| | | | | | | | | | | | | | | | server code to match.
* | | | Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-171-318/+2
| |_|/ |/| | | | | | | | Involved some restructuring to allow regression tests to dequeue inventory requests and perform poll responses synchronously rather than async
* | | We're not really done here.. but we're getting there. Socket Read is ↵teravus2013-02-051-0/+5
| |/ |/| | | | | working.. Still have to do Header.ToBytes and compose a websocket frame with a payload.
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)2012-11-241-1/+2
|/ | | | automatically turns off any logging enabled between tests
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
| | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
* * Fixed another potential httpserver leak.Teravus Ovares2009-07-301-0/+1
|
* * Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares2009-07-291-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.
* * Updated C# WebServer to the latest available source download (r19869) and ↵Teravus Ovares2009-07-211-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!)
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Committing the changed treeMelanie Thielker2009-05-041-0/+394
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-393/+0
|
* cleanupDr Scofield2009-03-251-1/+1
|
* * optimized usings.lbsa712009-02-121-7/+2
|
* adding OSHttpResponse test case (yeah, very primitive still)Dr Scofield2008-10-081-26/+175
|
* oops. forgot testcaseDr Scofield2008-10-061-0/+249