Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Switching IAssetData to follow the new naming schema, removing the ↵ | Kunnis | 2009-08-19 | 1 | -1/+1 |
| | | | | separate insert and update methods. | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -1/+1 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 2009-05-08 | 1 | -156/+3 |
| | | | | | | | CachedGetAssetStreamHandler * Added some more tests | ||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 1 | -7/+0 |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | ||||
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 1 | -4/+10 |
| | | | | | * Minor tweaks to attain testability | ||||
* | Committing the changed tree | Melanie Thielker | 2009-05-04 | 1 | -0/+217 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -216/+0 |
| | |||||
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -6/+6 |
| | |||||
* | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 2009-04-21 | 1 | -16/+67 |
| | | | | | | | | | Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response. | ||||
* | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 2009-04-15 | 1 | -22/+22 |
| | | | | actually being used. | ||||
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -12/+55 |
| | | | | | | | | | * Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere) | ||||
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2009-02-21 | 1 | -0/+27 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-02-21 | 1 | -94/+94 |
| | |||||
* | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 2009-02-20 | 1 | -0/+95 |
| | |||||
* | * Reverted the AssetServer fix, apparently something was dependent on ↵ | lbsa71 | 2009-02-19 | 1 | -94/+0 |
| | | | | IAssetDataPlugin being in OpenSim.Data | ||||
* | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 2009-02-19 | 1 | -0/+94 |
* And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow. |