index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
Caps
/
WebFetchInvDescModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-1
/
+1
2015-12-09
fix the queue type in use
UbitUmarov
1
-7
/
+8
2015-11-27
change threading on GetTexture and getMesh and WebFetch Modules.
UbitUmarov
1
-30
/
+38
2015-11-21
remove some duplicate using statements
UbitUmarov
1
-1
/
+1
2015-09-12
try to better merge avn and os fetchinventory and fetchinvdescendents
UbitUmarov
1
-2
/
+2
2015-09-11
inventory mess return to the state before divas cache issue
UbitUmarov
1
-29
/
+116
2015-09-11
change to avn fecthinventory and webfecth.. code
UbitUmarov
1
-116
/
+29
2015-09-03
at last we can login and see objects ( friends is dead and disable in
UbitUmarov
1
-1
/
+2
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-4
/
+0
2015-06-17
Bug fix in inventory fetching: sometimes the caps request comes before there ...
Diva Canto
1
-5
/
+0
2015-06-03
Mantis #7567: added an 8-sec expiring item cache to the inventory network con...
Diva Canto
1
-1
/
+1
2015-05-07
Major change in the way inventory is downloaded: added a method throughout II...
Diva Canto
1
-1
/
+5
2015-05-05
Attempt at fixing mantis #7054. The two inventory threads are stepping on eac...
Diva Canto
1
-2
/
+3
2015-01-13
And finally renamed the classes themselves.
Diva Canto
1
-2
/
+2
2014-11-25
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-06-16
If processing a queued request fails up to the top of the stack, log the exce...
Justin Clark-Casey (justincc)
1
-3
/
+13
2014-03-21
rename prefix of scene-inventory.<scene-name>.ProcessedFetchInventoryRequests...
Justin Clark-Casey (justincc)
1
-34
/
+36
2014-03-19
minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests i...
Justin Clark-Casey (justincc)
1
-2
/
+2
2014-03-18
Add scene.<scene-name>.ProcessedFetchInventoryRequests
Justin Clark-Casey (justincc)
1
-15
/
+41
2014-03-18
Add scene.<scene-name>.QueuedFetchInventoryRequests stat
Justin Clark-Casey (justincc)
1
-0
/
+19
2014-03-17
Add regression test for http inventory fetch.
Justin Clark-Casey (justincc)
1
-7
/
+36
2013-09-11
Change handling of the FetchInventoryDescendents2 capability configuration to...
Mic Bowman
1
-23
/
+36
2013-07-16
revert last commit which seems to conflict with DoubleQueue internals. The ra...
dahlia
1
-10
/
+5
2013-07-16
add locking to internal queue in WebFetchInvDescModule; lack of which caused ...
dahlia
1
-5
/
+10
2013-07-15
Add request received/handling stats for caps which are served by http poll ha...
Justin Clark-Casey (justincc)
1
-35
/
+31
2013-07-15
Guard against null ref
Diva Canto
1
-1
/
+2
2013-07-06
Get InventoryWorkerThreads to update watchdog on processing requests
Justin Clark-Casey (justincc)
1
-0
/
+2
2013-06-17
minor: remove mono compiler warnings in WebFetchInvDescModule
Justin Clark-Casey (justincc)
1
-3
/
+2
2013-06-14
Don't try to abort worker threads in WebFetchInvDescModule if module was not ...
Justin Clark-Casey (justincc)
1
-6
/
+4
2013-06-07
Put the configuration back in FetchInventoryDesc2 cap.
Diva Canto
1
-0
/
+29
2013-06-07
Supply proper type information for the various types of requests
Melanie
1
-0
/
+1
2013-06-07
Adding Avination's PollService to round out the HTTP inventory changes
Melanie
1
-2
/
+2
2013-06-05
Port Avination's inventory send throttling
Melanie
1
-52
/
+213
2013-03-03
Make a viewer sent XML error prettier
Melanie
1
-0
/
+4
2013-02-06
Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP
Melanie
1
-7
/
+70
2012-11-12
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
1
-1
/
+1
2012-09-26
just remove the damm thing
UbitUmarov
1
-1
/
+1
2012-09-26
Seems nothing actually need the request body for getevents. so change
UbitUmarov
1
-1
/
+0
2012-09-26
more changes to PollService
UbitUmarov
1
-0
/
+1
2012-09-25
do the same to webFecthInvDescModule
UbitUmarov
1
-33
/
+25
2012-09-23
Protect the responses map with a lock. Also remove ugly "this." type of
Melanie
1
-12
/
+16
2012-09-11
Revamp the v3 inventory sending. Uses threads and some nifty mechanics to
Melanie
1
-81
/
+117
2012-09-10
webFetchInventory: change control event to simple flag, adjust locking
UbitUmarov
1
-11
/
+32
2012-09-10
Remove commented code
Melanie
1
-11
/
+0
2012-08-24
Remove debug spam
Melanie
1
-2
/
+2
2012-08-24
Fix background inventory loading (Viewer 3) so it won't lag out the sim
Melanie
1
-49
/
+103
2012-05-03
Implement optional name and description on http stream handlers so that we ca...
Justin Clark-Casey (justincc)
1
-2
/
+7
2011-11-26
Use the same web fetch handler for every request from every avatar, since it ...
Justin Clark-Casey (justincc)
1
-3
/
+11
2011-11-25
Fix config so that you can have both WebFetchInventoryDescendents and FetchIn...
Justin Clark-Casey (justincc)
1
-1
/
+2
2011-11-25
Resolve error where an unknown asset type would cause the fetch inventory des...
Justin Clark-Casey (justincc)
1
-4
/
+1
[next]