aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update version number stuff, and hack it into the money display.onefang2019-05-191-1/+1
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-192-10/+333
|
* Fix version stuffs.David Walter Seikel2016-11-031-1/+1
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-314/+3
|
* Rejig version number.David Walter Seikel2013-02-241-1/+1
|
* Add IG version bits.David Walter Seikel2013-02-231-1/+1
|
* Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)2012-11-242-2/+4
| | | | 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.
* Remove the methods for full inventory fetch from the connector. Remove testsMelanie2009-09-171-135/+0
| | | | for the old, removed asset handlers
* * Switching IAssetData to follow the new naming schema, removing the ↵Kunnis2009-08-191-1/+1
| | | | separate insert and update methods.
* Removing unused files, legacy from old asset "cache".Diva Canto2009-08-091-134/+0
|
* * 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: remove some mono compiler warningsJustin Clarke Casey2009-07-152-3/+2
|
* Formatting cleanup.Jeff Ames2009-06-102-2/+2
|
* * Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey2009-06-052-5/+8
| | | | | | * I didn't think there were tests in this area - my bad
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-1/+28
|
* * So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵lbsa712009-05-271-0/+10
| | | | | | | service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common
* Update svn properties.Jeff Ames2009-05-271-26/+26
|
* * We have strand flavours.lbsa712009-05-261-2/+4
| | | | | | * The version string is now reported as "OpenSim 0.6.5 (Dev)" * This has to be administrated manually.
* * Introduced GetVersionString so we can harness the whole thing.lbsa712009-05-261-2/+9
| | | | | * Introduced 'Flavour' to spice things up.
* * Added test to make sure version info is 27 chars long (still don't know ↵lbsa712009-05-261-0/+17
| | | | exactly why it has to be that, though)
* cleaning out warnings.Dr Scofield2009-05-222-2/+4
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-202-2/+56
|
* * Added some more tests to the GetAssetStreamHandlerslbsa712009-05-132-14/+72
|
* Update svn properties.Jeff Ames2009-05-111-72/+72
|
* * Extracted common superclass for GetAssetStreamHandler and ↵lbsa712009-05-082-5/+74
| | | | | | | CachedGetAssetStreamHandler * Added some more tests
* * Introduced new HttpServer.Tests projectlbsa712009-05-081-29/+10
| | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
* fix svn propertiesSean Dague2009-05-081-93/+93
|
* instrument most of the tests with a new InMethod function that may help us ↵Sean Dague2009-05-071-0/+11
| | | | | | | figure out where that pesky deadlock is during test runs.
* * Added some more GetAssetStreamHandlerTestslbsa712009-05-071-1/+41
| | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix
* * Added some GetAssetStreamHandlerTestslbsa712009-05-061-0/+42
| | | | | * Minor tweaks to attain testability
* 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