aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-1/+1
* * optimized usings.lbsa712009-02-122-5/+4
* The DataPluginFactory is now a set of generic methods instead ofMike Mazur2009-02-091-1/+1
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-2/+4
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-1/+1
* - moved data plugin loading code from various places toMike Mazur2009-02-031-14/+1
* - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2009-02-032-1/+3
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-032-8/+8
* Commenting out the succesful REST message as under heavy use thereCharles Krinke2009-01-121-3/+7
* * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2008-12-291-4/+4
* Thank you kindly, Diva, for a patch that:Charles Krinke2008-11-062-4/+4
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-3/+1
* * Patch from JHurlimanTeravus Ovares2008-09-261-1/+1
* Mantis #2133Melanie Thielker2008-09-061-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-062-8/+8
* Formatting cleanup.Jeff Ames2008-08-181-4/+4
* Mantis #1936Melanie Thielker2008-08-131-1/+0
* * minor: Remove unused message from the asset server configurationJustin Clarke Casey2008-08-091-5/+3
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-312-31/+14
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-2/+1
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-5/+5
* * Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey2008-06-011-15/+0
* * Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey2008-06-011-1/+3
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-2/+2
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield2008-05-191-2/+5
* * Minor: For no particularly good reason, make all console prompts conform to...Justin Clarke Casey2008-05-161-1/+1
* Formatting cleanup.Jeff Ames2008-05-163-21/+21
* * Refactor additional stats collection common code into base opensim serverJustin Clarke Casey2008-05-141-11/+2
* * Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey2008-05-071-3/+1
* * Rolled back a few changes.Adam Frisby2008-05-013-64/+61
* * Cleaning code still.Adam Frisby2008-05-013-61/+64
* add a database_connect field for the asset server configSean Dague2008-04-231-3/+3
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-212-5/+8
* * Refactor: Remove redundant try/catch from asset request since this is now h...Justin Clarke Casey2008-04-181-47/+42
* Set default terrain to complete flat terrain (at 26 height). Even flat terrai...MW2008-04-021-1/+1
* * Refactored out common http handler operationslbsa712008-03-281-6/+11
* Formatting cleanup.Jeff Ames2008-03-183-80/+78
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-7/+7
* Converted logging to use log4net.Jeff Ames2008-02-052-36/+33
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-21/+23
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-042-15/+9
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-311-1/+1
* * Add 'asset not found' statistics to grid asset server statsJustin Clarke Casey2008-01-301-2/+12
* * Minor asset server message tweakJustin Clarke Casey2008-01-301-1/+2
* * Deal with asset requests with malformed guids to the asset server in more u...Justin Clarke Casey2008-01-301-6/+13
* * Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey2008-01-283-82/+2
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-6/+5
* * Timer wants, ms, not secs!Justin Clarke Casey2008-01-231-1/+1
* * Add very very very basic initial statistical information collection to asse...Justin Clarke Casey2008-01-233-13/+112
* * Mother of all commits:Adam Frisby2008-01-151-1/+1