index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
MySQL
/
MySQLXAssetData.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-28
In XAssetService, on a delete asset request also delete the asset in any chai...
Justin Clark-Casey (justincc)
1
-0
/
+2
2013-03-15
Change the table and field names of XAssetService mysql db tables to be capit...
Justin Clark-Casey (justincc)
1
-47
/
+45
2013-03-15
Implement access time updates on assets for XAssetService.
Justin Clark-Casey (justincc)
1
-38
/
+57
2013-02-27
Add more information to warnings logged when asset names and descriptions hav...
Justin Clark-Casey (justincc)
1
-2
/
+6
2012-03-19
Fix configuration problems where XAssetDatabasePlugin was picked up accidenta...
Justin Clark-Casey (justincc)
1
-11
/
+11
2012-03-12
Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().
Robert Adams
1
-1
/
+1
2012-03-09
Fix a merge artefact
Melanie
1
-4
/
+5
2012-03-09
minor: move some compression related var setup inside compression if/then switch
Justin Clark-Casey (justincc)
1
-4
/
+3
2012-03-09
Put big fat EXPERIMENTAL warning in xassetservice database plugin
Justin Clark-Casey (justincc)
1
-0
/
+10
2012-03-06
Switch to sha256 from sha1 in order to avoid future asset hash collisions.
Justin Clark-Casey (justincc)
1
-7
/
+15
2012-03-05
remove unnecessary hash local variable
Justin Clark-Casey (justincc)
1
-2
/
+0
2012-03-03
Make asset compression optional. Currently set to false and not configurable...
Justin Clark-Casey (justincc)
1
-16
/
+24
2012-03-03
Implement basic gzip compression for xassetdata
Justin Clark-Casey (justincc)
1
-10
/
+41
2012-03-03
If asset data already exists with the required hash then don't rewrite it
Justin Clark-Casey (justincc)
1
-17
/
+59
2012-03-02
Perform asset storage transactionally
Justin Clark-Casey (justincc)
1
-57
/
+69
2012-03-02
Make xassetservice execute one query to retrieve the asset, not two
Justin Clark-Casey (justincc)
1
-28
/
+4
2012-03-02
Make XAssetService a de-duplicating asset service.
Justin Clark-Casey (justincc)
1
-59
/
+106
2011-08-17
In the asset service, check that an asset exists before attempting to store it.
Justin Clark-Casey (justincc)
1
-2
/
+7
2011-03-08
Pull up Assembly of the MySQL classes as a protected property, so that it can...
Diva Canto
1
-4
/
+6
2010-09-11
Re-enabled asset last access time logging in MySQL
John Hurliman
1
-3
/
+0
2010-06-28
Provide the interface for StoreAsset to report success or failure
Tom Grimshaw
1
-1
/
+3
2010-05-19
MySQLAssetData.cs now supports asset_flags, CreatorID
AlexRa
1
-5
/
+7
2010-05-19
Some more corrections after MySQL connector update
AlexRa
1
-1
/
+2
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-2
/
+3
2010-05-09
Implement the "delete" path for assets. Adds a new option to allow remote ass...
Melanie
1
-0
/
+18
2010-05-09
Add a field asset_flags and a corresponding enum to the asset database. This
Melanie
1
-3
/
+5
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
/
+1
2010-02-05
Updated MySQL connection management to use the MySQL connection pooling. This...
Master ScienceSim
1
-197
/
+158
2009-11-05
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
1
-4
/
+1
2009-11-02
Reverting the memory leak patch for MySQL. Problems have been reported with t...
John Hurliman
1
-47
/
+55
2009-10-25
Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...
John Hurliman
1
-3
/
+0
2009-10-14
* Replaced (possibly broken?) math for calculating the unix timestamp in MySQ...
John Hurliman
1
-5
/
+5
2009-10-06
* Continued work on the new LLUDP implementation. Appears to be functioning, ...
John Hurliman
1
-4
/
+2
2009-10-04
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...
John Hurliman
1
-54
/
+48
2009-10-01
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-08-21
Fix issue where conversion of temporary boolean variable fails on MySQL
Arthur Valadares
1
-2
/
+2
2009-08-19
* Switching IAssetData to follow the new naming schema, removing the separate...
Kunnis
1
-11
/
+2
2009-08-16
* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...
Kunnis
1
-8
/
+1
2009-08-16
Adding in Reflection-based testing, to ensure that all properties are covered.
Kunnis
1
-0
/
+1
2009-07-24
* Apply asset and inventory name and description bound checks to MySQL
Justin Clarke Casey
1
-2
/
+16
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-04-13
* Some more experimental work on distributed assets. Nothing hotwired yet.
lbsa71
1
-17
/
+19
2009-04-09
* Improve inventory uuid conversions to make sure that we aren't converting a...
Justin Clarke Casey
1
-1
/
+1
2009-03-09
Implemented FetchAssetMetadataSet in DB backends.
Mike Mazur
1
-0
/
+51
2009-02-17
- remove the Metadata property from AssetBase and return all previous
Mike Mazur
1
-17
/
+17
2009-02-12
* optimized usings.
lbsa71
1
-7
/
+5
2009-02-04
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
Mike Mazur
1
-17
/
+17
2009-02-03
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...
Mike Mazur
1
-1
/
+1
2009-01-28
Slight cleanup of docs, removing trailing whitespace.
Mike Mazur
1
-6
/
+5
[next]