aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Asset (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-04Cache assets even in cases where the upload fails. That helps in asset upload...Melanie1-8/+8
2019-06-14reduce httptimout on first try to save a asset to gridUbitUmarov1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-89/+369
2019-01-25change threads confusing namesUbitUmarov1-5/+1
2018-01-22give BlockingCollection more chancesUbitUmarov1-6/+9
2017-05-26missing file change.. actually use watchdog threads on assetsconnector andUbitUmarov1-3/+8
2017-05-25use threads from main pool on assetsconnectorUbitUmarov1-3/+1
2017-05-25minor changesUbitUmarov1-2/+3
2017-05-25make some threads background onesUbitUmarov1-0/+1
2017-05-25remove use of libomv BlockingQueueUbitUmarov1-2/+2
2017-02-01Refactor asset handling as per Ubit's suggestionMelanie Thielker1-23/+12
2017-01-30Make negative asset caching actually workMelanie Thielker1-6/+31
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-11/+11
2016-12-29Add negative caching to flotsam cache. Prevents scripts from hammering the as...Melanie Thielker1-2/+7
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker1-2/+2
2016-11-03on get asset with callback, do the callback even if asset not found. This is ...UbitUmarov1-34/+17
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-78/+144
2016-09-01change asset upload retry timer AutoReset back to trueUbitUmarov1-5/+14
2016-09-01change MAXSENDRETRIESLEN from test value to normalUbitUmarov1-2/+2
2016-09-01assets uploads to grid. Change the retry code. Stop using asset.UploadAttempt...UbitUmarov1-78/+128
2015-12-19adjust the checks for invalid asset IDs. changed upload fail detectionUbitUmarov1-16/+16
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 Hurvitz2-38/+87
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