aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Remove useless executable bit that Windows adds.onefang1-0/+0
2019-10-06fix ViewerAsset external urlUbitUmarov1-7/+5
2019-03-01put back assetViewer cap code, to allow viewers testing. It is disabled at Op...UbitUmarov1-8/+6
2019-02-27Add Thread.ResetAbort() to various thread loops to clean up errors onRobert Adams1-9/+16
2019-01-25change threads confusing namesUbitUmarov1-1/+1
2018-12-08mantis 8416: testUbitUmarov1-1/+1
2018-12-07remove a warningUbitUmarov1-2/+2
2018-12-07disable GetAsset (ViewerAsset) cap. Current viewers implementation is not com...UbitUmarov1-1/+6
2018-12-06GetAssets: only throttle mesh and textureUbitUmarov1-2/+8
2018-12-04GetAssets: we still need to service avatars that did left regionUbitUmarov1-1/+3
2018-12-01replace GetMeshModule and GetTextureModuleUbitUmarov1-73/+144
2018-11-30recover GetMesh2 capUbitUmarov1-32/+36
2018-11-12fix a http error responseUbitUmarov1-2/+2
2018-10-08change caps get mesh and texture throttleUbitUmarov1-93/+27
2018-07-14http reusecontext is obsoleteUbitUmarov1-2/+0
2018-04-19use seconds version of gettimestampUbitUmarov1-21/+8
2018-01-22give BlockingCollection more chancesUbitUmarov1-43/+43
2017-06-19 revert EnvironmentTick back to orignal clock, since change may cause issues ...UbitUmarov1-56/+25
2017-05-26make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog tim...UbitUmarov1-2/+2
2017-05-25minor changesUbitUmarov1-2/+5
2017-05-25make some threads background onesUbitUmarov1-1/+1
2017-05-25remove use of libomv BlockingQueueUbitUmarov1-2/+2
2017-01-07Remove a red ink error on shutdown. Harmless message since shutting down anywayMelanie Thielker1-1/+7
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-7/+7
2016-12-27some cleanupUbitUmarov1-6/+1
2016-07-17fix drop on delayed events processingUbitUmarov1-11/+35
2016-07-17add a Drop method to PollService Event handlers, Drop requests on connections...UbitUmarov1-1/+10
2016-07-16simplify http textures and meshs ThrottlesUbitUmarov1-79/+15
2015-11-27 change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov1-16/+14
2015-11-27 change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov1-17/+22
2015-09-02seems to compile ( tests comented out)UbitUmarov1-45/+5
2015-08-24 turn off KeepAliveUbitUmarov1-2/+2
2015-08-18do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov1-2/+2
2015-03-05revised GetMesh to not use intermediate base64 coding schemeFreaky Tech1-14/+45
2014-11-25Allow GetMesh capability to be served directly by a server like GetTextureJustin Clark-Casey (justincc)1-18/+15
2014-08-29make use of it in GetMeshModule, and meshs are Assets not Task itens,UbitUmarov1-43/+4
2013-01-13 try to patch getmesh Throttle (test)UbitUmarov1-2/+8
2012-12-14Prevent a failed user relogi from throwing exceptions in poll servicesMelanie1-1/+1
2012-11-22* While this is not producing any problems.. and does help in low bandwidth ...teravus1-7/+35
2012-11-17* Plumbing and basic setting of the GetMesh Cap Throttler.teravus1-18/+72
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-11-09* Prep work switching the GetMeshModule over to a poll service.teravus1-13/+349
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-5/+7
2011-08-16minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2011-08-11comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)1-2/+2
2011-05-04Test m_Enabled on RemoveRegion.Diva Canto1-0/+3
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto1-113/+38
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto1-1/+1
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto1-1/+1