aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Apply http://opensimulator.org/mantis/view.php?id=2294Justin Clarke Casey2008-09-291-0/+15
* * Patch from JHurlimanTeravus Ovares2008-09-261-1/+1
* * minor: Remove some of the redundant asset id storage for nowJustin Clarke Casey2008-09-211-11/+12
* * Start recording asset request times after a cache miss. This is very primt...Justin Clarke Casey2008-09-211-3/+17
* * Eliminate the need to copy asset request lists in the asset cache when an a...Justin Clarke Casey2008-09-211-82/+22
* * minor: tidy up of AssetCache, remove currently pointless storing of thread ...Justin Clarke Casey2008-09-211-12/+9
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-7/+15
* Mantis#2165. Thank you kindly, CMickeyB for a patch that:Charles Krinke2008-09-121-18/+40
* * Removed some legacy commentinglbsa712008-09-111-44/+0
* * Added small convenience function to recursively calculate total amounts of ...lbsa712008-09-111-0/+15
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-2/+2
* Mantis #2133Melanie Thielker2008-09-061-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-067-110/+114
* Update svn properties.Jeff Ames2008-09-031-56/+56
* Attempt to fix an issue I havebeen seeing, where asset server failureMelanie Thielker2008-08-311-0/+3
* * Added "File Asset Client" to OpenSim Asset Server-types.Adam Frisby2008-08-301-0/+56
* Mantis #1903Melanie Thielker2008-08-281-81/+59
* Update svn properties, formatting cleanup.Jeff Ames2008-08-282-2/+2
* Mantis #1903Melanie Thielker2008-08-272-10/+29
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-251-0/+25
* Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker2008-08-191-0/+7
* Formatting cleanup.Jeff Ames2008-08-186-34/+34
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-2/+2
* Guard against the null UUID being queried from the userserverMelanie Thielker2008-08-161-0/+5
* * Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey2008-08-121-1/+3
* Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2008-08-122-71/+30
* * correct bug from last commit - for now don't drop cached user profile when ...Justin Clarke Casey2008-08-011-0/+4
* * Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2008-08-012-8/+21
* * minor: eliminate some unused variables in InventoryFolderImplJustin Clarke Casey2008-08-011-2/+0
* * refactor: rearrange path inventory manipulation so that input tidying can b...Justin Clarke Casey2008-07-311-5/+50
* * refactor: eliminate unused SubFoldersCountJustin Clarke Casey2008-07-311-11/+3
* * allow inventory folders to be located by pathJustin Clarke Casey2008-07-312-9/+55
* * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey2008-07-312-19/+18
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-312-3/+11
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-312-5/+5
* squasing warning.Dr Scofield2008-07-251-3/+3
* Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur2008-07-251-0/+107
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-232-2/+2
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-232-9/+64
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-232-8/+45
* Patch #9146 (No Mantis)Melanie Thielker2008-07-121-3/+4
* Patches #9143 and #9144 (Mantis #1723)Melanie Thielker2008-07-121-1/+8
* * remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey2008-07-074-25/+7
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-073-16/+0
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-3/+3
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-2/+0
* add the ability to cherry pick expire something from the assetSean Dague2008-06-301-0/+24
* disabled the multiple inventory server support in login service again.MW2008-06-292-126/+56
* small change to see if that helps with the inventory problems.MW2008-06-281-1/+1
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-282-24/+99