| Commit message (Expand) | Author | Files | Lines |
2020-09-08 | Move various paths out of the bin directory. | onefang | 1 | -2/+2 |
2019-05-19 | Move db directory out of tree. | onefang | 1 | -2/+2 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -5/+7 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -2/+2 |
2016-11-24 | revert changes to asset desc size, my bad.. this field will possible go away... | UbitUmarov | 1 | -5/+5 |
2016-11-22 | change asset description max size | UbitUmarov | 1 | -5/+5 |
2016-11-04 | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 1 | -2/+2 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -21/+46 |
2014-04-22 | Changed the maximum asset name and description lengths to constants. Also, pr... | Oren Hurvitz | 1 | -4/+4 |
2014-04-02 | Fixed AssetsExist in SQLite | Oren Hurvitz | 1 | -2/+2 |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 1 | -15/+22 |
2013-02-27 | Add asset name and description truncation warnings to SQLite database plugin ... | Justin Clark-Casey (justincc) | 1 | -5/+23 |
2012-11-14 | More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi... | Justin Clark-Casey (justincc) | 1 | -6/+8 |
2012-02-21 | Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2011-07-16 | refactor: Pull up Assembly of the SQLite classes as a protected property, so ... | Marck | 1 | -2/+6 |
2010-09-23 | * Add CSharpSqlite to prebuild | Teravus Ovares (Dan Olivares) | 1 | -1/+6 |
2010-06-28 | Provide the interface for StoreAsset to report success or failure | Tom Grimshaw | 1 | -1/+3 |
2010-05-20 | Revert one of the previous patches' hunks. The new code looked better, but | Melanie | 1 | -3/+10 |
2010-05-19 | Added CreatorID to SQLite asset data | AlexRa | 1 | -15/+27 |
2010-05-19 | A bit of harmless refactoring in SQLiteAssetData.cs | AlexRa | 1 | -10/+3 |
2010-05-09 | Yey for unit tests. The previous commit had a couple of bugs on SQL statement... | Diva Canto | 1 | -1/+1 |
2010-05-09 | * Fixed spamming the assets table with map tiles. The tile image ID is now st... | Diva Canto | 1 | -3/+7 |
2010-05-09 | Add Delete handler to SQLite (NG) | Melanie | 1 | -15/+16 |
2010-05-09 | Implement the "delete" path for assets. Adds a new option to allow remote ass... | Melanie | 1 | -0/+5 |
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy this seems the least evi... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2010-04-14 | minor: add some documentation around the asset udp request path and replace s... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 1 | -1/+1 |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 1 | -1/+2 |
2010-02-03 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-11-12 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -16/+16 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 1 | -4/+5 |
2009-10-01 | Switched log level of an annoying message in SQLite to Debug, and commented i... | Diva Canto | 1 | -2/+2 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 1 | -28/+19 |
2009-08-16 | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 1 | -1/+1 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-15 | * Change default sqlite asset db back to Asset.db instead of AssetStorage.db | Justin Clarke Casey | 1 | -2/+2 |
2009-04-13 | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 1 | -1/+1 |
2009-04-09 | * minor: correct some documentation in SQLiteAssetData.cs | Justin Clarke Casey | 1 | -8/+2 |
2009-04-09 | * Change SQLite asset UUID to dashed format to be consistent | Justin Clarke Casey | 1 | -6/+6 |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 1 | -0/+50 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -23/+23 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -23/+23 |
2008-11-08 | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 1 | -2/+2 |
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 1 | -1/+8 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -5/+5 |
2008-08-27 | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 1 | -81/+0 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -9/+9 |
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -3/+5 |