aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)2012-05-091-329/+0
* Move simulator asset info commands to an optional module from the connector. ...Justin Clark-Casey (justincc)2012-01-051-43/+2
* Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-0/+6
* When an uncached asset is requested multiple times concurrently, only load it...Oren Hurvitz2011-07-211-9/+49
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto2011-04-121-1/+0
* * Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2010-04-081-0/+8
* * Typo fixesJohn Hurliman2010-03-091-1/+1
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i...John Hurliman2010-02-221-1/+1
|\
| * Formatting cleanup.Jeff Ames2010-02-151-1/+1
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
|/
* Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-121-1/+1
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-1/+1
* * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-10-141-1/+1
* Make the asset connector async Get overload return false if the assetMelanie2009-10-051-0/+4
* Just trying a few things. This one will reduce the number of async calls.Diva Canto2009-10-041-1/+2
* Add "dump asset" command to remote asset connector (the only one that uses aMelanie2009-10-011-0/+44
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-031-1/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Slashing trailing slashes.diva2009-05-301-1/+1
* Making the delegate handlers async in async Get, to make things consistent. T...diva2009-05-291-1/+1
* Catching exceptions on Store, including timeout. Store may fail, for whatever...diva2009-05-261-2/+10
* Move the connectors under services for reasons of application logic. RemoveMelanie Thielker2009-05-181-0/+260