aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AssetService (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-053-14/+14
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto2016-02-211-1/+1
* Mark XAssetService obsolete and warn users.Diva Canto2015-10-211-0/+2
* On to 0.8.3!Diva Canto2015-10-181-1/+1
* bad merge?UbitUmarov2015-09-011-1/+4
|\
| * Merge branch 'master' into careminsterMelanie2013-10-061-1/+1
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-06-301-3/+4
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-03-153-56/+86
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-02-221-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-051-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-171-0/+33
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-032-31/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-09-161-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-032-2/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-272-6/+20
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-202-1/+95
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-091-0/+213
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-01-061-121/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-061-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Resolve merge commits, stage 1Tom2011-09-041-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorroot2011-07-091-3/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-081-5/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-02-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-12-031-33/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Return a UUID.Zero if the asset fails to uploadTom Grimshaw2010-06-281-1/+4
* | | | | | | | | | | | | | | | | | | | | | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* | | | | | | | | | | | | | | | | | | | | | Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-022-4/+26
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)2013-06-281-3/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | refactor: Reuse Get() method in AssetService to eliminate some copy/paste in ...Justin Clark-Casey (justincc)2013-03-151-23/+5
* | | | | | | | | | | | | | | | | | | Migrate assets from chained asset service to xassetservice as they are reques...Justin Clark-Casey (justincc)2013-03-151-28/+20
* | | | | | | | | | | | | | | | | | | Fix bug in AssetService where requesting data only for an asset would throw a...Justin Clark-Casey (justincc)2013-03-151-1/+5
* | | | | | | | | | | | | | | | | | | Make it possible to chain another asset service underneath the de-duplicating...Justin Clark-Casey (justincc)2013-03-152-23/+75
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Move check to allow only deletion of maptiles up to AssetServerDeleteHandler ...Justin Clark-Casey (justincc)2012-11-022-31/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Add basic asset connector tests to check behaviour for normal, local and temp...Justin Clark-Casey (justincc)2012-09-151-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | minor: Comment out "Deleting asset" log messages for nowJustin Clark-Casey (justincc)2012-08-032-2/+4
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Send the config section name up to the service classes themselves (XInventory...Diva Canto2012-03-272-6/+20
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix configuration problems where XAssetDatabasePlugin was picked up accidenta...Justin Clark-Casey (justincc)2012-03-192-1/+95
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Start by adding XAssetService as a copy of the existing AssetService.Justin Clark-Casey (justincc)2012-03-021-0/+213
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Move asset commands from AssetService to AssetServerConnector so that we can ...Justin Clark-Casey (justincc)2012-01-051-121/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Damaged assets, especially appearance textures, could crash the region server...Snoopy Pfeffer2011-11-061-1/+9
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)2011-08-301-2/+7
* | | | | | | In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)2011-08-171-4/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | When loading library asset set, only store an asset if it's different from an...Justin Clark-Casey (justincc)2011-07-081-3/+12
| |_|_|_|/ |/| | | |
* | | | | minor: slightly shorten "show digest" printing codeJustin Clark-Casey (justincc)2011-05-061-5/+5