aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename prefix of scene-inventory.<scene-name>.ProcessedFetchInventoryRequests...Justin Clark-Casey (justincc)2014-03-211-34/+36
* minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests i...Justin Clark-Casey (justincc)2014-03-191-2/+2
* Add scene.<scene-name>.ProcessedFetchInventoryRequestsJustin Clark-Casey (justincc)2014-03-181-15/+41
* Add scene.<scene-name>.QueuedFetchInventoryRequests statJustin Clark-Casey (justincc)2014-03-181-0/+19
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-171-7/+36
* Change handling of the FetchInventoryDescendents2 capability configuration to...Mic Bowman2013-09-111-23/+36
* revert last commit which seems to conflict with DoubleQueue internals. The ra...dahlia2013-07-161-10/+5
* add locking to internal queue in WebFetchInvDescModule; lack of which caused ...dahlia2013-07-161-5/+10
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2013-07-151-2/+3
|\
| * Guard against null refDiva Canto2013-07-151-1/+2
* | Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-35/+31
|/
* Get InventoryWorkerThreads to update watchdog on processing requestsJustin Clark-Casey (justincc)2013-07-061-0/+2
* minor: remove mono compiler warnings in WebFetchInvDescModuleJustin Clark-Casey (justincc)2013-06-171-3/+2
* Don't try to abort worker threads in WebFetchInvDescModule if module was not ...Justin Clark-Casey (justincc)2013-06-141-6/+4
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2013-06-071-0/+29
|\
| * Put the configuration back in FetchInventoryDesc2 cap.Diva Canto2013-06-071-0/+29
* | Supply proper type information for the various types of requestsMelanie2013-06-071-0/+1
* | Adding Avination's PollService to round out the HTTP inventory changesMelanie2013-06-071-2/+2
|/
* Port Avination's inventory send throttlingMelanie2013-06-051-52/+213
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-2/+7
* Use the same web fetch handler for every request from every avatar, since it ...Justin Clark-Casey (justincc)2011-11-261-3/+11
* Fix config so that you can have both WebFetchInventoryDescendents and FetchIn...Justin Clark-Casey (justincc)2011-11-251-1/+2
* Resolve error where an unknown asset type would cause the fetch inventory des...Justin Clark-Casey (justincc)2011-11-251-4/+1
* Implement the FetchInventoryDescendents2 capability using the same code as We...Justin Clark-Casey (justincc)2011-11-251-17/+38
* Fix WebFetchInventoryDescendents cap to use Utils.AssetTypeTostring/Inventory...Justin Clark-Casey (justincc)2011-11-251-0/+2
* Test m_Enabled on RemoveRegion.Diva Canto2011-05-041-0/+3
* WebFetchInventoryDescendents working. Tested with robust.Diva Canto2011-05-021-0/+131