aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-14Restored authentication in AssetServicesConnector.Diva Canto1-2/+2
2015-09-15fix bad side efects of missing avination optional configurationUbitUmarov1-11/+16
2015-09-09revert SynchronousRestObjectRequester timeout to miliseconds, and fix where i...UbitUmarov1-2/+2
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-1/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov1-58/+2
2014-09-18 dont give a ring to each asset request, just one to rule them all, i meanUbitUmarov1-8/+15
2014-09-17 and another oneUbitUmarov1-1/+6
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-15/+17
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-9/+10
2014-05-14Fix recent asset request timeout issue by commenting out (for now) the m_maxA...Justin Clark-Casey (justincc)1-10/+14
2014-04-23Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre...Oren Hurvitz1-0/+7
2014-04-20Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz1-12/+11
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz1-0/+21
2013-09-08Fix exception when brokering HG asset idsMelanie Thielker1-1/+7
2013-07-11Added property to make for more flexible testing.Diva Canto1-0/+5
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman1-1/+1
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-06 remove extra '/' in assets urlUbitUmarov1-6/+13
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-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)1-0/+0
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-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-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 Hurliman1-0/+8
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+8
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