aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLXAssetData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many warningsOren Hurvitz2014-04-231-1/+1
* Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz2014-04-221-4/+4
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-21/+19
* In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)2013-06-281-0/+2
* Change the table and field names of XAssetService mysql db tables to be capit...Justin Clark-Casey (justincc)2013-03-151-47/+45
* Implement access time updates on assets for XAssetService.Justin Clark-Casey (justincc)2013-03-151-38/+57
* Add more information to warnings logged when asset names and descriptions hav...Justin Clark-Casey (justincc)2013-02-271-2/+6
* Fix configuration problems where XAssetDatabasePlugin was picked up accidenta...Justin Clark-Casey (justincc)2012-03-191-11/+11
* Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams2012-03-121-1/+1
* minor: move some compression related var setup inside compression if/then switchJustin Clark-Casey (justincc)2012-03-091-4/+3
* Put big fat EXPERIMENTAL warning in xassetservice database pluginJustin Clark-Casey (justincc)2012-03-091-0/+10
* Switch to sha256 from sha1 in order to avoid future asset hash collisions.Justin Clark-Casey (justincc)2012-03-061-7/+15
* remove unnecessary hash local variableJustin Clark-Casey (justincc)2012-03-051-2/+0
* Make asset compression optional. Currently set to false and not configurable...Justin Clark-Casey (justincc)2012-03-031-16/+24
* Implement basic gzip compression for xassetdataJustin Clark-Casey (justincc)2012-03-031-10/+41
* If asset data already exists with the required hash then don't rewrite itJustin Clark-Casey (justincc)2012-03-031-17/+59
* Perform asset storage transactionallyJustin Clark-Casey (justincc)2012-03-021-57/+69
* Make xassetservice execute one query to retrieve the asset, not twoJustin Clark-Casey (justincc)2012-03-021-28/+4
* Make XAssetService a de-duplicating asset service.Justin Clark-Casey (justincc)2012-03-021-0/+416