aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-02-052-2/+2
|\
| * Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-052-2/+2
* | 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 'avination' into careminsterMelanie2013-01-101-3/+10
|\ \ \ | |/ /
| * | * This finishes the implementation of AgentCachedTexture. Requires the XBak...teravus2012-12-291-3/+10
* | | Merge branch 'avination' into careminsterMelanie2013-01-061-1/+1
|\ \ \ | |/ /
| * | * Partial Commit for Avatar Appearance to include the functionality of Cached...teravus2012-12-211-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-12-071-1/+34
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'avination' into careminsterMelanie2012-11-251-0/+3
|\ \ \ | | |/ | |/|
| * | * Fix a null ref error in /..../OpenSim/Region/ClientStack/Linden/Caps/GetMes...teravus2012-11-241-0/+3
* | | Merge branch 'master' into careminsterMelanie2012-11-251-1/+1
|\ \ \ | |/ / |/| / | |/
| * Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* | Merge branch 'avination' into careminsterMelanie2012-11-201-1/+20
|\ \
| * | * Plumbing and basic setting of the GetMesh Cap Throttler.teravus2012-11-171-1/+20
| * | Revert "Merge master into teravuswork", it should have been avination, not ma...teravus2012-11-151-16/+2
| * | Merge master into teravusworkteravus2012-11-151-2/+16
| |\ \
* | \ \ Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminsterMelanie2012-11-201-5/+135
|\ \ \ \ | |/ / /
| * | | * Fixes mesh loading issues in last commit.teravus2012-11-151-0/+9
| * | | * Prep work switching the GetMeshModule over to a poll service.teravus2012-11-091-5/+126
* | | | 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 'master' into careminsterMelanie2012-11-152-0/+66
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto2012-11-132-0/+66
| * | minor: Comment out "Client requested range for texture ... but" message. Thi...Justin Clark-Casey (justincc)2012-10-121-3/+3
* | | Merge branch 'avination' into careminsterMelanie2012-09-274-11/+37
|\ \ \ | | |/ | |/|
| * | don't send a partial contents report if we are sending all dataUbitUmarov2012-09-261-10/+15
| * | fix GetTextureHandler rangeUbitUmarov2012-09-261-1/+5
| * | try to allow free uploads for testing, if users prefix names with "TEST-". LetUbitUmarov2012-09-231-0/+1
| * | report asset upload errors the right awayUbitUmarov2012-09-222-0/+12
| * | removed AssetUploaderWithCost, fixing AssetUploader. add parsing of someUbitUmarov2012-09-221-0/+4
* | | Merge branch 'avination' into careminsterMelanie2012-09-165-107/+112
|\ \ \ | |/ /
| * | Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie2012-09-143-97/+80
| * | report mesh upload costs ( fake values)UbitUmarov2012-09-111-1/+22
| * | let LLSDAssetUploadRequest include asset_resources information plus letUbitUmarov2012-09-111-1/+10
* | | Merge branch 'master' into careminsterMelanie2012-09-071-7/+29
|\ \ \ | |/ / |/| / | |/
| * If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2012-09-061-5/+29
* | Merge branch 'master' into careminsterMelanie2012-07-131-3/+1
|\ \ | |/
| * Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-3/+1
* | Merge branch 'avination' into careminsterMelanie2012-07-061-1/+3
|\ \ | |/ |/|
| * Changed GetTexture error code RequestedRangeNotSatisfiable to NotFound, since...UbitUmarov2012-07-061-1/+3
* | If a link points to a non-existing item in FetchInventory caps, then don't tr...Justin Clark-Casey (justincc)2012-06-291-1/+2
* | As with LLSDInventoryItem from commit 01a2b0b, send type values in LLSDInvent...Justin Clark-Casey (justincc)2012-06-202-8/+4
* | Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)2012-06-131-2/+0
* | Fix build break whree accidentally did inv.Folders rather than inv.Folders.Co...Justin Clark-Casey (justincc)2012-06-021-1/+1
* | minor: tidy up some commentsJustin Clark-Casey (justincc)2012-06-021-4/+2
* | Fix various issues with http inventoryJustin Clark-Casey (justincc)2012-06-023-77/+84