aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities (unfollow)
Commit message (Expand)AuthorFilesLines
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-24* Fix a null ref error in /..../OpenSim/Region/ClientStack/Linden/Caps/GetMes...teravus1-0/+3
2012-11-24* Fix a null ref error in /..../OpenSim/Region/ClientStack/Linden/Caps/GetMes...teravus1-0/+2
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-17* Plumbing and basic setting of the GetMesh Cap Throttler.teravus1-1/+20
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-16/+2
2012-11-15* Fixes mesh loading issues in last commit.teravus1-0/+9
2012-11-13Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto2-0/+66
2012-11-09* Prep work switching the GetMeshModule over to a poll service.teravus1-5/+126
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-23try to allow free uploads for testing, if users prefix names with "TEST-". LetUbitUmarov1-0/+1
2012-09-22 report asset upload errors the right awayUbitUmarov2-0/+12
2012-09-22removed AssetUploaderWithCost, fixing AssetUploader. add parsing of someUbitUmarov1-0/+4
2012-09-14Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie3-97/+80
2012-09-11 report mesh upload costs ( fake values)UbitUmarov1-1/+22
2012-09-11 let LLSDAssetUploadRequest include asset_resources information plus letUbitUmarov1-1/+10
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-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-3/+1
2012-07-06Changed GetTexture error code RequestedRangeNotSatisfiable to NotFound, since...UbitUmarov1-1/+3
2012-06-29If a link points to a non-existing item in FetchInventory caps, then don't tr...Justin Clark-Casey (justincc)1-1/+2
2012-06-20As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...Justin Clark-Casey (justincc)2-8/+4
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-2/+0
2012-06-02Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...Justin Clark-Casey (justincc)1-1/+1
2012-06-02minor: tidy up some commentsJustin Clark-Casey (justincc)1-4/+2
2012-06-02Fix various issues with http inventoryJustin Clark-Casey (justincc)3-77/+84
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen1-0/+68
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)8-18/+30
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2012-04-06Guard against null inventory contents.Diva Canto1-2/+2
2012-01-06Implement the FetchInventory2 capability. This accompanies the existing Fetc...Justin Clark-Casey (justincc)4-2/+227
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-71/+77
2011-12-19Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)1-2/+2
2011-12-09Add commented log lines to FetchInventoryDescendents2 path for future use.Justin Clark-Casey (justincc)2-4/+93
2011-12-08Revert "Revert "Stop performing the asset save part of baked texture uploadin...Justin Clark-Casey (justincc)1-5/+9
2011-12-07properly lock CapsHandlers.m_capsHandlersJustin Clark-Casey (justincc)1-26/+40
2011-12-06Stop accidentally setting up the UploadTexture caps handler with the same url...Justin Clark-Casey (justincc)1-2/+0
2011-12-06Revert "Stop performing the asset save part of baked texture uploading on the...Justin Clark-Casey (justincc)1-9/+5
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)4-6/+6
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-01Stop performing the asset save part of baked texture uploading on the UploadB...Justin Clark-Casey (justincc)1-5/+9
2011-12-01refactor: Separate the upload baked texture handler out from BunchOfCapsJustin Clark-Casey (justincc)2-3/+180
2011-11-29On "show caps", stop excluding the seed cap but do exclude it elsewhereJustin Clark-Casey (justincc)1-15/+15
2011-11-26Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().Justin Clark-Casey (justincc)1-0/+13
2011-11-26Stop locking the requests coming in to WebFetchInvDecHandler.Justin Clark-Casey (justincc)1-8/+8
2011-11-25Resolve error where an unknown asset type would cause the fetch inventory des...Justin Clark-Casey (justincc)1-40/+43