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
/
Capabilities
/
Handlers
/
GetTexture
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
4
-140
/
+531
2018-11-30
move http range parser to util
UbitUmarov
1
-45
/
+1
2018-11-06
if viewer asks for range reply in same format even if its full data
UbitUmarov
1
-17
/
+6
2018-07-14
some cleanup
UbitUmarov
1
-30
/
+26
2018-03-10
mantis 7885: robust asset services have no cache and only accept a asset ID t...
UbitUmarov
1
-68
/
+31
2018-01-20
some cleanup
UbitUmarov
1
-4
/
+0
2017-05-06
dispose some MemoryStreams
UbitUmarov
2
-11
/
+0
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
2
-54
/
+54
2016-12-26
robust textures add missing returns or redir case
UbitUmarov
1
-0
/
+2
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
3
-9
/
+15
2016-08-22
workaround potencial memory leak
UbitUmarov
2
-33
/
+40
2015-11-21
remove some compile warnings increasing total number by 2
UbitUmarov
1
-5
/
+1
2015-10-14
Fixed Robust-bound GetTexture handler that had been knocked off with the new ...
Diva Canto
2
-3
/
+434
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
2
-4
/
+1
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
2014-11-25
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
1
-1
/
+0
2014-07-26
Fix issue with TestTextureNotFound in previous commit 1e3027a
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-07-21
Revert "Removed unused files: Texture/Mesh server connectors"
root
1
-0
/
+71
2014-07-21
Removed unused files: Texture/Mesh server connectors
Oren Hurvitz
1
-71
/
+0
2014-05-08
Fix test breakage
Diva Canto
1
-1
/
+1
2014-05-08
Make the URL for texture redirects match the path of the resource that we use...
Diva Canto
1
-1
/
+1
2014-05-07
Finished implementing redirects in GetTexture.
Diva Canto
3
-6
/
+12
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-08
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-06-10
Remove Temporary from use to shortcut asset stores. The Local property
Mic Bowman
1
-0
/
+1
2013-01-21
* A better way to handle the last fix (This is in case the viewer provides a ...
teravus
1
-10
/
+16
2013-01-21
* The fallthrough of FetchTexture was no longer resulting in a 404 response o...
teravus
1
-1
/
+10
2012-12-06
minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-12-06
Allow GetTexture calls with no second value in the range header (e.g. just 53...
Justin Clark-Casey (justincc)
1
-1
/
+34
2012-11-24
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-11-15
Revert "Merge master into teravuswork", it should have been avination, not ma...
teravus
1
-16
/
+2
2012-11-05
Another step in the chain. Pipe the throttle update to the appropriate PollS...
teravus
1
-1
/
+5
2012-10-12
minor: Comment out "Client requested range for texture ... but" message. Thi...
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-09-26
don't send a partial contents report if we are sending all data
UbitUmarov
1
-10
/
+15
2012-09-26
fix GetTextureHandler range
UbitUmarov
1
-1
/
+5
2012-09-14
Revamp the HTTP textures handler to allow a maximum of four fetches
Melanie
3
-97
/
+80
2012-09-06
If the GetTexture capability receives a request for a range of data beyond th...
Justin Clark-Casey (justincc)
1
-5
/
+29
2012-07-06
Changed GetTexture error code RequestedRangeNotSatisfiable to NotFound, since...
UbitUmarov
1
-1
/
+3
2012-06-13
Don't include time to transmit response back to requester when assessing slow...
Justin Clark-Casey (justincc)
1
-2
/
+0
2012-05-03
Implement optional name and description on http stream handlers so that we ca...
Justin Clark-Casey (justincc)
3
-6
/
+6
2012-04-27
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-12-09
Add commented log lines to FetchInventoryDescendents2 path for future use.
Justin Clark-Casey (justincc)
1
-3
/
+9
2011-12-05
Add test for not found response from GetTexture cap handler.
Justin Clark-Casey (justincc)
1
-0
/
+63
2011-12-05
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-12-05
For the GetTexture capability, if a data range is requested that covers the w...
Justin Clark-Casey (justincc)
1
-14
/
+25
2011-12-01
refactor: Separate the upload baked texture handler out from BunchOfCaps
Justin Clark-Casey (justincc)
1
-3
/
+1
2011-09-09
Save the default terrain texture UUIDs for a new region instead of leaving th...
Justin Clark-Casey (justincc)
1
-3
/
+2
2011-05-08
Comment verbose debug message in GetTexture
Diva Canto
1
-1
/
+1
2011-05-02
Fix the GetTexture path to /CAPS/GetTexture for now until we have real capabi...
Diva Canto
1
-1
/
+1
[next]