Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-12 | * optimized usings. | lbsa71 | 1 | -3/+3 | |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -20/+20 | |
- trim trailing whitespace | |||||
2009-02-03 | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 1 | -2/+2 | |
OpenSim/Data/IAssetData.cs - remove some trailing whitespace | |||||
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 1 | -1/+1 | |
plugins. | |||||
2008-11-21 | * Comment out unused access time method in MSSQL | Justin Clarke Casey | 1 | -18/+18 | |
* This should probably be being called in FetchAsset() instead as for all the other databases, but I lack the means to test MSSQL | |||||
2008-11-19 | Mantis#2657. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 1 | -5/+27 | |
Added access_time and create_time, plus the new sun position data to MSSQL code. | |||||
2008-11-17 | cleaning up warnings in MSSQL code. | Dr Scofield | 1 | -1/+1 | |
2008-11-15 | Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code. | Homer Horwitz | 1 | -73/+2 | |
2008-09-14 | Mantis #2124 | Melanie Thielker | 1 | -98/+147 | |
Thank you, RuudL, for a patch that brings MSSQL up to the same implementation level as MySQL. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -4/+4 | |
* 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-08-18 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -1/+1 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-17 | Mantis#1736. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 1 | -56/+43 | |
Many issues with handling connections in MSSQL, have rearchitected to ensure that connections are always opened and closed in a timely fashion & disposed of cleanly, and removed unnecessary lock statements. SQL Server performance seems to have improved considerably as a result, and various timeout errors seem to have been fixed. | |||||
2008-07-07 | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 1 | -7/+0 | |
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 1 | -7/+3 | |
* Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision | |||||
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -0/+2 | |
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. | |||||
2008-06-26 | Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks ↵ | Jeff Ames | 1 | -4/+46 | |
kerunix_Flan! | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -1/+1 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -1/+1 | |
2008-05-01 | * Align new fields upgrade sql to have the same 'not null' and default ↵ | Justin Clarke Casey | 1 | -1/+1 | |
settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code | |||||
2008-04-23 | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 1 | -0/+7 | |
this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+3 | |
(this took a while to run). | |||||
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 | |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 1 | -9/+9 | |
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -2/+4 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -33/+26 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -6/+6 | |
Works with LibSL rev>1532 | |||||
2007-12-05 | * Applied MSSQL Patch from akokko, Thanks! akokko | Teravus Ovares | 1 | -0/+227 | |
* This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite |