aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-13And finally renamed the classes themselves.Diva Canto1-2/+2
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-06-16If processing a queued request fails up to the top of the stack, log the exce...Justin Clark-Casey (justincc)1-3/+13
2014-03-21rename prefix of scene-inventory.<scene-name>.ProcessedFetchInventoryRequests...Justin Clark-Casey (justincc)1-34/+36
2014-03-19minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests i...Justin Clark-Casey (justincc)1-2/+2
2014-03-18Add scene.<scene-name>.ProcessedFetchInventoryRequestsJustin Clark-Casey (justincc)1-15/+41
2014-03-18Add scene.<scene-name>.QueuedFetchInventoryRequests statJustin Clark-Casey (justincc)1-0/+19
2014-03-17Add regression test for http inventory fetch.Justin Clark-Casey (justincc)1-7/+36
2013-09-11Change handling of the FetchInventoryDescendents2 capability configuration to...Mic Bowman1-23/+36
2013-07-16revert last commit which seems to conflict with DoubleQueue internals. The ra...dahlia1-10/+5
2013-07-16add locking to internal queue in WebFetchInvDescModule; lack of which caused ...dahlia1-5/+10
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)1-35/+31
2013-07-15Guard against null refDiva Canto1-1/+2
2013-07-06Get InventoryWorkerThreads to update watchdog on processing requestsJustin Clark-Casey (justincc)1-0/+2
2013-06-17minor: remove mono compiler warnings in WebFetchInvDescModuleJustin Clark-Casey (justincc)1-3/+2
2013-06-14Don't try to abort worker threads in WebFetchInvDescModule if module was not ...Justin Clark-Casey (justincc)1-6/+4
2013-06-07Put the configuration back in FetchInventoryDesc2 cap.Diva Canto1-0/+29
2013-06-07Supply proper type information for the various types of requestsMelanie1-0/+1
2013-06-07Adding Avination's PollService to round out the HTTP inventory changesMelanie1-2/+2
2013-06-05Port Avination's inventory send throttlingMelanie1-52/+213
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-2/+7
2011-11-26Use the same web fetch handler for every request from every avatar, since it ...Justin Clark-Casey (justincc)1-3/+11
2011-11-25Fix config so that you can have both WebFetchInventoryDescendents and FetchIn...Justin Clark-Casey (justincc)1-1/+2
2011-11-25Resolve error where an unknown asset type would cause the fetch inventory des...Justin Clark-Casey (justincc)1-4/+1
2011-11-25Implement the FetchInventoryDescendents2 capability using the same code as We...Justin Clark-Casey (justincc)1-17/+38
2011-11-25Fix WebFetchInventoryDescendents cap to use Utils.AssetTypeTostring/Inventory...Justin Clark-Casey (justincc)1-0/+2
2011-05-04Test m_Enabled on RemoveRegion.Diva Canto1-0/+3
2011-05-02WebFetchInventoryDescendents working. Tested with robust.Diva Canto1-21/+13
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto1-0/+2
2011-05-02Works!Diva Canto1-5/+22
2011-05-01Start to drill down on GetTexture. Read the config and do different things.Diva Canto1-4/+12
2011-05-01Change GetTextureModule.cs to conform to the new IRegion module interface. NO...Diva Canto1-6/+21
2011-05-01Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...Diva Canto1-311/+4
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto1-1/+3
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto1-1/+1
2011-02-02Comment out texture CAPS 'texture not found' message for nowJustin Clark-Casey (justincc)1-3/+1
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)1-2/+2
2010-12-08Fixed wrong commentDiva Canto1-1/+1
2010-12-08Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase y...Diva Canto1-1/+1
2010-12-08Added ability for GetTexture to serve multiple formats. The format may come a...Diva Canto1-42/+202
2010-10-09Fix a typo in previouis commit: start must not pass the end of the fileLatif Khalifa1-2/+2
2010-10-09weird line endings fix commitTeravus Ovares (Dan Olivares)1-7/+7
2010-10-09Return error code instead of the last byte of the file if range is not satisf...Latif Khalifa1-1/+9
2010-10-09In case when 1 single byte is requested (yes viewer does this)Latif Khalifa1-2/+2
2010-09-13* Fixing length calculations for HTTP texture downloads (the end byte is incl...John Hurliman1-4/+6
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-0/+2