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
/
GetAssetsModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-09
Remove useless executable bit that Windows adds.
onefang
1
-0
/
+0
2019-10-06
fix ViewerAsset external url
UbitUmarov
1
-7
/
+5
2019-03-01
put back assetViewer cap code, to allow viewers testing. It is disabled at Op...
UbitUmarov
1
-8
/
+6
2019-02-27
Add Thread.ResetAbort() to various thread loops to clean up errors on
Robert Adams
1
-9
/
+16
2019-01-25
change threads confusing names
UbitUmarov
1
-1
/
+1
2018-12-08
mantis 8416: test
UbitUmarov
1
-1
/
+1
2018-12-07
remove a warning
UbitUmarov
1
-2
/
+2
2018-12-07
disable GetAsset (ViewerAsset) cap. Current viewers implementation is not com...
UbitUmarov
1
-1
/
+6
2018-12-06
GetAssets: only throttle mesh and texture
UbitUmarov
1
-2
/
+8
2018-12-04
GetAssets: we still need to service avatars that did left region
UbitUmarov
1
-1
/
+3
2018-12-01
replace GetMeshModule and GetTextureModule
UbitUmarov
1
-73
/
+144
2018-11-30
recover GetMesh2 cap
UbitUmarov
1
-32
/
+36
2018-11-12
fix a http error response
UbitUmarov
1
-2
/
+2
2018-10-08
change caps get mesh and texture throttle
UbitUmarov
1
-93
/
+27
2018-07-14
http reusecontext is obsolete
UbitUmarov
1
-2
/
+0
2018-04-19
use seconds version of gettimestamp
UbitUmarov
1
-21
/
+8
2018-01-22
give BlockingCollection more chances
UbitUmarov
1
-43
/
+43
2017-06-19
revert EnvironmentTick back to orignal clock, since change may cause issues ...
UbitUmarov
1
-56
/
+25
2017-05-26
make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog tim...
UbitUmarov
1
-2
/
+2
2017-05-25
minor changes
UbitUmarov
1
-2
/
+5
2017-05-25
make some threads background ones
UbitUmarov
1
-1
/
+1
2017-05-25
remove use of libomv BlockingQueue
UbitUmarov
1
-2
/
+2
2017-01-07
Remove a red ink error on shutdown. Harmless message since shutting down anyway
Melanie Thielker
1
-1
/
+7
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-7
/
+7
2016-12-27
some cleanup
UbitUmarov
1
-6
/
+1
2016-07-17
fix drop on delayed events processing
UbitUmarov
1
-11
/
+35
2016-07-17
add a Drop method to PollService Event handlers, Drop requests on connections...
UbitUmarov
1
-1
/
+10
2016-07-16
simplify http textures and meshs Throttles
UbitUmarov
1
-79
/
+15
2015-11-27
change threading on GetTexture and getMesh and WebFetch Modules.
UbitUmarov
1
-16
/
+14
2015-11-27
change threading on GetTexture and GetMesh NonSharable region modules
UbitUmarov
1
-17
/
+22
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-45
/
+5
2015-08-24
turn off KeepAlive
UbitUmarov
1
-2
/
+2
2015-08-18
do keepalive on mesh and texture GET. Dont use reusecontext any where.
UbitUmarov
1
-2
/
+2
2015-03-05
revised GetMesh to not use intermediate base64 coding scheme
Freaky Tech
1
-14
/
+45
2014-11-25
Allow GetMesh capability to be served directly by a server like GetTexture
Justin Clark-Casey (justincc)
1
-18
/
+15
2014-08-29
make use of it in GetMeshModule, and meshs are Assets not Task itens,
UbitUmarov
1
-43
/
+4
2013-01-13
try to patch getmesh Throttle (test)
UbitUmarov
1
-2
/
+8
2012-12-14
Prevent a failed user relogi from throwing exceptions in poll services
Melanie
1
-1
/
+1
2012-11-22
* While this is not producing any problems.. and does help in low bandwidth ...
teravus
1
-7
/
+35
2012-11-17
* Plumbing and basic setting of the GetMesh Cap Throttler.
teravus
1
-18
/
+72
2012-11-12
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
1
-1
/
+1
2012-11-12
Remove any mention of IRegionModule from region names and comments to aid
Melanie
1
-1
/
+1
2012-11-09
* Prep work switching the GetMeshModule over to a poll service.
teravus
1
-13
/
+349
2012-05-03
Implement optional name and description on http stream handlers so that we ca...
Justin Clark-Casey (justincc)
1
-5
/
+7
2011-08-16
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-08-11
comment out some of the currently less useful debug log messages
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-05-04
Test m_Enabled on RemoveRegion.
Diva Canto
1
-0
/
+3
2011-05-02
Refactored the GetMesh module into a handler and a module, to be the same as ...
Diva Canto
1
-113
/
+38
2011-04-30
Nope, that didn't feel right. Moving all those modules to Linden space.
Diva Canto
1
-1
/
+1
2011-04-30
Moved several cap-based-service-providing modules from where they were into a...
Diva Canto
1
-1
/
+1
[next]