aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/GetTexture (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-21* A better way to handle the last fix (This is in case the viewer provides a ...teravus1-10/+16
2013-01-21* The fallthrough of FetchTexture was no longer resulting in a 404 response o...teravus1-1/+10
2012-12-06minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...Justin Clark-Casey (justincc)1-2/+2
2012-12-06Allow GetTexture calls with no second value in the range header (e.g. just 53...Justin Clark-Casey (justincc)1-1/+34
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-16/+2
2012-11-05Another step in the chain. Pipe the throttle update to the appropriate PollS...teravus1-1/+5
2012-10-12minor: 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 dataUbitUmarov1-10/+15
2012-09-26 fix GetTextureHandler rangeUbitUmarov1-1/+5
2012-09-14Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie3-97/+80
2012-09-06If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)1-5/+29
2012-07-06Changed GetTexture error code RequestedRangeNotSatisfiable to NotFound, since...UbitUmarov1-1/+3
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-2/+0
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)3-6/+6
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2011-12-09Add commented log lines to FetchInventoryDescendents2 path for future use.Justin Clark-Casey (justincc)1-3/+9
2011-12-05Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)1-0/+63
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-3/+3
2011-12-05For the GetTexture capability, if a data range is requested that covers the w...Justin Clark-Casey (justincc)1-14/+25
2011-12-01refactor: Separate the upload baked texture handler out from BunchOfCapsJustin Clark-Casey (justincc)1-3/+1
2011-09-09Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)1-3/+2
2011-05-08Comment verbose debug message in GetTextureDiva Canto1-1/+1
2011-05-02Fix the GetTexture path to /CAPS/GetTexture for now until we have real capabi...Diva Canto1-1/+1
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto2-0/+426