Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-20 | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 1 | -156/+0 | |
2009-02-19 | * Reverted the AssetServer fix, apparently something was dependent on ↵ | lbsa71 | 1 | -94/+156 | |
IAssetDataPlugin being in OpenSim.Data | |||||
2009-02-19 | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 1 | -0/+0 | |
* And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow. | |||||
2009-02-19 | * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly ↵ | lbsa71 | 1 | -1/+1 | |
getting there... | |||||
2009-02-19 | * Split RestService.cs into GetAssetStreamHandler.cs and ↵ | lbsa71 | 1 | -155/+94 | |
PostAssetStreamHandler.cs - then killed off original (misnomed) file. * Really, who wrote this jurassic shit code all with totally wrong file names? Ah yeah, that'd be me. Sorry. | |||||
2009-02-19 | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵ | lbsa71 | 1 | -1/+0 | |
rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it. | |||||
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -1/+1 | |
properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -3/+2 | |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -1/+1 | |
- trim trailing whitespace | |||||
2009-02-03 | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 1 | -1/+2 | |
OpenSim/Data/IAssetData.cs - remove some trailing whitespace | |||||
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 1 | -4/+4 | |
plugins. | |||||
2009-01-12 | Commenting out the succesful REST message as under heavy use there | Charles Krinke | 1 | -3/+7 | |
are multiple messages in a second and that is usually (in my experience) meaning the logging itself is slowing down the program. Leaving the unsuccesful message as we need to know about that path. | |||||
2008-11-06 | Thank you kindly, Diva, for a patch that: | Charles Krinke | 1 | -2/+2 | |
Removed unnecessary dependency from Get/PostAssetHandlers to OpenAsset_Main | |||||
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 1 | -1/+1 | |
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes.. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -5/+5 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -4/+4 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 1 | -2/+1 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -5/+5 | |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-19 | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 1 | -2/+5 | |
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -9/+9 | |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -21/+21 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -21/+21 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -3/+4 | |
(this took a while to run). | |||||
2008-04-18 | * Refactor: Remove redundant try/catch from asset request since this is now ↵ | Justin Clarke Casey | 1 | -47/+42 | |
handled by the base http server | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -7/+7 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -10/+13 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 1 | -9/+5 | |
2008-01-30 | * Add 'asset not found' statistics to grid asset server stats | Justin Clarke Casey | 1 | -2/+12 | |
2008-01-30 | * Minor asset server message tweak | Justin Clarke Casey | 1 | -1/+2 | |
2008-01-30 | * Deal with asset requests with malformed guids to the asset server in more ↵ | Justin Clarke Casey | 1 | -6/+13 | |
user-friendly way than throwing an Exception * Compact status messages to reduce verbosity and be more informative | |||||
2008-01-28 | * Move AssetStatsReporter to Framework.Statistics | Justin Clarke Casey | 1 | -0/+1 | |
* The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon. * This change will requires a prebuild | |||||
2008-01-23 | * Add very very very basic initial statistical information collection to ↵ | Justin Clarke Casey | 1 | -10/+15 | |
asset server * stats can be seen by typing stats on the asset server command line * Currently collecting only raw requests for today and yesterday * And I haven't yet tested the 24 hour rollover | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -2/+2 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-18 | * Removed redundant code in RestService.cs | Adam Frisby | 1 | -8/+1 | |
* Removed unchecked TryParse, replaced with Parse as we were not checking for success and could lead to weirdness if an exception is ignored. * Removed unused variable m_newAvatar * Removed several unused try{}catch(Exception e){}'s. * Added null assignment in simpleapp to prevent warning. | |||||
2007-12-11 | added copyright notices | Jeff Ames | 1 | -0/+28 | |
2007-11-20 | Turned on more verbosity to try to debug assetserver failures | Brian McBee | 1 | -2/+2 | |
2007-11-04 | add a IAssetProvider.CommitAssets() call to the grid asset server, when a ↵ | MW | 1 | -0/+1 | |
asset is uploaded to it. Don't think the MySql provider needs this call but the Sql provider does else the assets don't get written out to the database file. | |||||
2007-11-01 | debug tracing for asset server hangs | Sean Dague | 1 | -1/+4 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -23/+21 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -1/+1 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-29 | normalized line endings | Jeff Ames | 1 | -109/+109 | |
2007-10-26 | Very early first implementation of grid based assets. | Tleiades Hax | 1 | -0/+109 | |
Run this on a major grid, and weep |