index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Capabilities
/
Handlers
/
GetTexture
/
GetTextureRobustHandler.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
1
-96
/
+59
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
1
-6
/
+11
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-10-12
minor: Comment out "Client requested range for texture ... but" message. Thi...
Justin Clark-Casey (justincc)
1
-3
/
+3
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-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)
1
-2
/
+2
2011-12-09
Add commented log lines to FetchInventoryDescendents2 path for future use.
Justin Clark-Casey (justincc)
1
-3
/
+9
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
Refactored the GetMesh module into a handler and a module, to be the same as ...
Diva Canto
1
-0
/
+0
2011-05-02
Works!
Diva Canto
1
-1
/
+2
2011-05-01
Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...
Diva Canto
1
-54
/
+6
2011-04-30
Nope, that didn't feel right. Moving all those modules to Linden space.
Diva Canto
1
-1
/
+3
2011-04-30
Moved several cap-based-service-providing modules from where they were into a...
Diva Canto
1
-1
/
+1
2011-02-02
Comment out texture CAPS 'texture not found' message for now
Justin Clark-Casey (justincc)
1
-3
/
+1
2011-01-18
Prune some of the excess logging for client logins.
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-12-08
Fixed wrong comment
Diva Canto
1
-1
/
+1
2010-12-08
Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase y...
Diva Canto
1
-1
/
+1
2010-12-08
Added ability for GetTexture to serve multiple formats. The format may come a...
Diva Canto
1
-42
/
+202
2010-10-09
Fix a typo in previouis commit: start must not pass the end of the file
Latif Khalifa
1
-2
/
+2
2010-10-09
weird line endings fix commit
Teravus Ovares (Dan Olivares)
1
-7
/
+7
2010-10-09
Return error code instead of the last byte of the file if range is not satisf...
Latif Khalifa
1
-1
/
+9
2010-10-09
In case when 1 single byte is requested (yes viewer does this)
Latif Khalifa
1
-2
/
+2
2010-09-13
* Fixing length calculations for HTTP texture downloads (the end byte is incl...
John Hurliman
1
-4
/
+6
2010-06-30
minor: comment out high volume texture serving module debug message
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-06-30
minor: comment out high volume texture serving module debug message
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-06-22
Security fix: Allow only textures to be fetched using HTTP texture cap
Melanie Thielker
1
-0
/
+12
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-0
/
+2
2010-04-08
* Adds IAssetService.GetCached() to allow asset fetching from the local cache...
John Hurliman
1
-0
/
+220