| Commit message (Expand) | Author | Files | Lines |
2019-01-25 | change threads confusing names | UbitUmarov | 1 | -5/+1 |
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 1 | -6/+9 |
2017-05-26 | missing file change.. actually use watchdog threads on assetsconnector and | UbitUmarov | 1 | -3/+8 |
2017-05-25 | use threads from main pool on assetsconnector | UbitUmarov | 1 | -3/+1 |
2017-05-25 | minor changes | UbitUmarov | 1 | -2/+3 |
2017-05-25 | make some threads background ones | UbitUmarov | 1 | -0/+1 |
2017-05-25 | remove use of libomv BlockingQueue | UbitUmarov | 1 | -2/+2 |
2017-02-01 | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 1 | -23/+12 |
2017-01-30 | Make negative asset caching actually work | Melanie Thielker | 1 | -6/+31 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -11/+11 |
2016-12-29 | Add negative caching to flotsam cache. Prevents scripts from hammering the as... | Melanie Thielker | 1 | -2/+7 |
2016-12-29 | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is... | Melanie Thielker | 1 | -2/+2 |
2016-11-03 | on get asset with callback, do the callback even if asset not found. This is ... | UbitUmarov | 1 | -34/+17 |
2016-09-01 | change asset upload retry timer AutoReset back to true | UbitUmarov | 1 | -5/+14 |
2016-09-01 | change MAXSENDRETRIESLEN from test value to normal | UbitUmarov | 1 | -2/+2 |
2016-09-01 | assets uploads to grid. Change the retry code. Stop using asset.UploadAttempt... | UbitUmarov | 1 | -78/+128 |
2015-12-19 | adjust the checks for invalid asset IDs. changed upload fail detection | UbitUmarov | 1 | -16/+16 |
2015-10-14 | Restored authentication in AssetServicesConnector. | Diva Canto | 1 | -2/+2 |
2015-09-15 | fix bad side efects of missing avination optional configuration | UbitUmarov | 1 | -11/+16 |
2015-09-09 | revert SynchronousRestObjectRequester timeout to miliseconds, and fix where i... | UbitUmarov | 1 | -2/+2 |
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op... | Diva Canto | 1 | -1/+0 |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 1 | -1/+1 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -58/+2 |
2014-09-18 | dont give a ring to each asset request, just one to rule them all, i mean | UbitUmarov | 1 | -8/+15 |
2014-09-17 | and another one | UbitUmarov | 1 | -1/+6 |
2014-07-21 | Close streams immediately when we finish using them | Oren Hurvitz | 1 | -15/+17 |
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 1 | -9/+10 |
2014-05-14 | Fix recent asset request timeout issue by commenting out (for now) the m_maxA... | Justin Clark-Casey (justincc) | 1 | -10/+14 |
2014-04-23 | Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre... | Oren Hurvitz | 1 | -0/+7 |
2014-04-20 | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 1 | -12/+11 |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 2 | -38/+87 |
2013-09-08 | Fix exception when brokering HG asset ids | Melanie Thielker | 1 | -1/+7 |
2013-07-11 | Added property to make for more flexible testing. | Diva Canto | 1 | -0/+5 |
2013-06-10 | Remove Temporary from use to shortcut asset stores. The Local property | Mic Bowman | 1 | -1/+1 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -7/+1 |
2012-10-05 | Fix threading in remote asset connector | Melanie | 1 | -16/+21 |
2012-10-04 | Make the asset retrieval concurrency a config switch. The current value | Mic Bowman | 1 | -3/+8 |
2012-09-30 | Allow setting max connections for an endpoint | Melanie | 1 | -3/+3 |
2012-09-14 | Sequence/throttle asset retrievals. | Melanie | 1 | -37/+67 |
2012-09-14 | Allow setting max connections for an endpoint | Melanie | 1 | -2/+2 |
2012-09-06 | Prevent double slashes, try #4 | UbitUmarov | 1 | -1/+1 |
2012-09-06 | remove extra '/' in assets url | UbitUmarov | 1 | -6/+13 |
2012-09-06 | Prevent double slashes, try #3 | Melanie | 1 | -0/+3 |
2012-09-06 | Revert "Change string concatenation to Path.Combine to eliminate extra slashes." | Melanie | 1 | -8/+6 |
2012-09-06 | Change string concatenation to Path.Combine to eliminate extra slashes. | Melanie | 1 | -6/+8 |
2012-09-06 | Revert " remove extra '/' in assets url" | Melanie | 1 | -13/+6 |
2012-07-11 | be paranoic (?) | UbitUmarov | 1 | -0/+6 |
2012-07-11 | Replace a Multicast Delegate by a simple list of delegates in access Get | UbitUmarov | 1 | -5/+23 |
2012-05-09 | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the... | Justin Clark-Casey (justincc) | 1 | -0/+0 |
2012-03-08 | HG inventory/asset transfers: serialize asset posts. I'm using the same patte... | Diva Canto | 1 | -1/+20 |