aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Asset (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-7/+1
2012-10-05Fix threading in remote asset connectorMelanie1-16/+21
2012-10-04Make the asset retrieval concurrency a config switch. The current valueMic Bowman1-3/+8
2012-09-30Allow setting max connections for an endpointMelanie1-3/+3
2012-09-14Sequence/throttle asset retrievals.Melanie1-37/+67
2012-09-14Allow setting max connections for an endpointMelanie1-2/+2
2012-09-06Prevent double slashes, try #4UbitUmarov1-1/+1
2012-09-06Prevent double slashes, try #3Melanie1-0/+3
2012-09-06Revert "Change string concatenation to Path.Combine to eliminate extra slashes."Melanie1-8/+6
2012-09-06Change string concatenation to Path.Combine to eliminate extra slashes.Melanie1-6/+8
2012-09-06Revert " remove extra '/' in assets url"Melanie1-13/+6
2012-09-06 remove extra '/' in assets urlUbitUmarov1-6/+13
2012-07-11 be paranoic (?)UbitUmarov1-0/+6
2012-07-11 Replace a Multicast Delegate by a simple list of delegates in access GetUbitUmarov1-5/+23
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)1-0/+0
2012-03-08HG inventory/asset transfers: serialize asset posts. I'm using the same patte...Diva Canto1-1/+20
2012-01-06Fix up asset stuffMelanie1-0/+3
2012-01-05Remove a dangling command registrationMelanie1-4/+0
2012-01-05Move simulator asset info commands to an optional module from the connector. ...Justin Clark-Casey (justincc)1-43/+2
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-0/+6
2011-12-24HG: more / love for XmasDiva Canto1-2/+19
2011-10-06Change the asset connector to allow connection to different asset serversMelanie1-7/+61
2011-07-21When an uncached asset is requested multiple times concurrently, only load it...Oren Hurvitz1-9/+49
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-1/+0
2010-09-08Made the HG asset and inventory brokers use the Helo service in order to inst...Diva Canto1-8/+15
2010-07-04Check cached asset to make sure it contains data, and if not, re-requestTom Grimshaw1-3/+3
2010-07-03Make sure the AssetServiceConnector times out within 30 seconds. If it doesn'...Tom Grimshaw1-2/+2
2010-07-01Cache all assets on upload so that the client can still retrieve the asset if...Tom Grimshaw1-3/+2
2010-07-01Fix build breakTom Grimshaw1-1/+1
2010-07-01Report asset upload success if it has previously failedTom Grimshaw1-0/+4
2010-07-01Catch newid == null which is what happens if the asset service is offline (se...Tom Grimshaw1-0/+4
2010-06-29The other half of the asset fix. Implement an exponentially incrementing retr...Tom Grimshaw1-11/+88
2010-04-08Backported GetTextureModule and IAssetService.GetCached()John Hurliman2-0/+22
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2-0/+22
2010-03-09* Typo fixesJohn Hurliman1-1/+1
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-1/+1
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-1/+1
2009-10-14* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-10-05Make the asset connector async Get overload return false if the assetMelanie1-0/+4
2009-10-04Just trying a few things. This one will reduce the number of async calls.Diva Canto1-1/+2
2009-10-01Add "dump asset" command to remote asset connector (the only one that uses aMelanie1-0/+44
2009-10-01Add "dump asset" command to remote asset connector (the only one that uses aMelanie1-0/+44
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman1-1/+1
2009-06-22Update svn properties.Jeff Ames1-178/+178
2009-06-15Moving these nice HG connectors to their homes.diva1-0/+178
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-30Slashing trailing slashes.diva1-1/+1