aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cache assets even in cases where the upload fails. That helps in asset upload...Melanie2019-09-041-8/+8
* reduce httptimout on first try to save a asset to gridUbitUmarov2019-06-141-1/+1
* change threads confusing namesUbitUmarov2019-01-251-5/+1
* give BlockingCollection more chancesUbitUmarov2018-01-221-6/+9
* missing file change.. actually use watchdog threads on assetsconnector andUbitUmarov2017-05-261-3/+8
* use threads from main pool on assetsconnectorUbitUmarov2017-05-251-3/+1
* minor changesUbitUmarov2017-05-251-2/+3
* make some threads background onesUbitUmarov2017-05-251-0/+1
* remove use of libomv BlockingQueueUbitUmarov2017-05-251-2/+2
* Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-011-23/+12
* Make negative asset caching actually workMelanie Thielker2017-01-301-6/+31
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-11/+11
* Add negative caching to flotsam cache. Prevents scripts from hammering the as...Melanie Thielker2016-12-291-2/+7
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker2016-12-291-2/+2
* on get asset with callback, do the callback even if asset not found. This is ...UbitUmarov2016-11-031-34/+17
* change asset upload retry timer AutoReset back to trueUbitUmarov2016-09-011-5/+14
* change MAXSENDRETRIESLEN from test value to normalUbitUmarov2016-09-011-2/+2
* assets uploads to grid. Change the retry code. Stop using asset.UploadAttempt...UbitUmarov2016-09-011-78/+128
* adjust the checks for invalid asset IDs. changed upload fail detectionUbitUmarov2015-12-191-16/+16
* Restored authentication in AssetServicesConnector.Diva Canto2015-10-141-2/+2
* fix bad side efects of missing avination optional configurationUbitUmarov2015-09-151-11/+16
* revert SynchronousRestObjectRequester timeout to miliseconds, and fix where i...UbitUmarov2015-09-091-2/+2
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* | at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-1/+1
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-58/+2
* | bad merge?UbitUmarov2015-09-011-41/+306
|\ \ | |/ |/|
| * dont give a ring to each asset request, just one to rule them all, i meanUbitUmarov2014-09-181-8/+15
| * and another oneUbitUmarov2014-09-171-1/+6
| * Merge branch 'avination-current' into careminsterMelanie2013-09-161-1/+7
| |\
| | * Fix exception when brokering HG asset idsMelanie Thielker2013-09-081-1/+7
| * | Merge branch 'master' into careminsterMelanie2013-07-181-0/+6
| |\ \ | | |/ | |/|
| * | Merge branch 'avination' into careminsterMelanie2012-10-071-16/+21
| |\ \
| | * | Fix threading in remote asset connectorMelanie2012-10-051-16/+21
| * | | Merge branch 'master' into careminsterMelanie2012-10-071-2/+8
| |\ \ \ | | |/ / | |/| |
| * | | Sequence/throttle asset retrievals.Melanie2012-09-141-37/+67
| * | | Allow setting max connections for an endpointMelanie2012-09-141-2/+2
| * | | Prevent double slashes, try #4UbitUmarov2012-09-061-1/+1
| * | | Prevent double slashes, try #3Melanie2012-09-061-0/+3
| * | | Revert "Change string concatenation to Path.Combine to eliminate extra slashes."Melanie2012-09-061-8/+6
| * | | Change string concatenation to Path.Combine to eliminate extra slashes.Melanie2012-09-061-6/+8
| * | | Revert " remove extra '/' in assets url"Melanie2012-09-061-13/+6
| * | | remove extra '/' in assets urlUbitUmarov2012-09-061-6/+13
| * | | Merge branch 'avination' into careminsterMelanie2012-07-161-5/+29
| * | | Merge branch 'master' into careminsterMelanie2012-05-101-31/+165
* | | | Close streams immediately when we finish using themOren Hurvitz2014-07-211-15/+17
* | | | Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-9/+10
* | | | Fix recent asset request timeout issue by commenting out (for now) the m_maxA...Justin Clark-Casey (justincc)2014-05-141-10/+14
* | | | Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre...Oren Hurvitz2014-04-231-0/+7
* | | | Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2014-04-201-12/+11