aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLXAssetData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-47/+66
2018-11-18don't share SHA256CryptoServiceProvider (can be improved)UbitUmarov1-6/+3
2017-05-06 don't hold dbconn longer than necessartUbitUmarov1-21/+31
2017-05-06 GZipStream does have a CopyTo()UbitUmarov1-5/+5
2017-05-06 dispose some MemoryStreamsUbitUmarov1-6/+8
2017-05-06 MySQLConnector is not a MS productUbitUmarov1-1/+6
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2016-11-24 revert changes to asset desc size, my bad.. this field will possible go away...UbitUmarov1-5/+5
2016-11-22change asset description max sizeUbitUmarov1-5/+5
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-214/+217
2016-08-22workaround potencial memory leaksUbitUmarov1-23/+25
2014-08-22Remove database connection locking in MySQLXAssetData. This is unnecessary a...Justin Clark-Casey (justincc)1-186/+168
2014-04-23Eliminated many warningsOren Hurvitz1-1/+1
2014-04-22Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz1-4/+4
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz1-21/+19
2013-06-28In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)1-0/+2
2013-03-15Change the table and field names of XAssetService mysql db tables to be capit...Justin Clark-Casey (justincc)1-47/+45
2013-03-15Implement access time updates on assets for XAssetService.Justin Clark-Casey (justincc)1-38/+57
2013-02-27Add more information to warnings logged when asset names and descriptions hav...Justin Clark-Casey (justincc)1-2/+6
2012-03-19Fix configuration problems where XAssetDatabasePlugin was picked up accidenta...Justin Clark-Casey (justincc)1-11/+11
2012-03-12Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams1-1/+1
2012-03-09Fix a merge artefactMelanie1-4/+5
2012-03-09minor: move some compression related var setup inside compression if/then switchJustin Clark-Casey (justincc)1-4/+3
2012-03-09Put big fat EXPERIMENTAL warning in xassetservice database pluginJustin Clark-Casey (justincc)1-0/+10
2012-03-06Switch to sha256 from sha1 in order to avoid future asset hash collisions.Justin Clark-Casey (justincc)1-7/+15
2012-03-05remove unnecessary hash local variableJustin Clark-Casey (justincc)1-2/+0
2012-03-03Make asset compression optional. Currently set to false and not configurable...Justin Clark-Casey (justincc)1-16/+24
2012-03-03Implement basic gzip compression for xassetdataJustin Clark-Casey (justincc)1-10/+41
2012-03-03If asset data already exists with the required hash then don't rewrite itJustin Clark-Casey (justincc)1-17/+59
2012-03-02Perform asset storage transactionallyJustin Clark-Casey (justincc)1-57/+69
2012-03-02Make xassetservice execute one query to retrieve the asset, not twoJustin Clark-Casey (justincc)1-28/+4
2012-03-02Make XAssetService a de-duplicating asset service.Justin Clark-Casey (justincc)1-59/+106
2011-08-17In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)1-2/+7
2011-03-08Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto1-4/+6
2010-09-11Re-enabled asset last access time logging in MySQLJohn Hurliman1-3/+0
2010-06-28Provide the interface for StoreAsset to report success or failureTom Grimshaw1-1/+3
2010-05-19MySQLAssetData.cs now supports asset_flags, CreatorIDAlexRa1-5/+7
2010-05-19Some more corrections after MySQL connector updateAlexRa1-1/+2
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-2/+3
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie1-0/+18
2010-05-09Add a field asset_flags and a corresponding enum to the asset database. ThisMelanie1-3/+5
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-197/+158
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-47/+55
2009-10-25Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman1-3/+0
2009-10-14* Replaced (possibly broken?) math for calculating the unix timestamp in MySQ...John Hurliman1-5/+5
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman1-4/+2
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-54/+48