Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the methods for full inventory fetch from the connector. Remove tests | Melanie | 2009-09-17 | 1 | -135/+0 |
| | | | | for the old, removed asset handlers | ||||
* | * Switching IAssetData to follow the new naming schema, removing the ↵ | Kunnis | 2009-08-19 | 1 | -1/+1 |
| | | | | separate insert and update methods. | ||||
* | Removing unused files, legacy from old asset "cache". | Diva Canto | 2009-08-09 | 1 | -134/+0 |
| | |||||
* | * Fixed another potential httpserver leak. | Teravus Ovares | 2009-07-30 | 1 | -0/+1 |
| | |||||
* | * Adds the ability to have a thread efficient long poll service (such as the ↵ | Teravus Ovares | 2009-07-29 | 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. | ||||
* | * Updated C# WebServer to the latest available source download (r19869) and ↵ | Teravus Ovares | 2009-07-21 | 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!) | ||||
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 2 | -3/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 2 | -2/+2 |
| | |||||
* | * Fix unit tests so that they correctly handle 404 missing asset response | Justin Clarke Casey | 2009-06-05 | 2 | -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 Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -1/+28 |
| | |||||
* | * So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵ | lbsa71 | 2009-05-27 | 1 | -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 Ames | 2009-05-27 | 1 | -26/+26 |
| | |||||
* | * We have strand flavours. | lbsa71 | 2009-05-26 | 1 | -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. | lbsa71 | 2009-05-26 | 1 | -2/+9 |
| | | | | | * Introduced 'Flavour' to spice things up. | ||||
* | * Added test to make sure version info is 27 chars long (still don't know ↵ | lbsa71 | 2009-05-26 | 1 | -0/+17 |
| | | | | exactly why it has to be that, though) | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 2 | -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 Ames | 2009-05-20 | 2 | -2/+56 |
| | |||||
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 2 | -14/+72 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-11 | 1 | -72/+72 |
| | |||||
* | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 2009-05-08 | 2 | -5/+74 |
| | | | | | | | CachedGetAssetStreamHandler * Added some more tests | ||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 1 | -29/+10 |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | ||||
* | fix svn properties | Sean Dague | 2009-05-08 | 1 | -93/+93 |
| | |||||
* | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 2009-05-07 | 1 | -0/+11 |
| | | | | | | | figure out where that pesky deadlock is during test runs. | ||||
* | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2009-05-07 | 1 | -1/+41 |
| | | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix | ||||
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 1 | -0/+42 |
| | | | | | * Minor tweaks to attain testability | ||||
* | Committing the changed tree | Melanie Thielker | 2009-05-04 | 1 | -0/+394 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -393/+0 |
| | |||||
* | cleanup | Dr Scofield | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -7/+2 |
| | |||||
* | adding OSHttpResponse test case (yeah, very primitive still) | Dr Scofield | 2008-10-08 | 1 | -26/+175 |
| | |||||
* | oops. forgot testcase | Dr Scofield | 2008-10-06 | 1 | -0/+249 |