aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* try to better merge avn and os fetchinventory and fetchinvdescendentsUbitUmarov2015-09-121-2/+2
* inventory mess return to the state before divas cache issueUbitUmarov2015-09-111-29/+116
* change to avn fecthinventory and webfecth.. codeUbitUmarov2015-09-111-116/+29
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-1/+2
* seems to compile ( tests comented out)UbitUmarov2015-09-021-4/+0
* bad merge?UbitUmarov2015-09-011-3/+9
|\
| * Merge branch 'master' into careminsterMelanie2013-10-041-22/+35
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-07-241-35/+32
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-181-0/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-06-181-6/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-06-081-0/+29
| |\ \ \ \ \
| * | | | | | Make a viewer sent XML error prettierMelanie2013-03-031-0/+4
| * | | | | | Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SPMelanie2013-02-061-7/+70
| * | | | | | Merge branch 'master' into careminsterMelanie2012-11-131-1/+1
| |\ \ \ \ \ \
| * | | | | | | just remove the damm thingUbitUmarov2012-09-261-1/+1
| * | | | | | | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-1/+0
| * | | | | | | more changes to PollServiceUbitUmarov2012-09-261-0/+1
| * | | | | | | do the same to webFecthInvDescModuleUbitUmarov2012-09-251-33/+25
| * | | | | | | Protect the responses map with a lock. Also remove ugly "this." type ofMelanie2012-09-231-12/+16
| * | | | | | | Revamp the v3 inventory sending. Uses threads and some nifty mechanics toMelanie2012-09-111-81/+117
| * | | | | | | Remove commented codeMelanie2012-09-101-11/+0
| * | | | | | | webFetchInventory: change control event to simple flag, adjust lockingUbitUmarov2012-09-101-11/+32
| * | | | | | | Remove debug spamMelanie2012-08-241-2/+2
| * | | | | | | Fix background inventory loading (Viewer 3) so it won't lag out the simMelanie2012-08-241-49/+103
* | | | | | | | Bug fix in inventory fetching: sometimes the caps request comes before there ...Diva Canto2015-06-171-5/+0
* | | | | | | | Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto2015-06-031-1/+1
* | | | | | | | Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-071-1/+5
* | | | | | | | Attempt at fixing mantis #7054. The two inventory threads are stepping on eac...Diva Canto2015-05-051-2/+3
* | | | | | | | And finally renamed the classes themselves.Diva Canto2015-01-131-2/+2
* | | | | | | | refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* | | | | | | | If processing a queued request fails up to the top of the stack, log the exce...Justin Clark-Casey (justincc)2014-06-161-3/+13
* | | | | | | | 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
| |/ |/|