Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -9/+332 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -68/+68 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -313/+2 | |
2016-07-15 | disable OSHttpTests that will collide with testing new http server changes | UbitUmarov | 1 | -0/+3 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -5/+1 | |
2014-03-17 | Add regression test for http inventory fetch. | Justin Clark-Casey (justincc) | 1 | -318/+2 | |
Involved some restructuring to allow regression tests to dequeue inventory requests and perform poll responses synchronously rather than async | |||||
2013-02-05 | We're not really done here.. but we're getting there. Socket Read is ↵ | teravus | 1 | -0/+5 | |
working.. Still have to do Header.ToBytes and compose a websocket frame with a payload. | |||||
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
automatically turns off any logging enabled between tests | |||||
2012-09-27 | Update the Http server with a few additional properties. Adapt the test | Melanie | 1 | -0/+4 | |
server code to match. | |||||
2011-03-09 | Upgrade 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 Ovares | 1 | -0/+1 | |
2009-07-29 | * Adds the ability to have a thread efficient long poll service (such as the ↵ | Teravus Ovares | 1 | -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 Ovares | 1 | -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-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-04 | Committing the changed tree | Melanie Thielker | 1 | -0/+394 | |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -393/+0 | |
2009-03-25 | cleanup | Dr Scofield | 1 | -1/+1 | |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -7/+2 | |
2008-10-08 | adding OSHttpResponse test case (yeah, very primitive still) | Dr Scofield | 1 | -26/+175 | |
2008-10-06 | oops. forgot testcase | Dr Scofield | 1 | -0/+249 | |