aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Asset (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'avination' into careminsterMelanie2012-07-161-5/+29
|\
| * be paranoic (?)UbitUmarov2012-07-111-0/+6
| * Replace a Multicast Delegate by a simple list of delegates in access GetUbitUmarov2012-07-111-5/+23
* | Merge branch 'master' into careminsterMelanie2012-05-101-0/+0
|\ \ | |/ |/|
| * Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)2012-05-091-0/+0
* | Merge branch 'master' into careminsterMelanie2012-03-091-1/+20
|\ \ | |/
| * HG inventory/asset transfers: serialize asset posts. I'm using the same patte...Diva Canto2012-03-081-1/+20
* | Fix up asset stuffMelanie2012-01-061-0/+3
* | Remove a dangling command registrationMelanie2012-01-051-4/+0
* | Merge branch 'master' into careminsterMelanie2012-01-061-39/+0
|\ \ | |/
| * Move simulator asset info commands to an optional module from the connector. ...Justin Clark-Casey (justincc)2012-01-051-43/+2
* | Merge branch 'master' into careminsterMelanie2012-01-021-0/+2
|\ \ | |/
| * Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-0/+6
* | Merge branch 'master' into careminsterMelanie2011-12-281-2/+19
|\ \ | |/
| * HG: more / love for XmasDiva Canto2011-12-241-2/+19
* | Merge branch 'careminster-presence-refactor' into bigmergeMelanie2011-10-061-8/+61
|\ \
| * | Change the asset connector to allow connection to different asset serversMelanie2011-10-061-7/+61
* | | Resolve merge commits, stage 1Tom2011-09-041-8/+48
|\ \ \ | |/ / |/| / | |/
| * When an uncached asset is requested multiple times concurrently, only load it...Oren Hurvitz2011-07-211-9/+49
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+0
|\ \ | |/
| * Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto2011-04-121-1/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-8/+15
|\ \ | |/
| * Made the HG asset and inventory brokers use the Helo service in order to inst...Diva Canto2010-09-081-8/+15
| * * Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2010-04-082-0/+22
* | Check cached asset to make sure it contains data, and if not, re-requestTom Grimshaw2010-07-041-3/+3
* | Make sure the AssetServiceConnector times out within 30 seconds. If it doesn'...Tom Grimshaw2010-07-031-2/+2
* | Cache all assets on upload so that the client can still retrieve the asset if...Tom Grimshaw2010-07-011-3/+2
* | Fix build breakTom Grimshaw2010-07-011-1/+1
* | Report asset upload success if it has previously failedTom Grimshaw2010-07-011-0/+4
* | Catch newid == null which is what happens if the asset service is offline (se...Tom Grimshaw2010-07-011-0/+4
* | The other half of the asset fix. Implement an exponentially incrementing retr...Tom Grimshaw2010-06-291-11/+88
* | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-04-132-0/+22
|\ \ | |/ |/|
| * Backported GetTextureModule and IAssetService.GetCached()John Hurliman2010-04-082-0/+22
* | * 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
* Update svn properties.Jeff Ames2009-06-221-178/+178
* Moving these nice HG connectors to their homes.diva2009-06-151-0/+178
* 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