aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* another misplaced closeUbitUmarov2017-05-061-21/+21
* MySQLConnector is not a MS productUbitUmarov2017-05-061-0/+7
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-2/+2
* revert changes to asset desc size, my bad.. this field will possible go away...UbitUmarov2016-11-241-8/+0
* change asset description max sizeUbitUmarov2016-11-221-0/+8
* remove redundant using(){}UbitUmarov2015-09-151-47/+40
* seems to compile ( tests comented out)UbitUmarov2015-09-021-42/+5
* bad merge?UbitUmarov2015-09-011-2/+39
|\
| * Merge branch 'master' into careminsterMelanie2013-04-101-8/+14
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-02-281-2/+6
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-04-301-89/+93
| |\ \ \
| * \ \ \ Resolve merge commits, stage 1Tom2011-09-041-2/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-03-101-4/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-3/+0
| |\ \ \ \ \ \
| * | | | | | | Provide the interface for StoreAsset to report success or failureTom Grimshaw2010-06-281-1/+3
* | | | | | | | Removing locking on requests in MySQLAssetData.Justin Clark-Casey (justincc)2014-08-221-161/+144
* | | | | | | | 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-22/+20
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | minor: Make exceptions thrown by MySQLAssetData more consistent.Justin Clark-Casey (justincc)2013-04-101-10/+19
| |_|_|_|_|/ |/| | | | |
* | | | | | Add more information to warnings logged when asset names and descriptions hav...Justin Clark-Casey (justincc)2013-02-271-2/+6
| |_|_|_|/ |/| | | |
* | | | | Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-301-88/+92
| |_|_|/ |/| | |
* | | | In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)2011-08-171-2/+7
| |_|/ |/| |
* | | Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto2011-03-081-4/+6
| |/ |/|
* | Re-enabled asset last access time logging in MySQLJohn Hurliman2010-09-111-3/+0
|/
* MySQLAssetData.cs now supports asset_flags, CreatorIDAlexRa2010-05-191-5/+7
* Some more corrections after MySQL connector updateAlexRa2010-05-191-1/+2
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-2/+3
* Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie2010-05-091-0/+18
* Add a field asset_flags and a corresponding enum to the asset database. ThisMelanie2010-05-091-3/+5
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
* Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-197/+158
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+1
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-47/+55
* Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman2009-10-251-3/+0
* * Replaced (possibly broken?) math for calculating the unix timestamp in MySQ...John Hurliman2009-10-141-5/+5
* * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-061-4/+2
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-54/+48
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Fix issue where conversion of temporary boolean variable fails on MySQLArthur Valadares2009-08-211-2/+2
* * Switching IAssetData to follow the new naming schema, removing the separate...Kunnis2009-08-191-11/+2
* * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis2009-08-161-8/+1
* Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2009-08-161-0/+1
* * Apply asset and inventory name and description bound checks to MySQLJustin Clarke Casey2009-07-241-2/+16
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-17/+19
* * Improve inventory uuid conversions to make sure that we aren't converting a...Justin Clarke Casey2009-04-091-1/+1
* Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2009-03-091-0/+51
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-17/+17
* * optimized usings.lbsa712009-02-121-7/+5