aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/GetTexture (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed Robust-bound GetTexture handler that had been knocked off with the new ...Diva Canto2015-10-142-3/+434
* seems to compile ( tests comented out)UbitUmarov2015-09-022-4/+1
* bad merge?UbitUmarov2015-09-013-113/+119
|\
| * turn off KeepAliveUbitUmarov2015-08-241-2/+2
| * do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov2015-08-181-2/+2
| * Merge branch 'master' into careminsterMelanie2013-11-231-1/+1
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-06-111-0/+1
| |\ \
| * \ \ Merge branch 'avination' into careminsterMelanie2013-01-231-4/+19
| |\ \ \
| | * | | * A better way to handle the last fix (This is in case the viewer provides a ...teravus2013-01-211-10/+16
| | * | | * The fallthrough of FetchTexture was no longer resulting in a 404 response o...teravus2013-01-211-1/+10
| * | | | Merge branch 'master' into careminsterMelanie2012-12-071-1/+34
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-251-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'avination' into careminsterMelanie2012-11-171-1/+5
| |\ \ \ \ \
| | * | | | | Another step in the chain. Pipe the throttle update to the appropriate PollS...teravus2012-11-051-1/+5
| * | | | | | Merge branch 'avination' into careminsterMelanie2012-09-271-11/+20
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | don't send a partial contents report if we are sending all dataUbitUmarov2012-09-261-10/+15
| | * | | | | fix GetTextureHandler rangeUbitUmarov2012-09-261-1/+5
| * | | | | | Merge branch 'avination' into careminsterMelanie2012-09-163-105/+80
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie2012-09-143-97/+80
| * | | | | | Merge branch 'master' into careminsterMelanie2012-09-071-7/+29
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'avination' into careminsterMelanie2012-07-061-1/+3
| |\ \ \ \ \ \
| | * | | | | | Changed GetTexture error code RequestedRangeNotSatisfiable to NotFound, since...UbitUmarov2012-07-061-1/+3
* | | | | | | | refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* | | | | | | | Fix issue with TestTextureNotFound in previous commit 1e3027aJustin Clark-Casey (justincc)2014-07-261-1/+1
* | | | | | | | Revert "Removed unused files: Texture/Mesh server connectors"root2014-07-211-0/+71
* | | | | | | | Removed unused files: Texture/Mesh server connectorsOren Hurvitz2014-07-211-71/+0
* | | | | | | | Fix test breakageDiva Canto2014-05-081-1/+1
* | | | | | | | Make the URL for texture redirects match the path of the resource that we use...Diva Canto2014-05-081-1/+1
* | | | | | | | Finished implementing redirects in GetTexture.Diva Canto2014-05-073-6/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* | | | | | | Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2013-07-081-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2013-06-101-0/+1
| |_|_|_|/ |/| | | |
* | | | | minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...Justin Clark-Casey (justincc)2012-12-061-2/+2
* | | | | Allow GetTexture calls with no second value in the range header (e.g. just 53...Justin Clark-Casey (justincc)2012-12-061-1/+34
| |_|_|/ |/| | |
* | | | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* | | | minor: Comment out "Client requested range for texture ... but" message. Thi...Justin Clark-Casey (justincc)2012-10-121-3/+3
| |_|/ |/| |
* | | If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2012-09-061-5/+29
|/ /
* | Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)2012-06-131-2/+0
* | Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-033-6/+6
* | Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
|/
* Add commented log lines to FetchInventoryDescendents2 path for future use.Justin Clark-Casey (justincc)2011-12-091-3/+9
* Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)2011-12-051-0/+63
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-3/+3
* For the GetTexture capability, if a data range is requested that covers the w...Justin Clark-Casey (justincc)2011-12-051-14/+25
* refactor: Separate the upload baked texture handler out from BunchOfCapsJustin Clark-Casey (justincc)2011-12-011-3/+1
* Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)2011-09-091-3/+2
* Comment verbose debug message in GetTextureDiva Canto2011-05-081-1/+1
* Fix the GetTexture path to /CAPS/GetTexture for now until we have real capabi...Diva Canto2011-05-021-1/+1
* Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto2011-05-022-0/+426