aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-12Patch #9146 (No Mantis)Melanie Thielker1-3/+4
2008-07-12Patches #9143 and #9144 (Mantis #1723)Melanie Thielker1-1/+8
2008-07-07* remove redundant sync locking in AssetServerBase since this is already bein...Justin Clarke Casey4-25/+7
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey3-16/+0
2008-07-07* Start scripts loaded from an archiveJustin Clarke Casey1-3/+3
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-2/+0
2008-06-30add the ability to cherry pick expire something from the assetSean Dague1-0/+24
2008-06-29disabled the multiple inventory server support in login service again.MW2-126/+56
2008-06-28small change to see if that helps with the inventory problems.MW1-1/+1
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW2-24/+99
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-0/+11
2008-06-18* Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares1-68/+17
2008-06-16* Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey1-23/+0
2008-06-14* Start recording asset request failuresJustin Clarke Casey1-2/+6
2008-06-13* refactor: catch asset service request exceptions at the AssetServerBase lev...Justin Clarke Casey2-26/+35
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-1/+1
2008-06-10* minor: Properly clear the pushed asset cache statistics where the clear-ass...Justin Clarke Casey1-0/+4
2008-06-02provide slightly more sane defaults in the file based asset loaderSean Dague1-3/+3
2008-05-28Formatting cleanup.Jeff Ames2-15/+15
2008-05-27Thank you very much, Xantor for a patch that:Charles Krinke1-1/+34
2008-05-22* Fix mantis 1325. This is a minor issue where 'show assets' would not work ...Justin Clarke Casey1-8/+14
2008-05-22* Minor: Tidy ups and logging tweaks.Justin Clarke Casey1-1/+1
2008-05-19Thank you kindly, Melanie for a patch that avoids a nullCharles Krinke1-0/+24
2008-05-18* Refactor: Eliminate empty if clause from AssetCache.GetAsset()Justin Clarke Casey1-4/+1
2008-05-16* Eliminate occurences of "Got a texture uuid ... with no sender object to ha...Justin Clarke Casey1-1/+1
2008-05-16* Cache knowledge in the region server that the asset service has reported an...Justin Clarke Casey2-14/+31
2008-05-16* Removing unnecessary LLUUID.Zero check from AssetCacheJustin Clarke Casey1-62/+58
2008-05-16Formatting cleanup.Jeff Ames7-227/+227
2008-05-10* Experiment in Zerocoding.Teravus Ovares1-1/+3
2008-05-09* Removing polling delay for non-CAPS inventory fetch if the client has not y...Justin Clarke Casey2-59/+54
2008-05-09* Minor: Insert utility function to format raw xml strings into indented xml ...Justin Clarke Casey1-1/+3
2008-05-09* Restoring some initial inventory lookup polling delays in order to deal wit...Justin Clarke Casey1-2/+2
2008-05-08* You can haz more spring cleaning.Adam Frisby1-60/+14
2008-05-08* Reduced sleep durations in a number of files.Adam Frisby1-2/+3
2008-05-07* Increase number of poll attempts an inventory items request will make under...Justin Clarke Casey1-1/+1
2008-05-04* Refactor: A final root folder special case removal, this time in HandleFetc...Justin Clarke Casey1-49/+18
2008-05-04* Refactor: Do the root case removal thing again, this time in ItemReceive()Justin Clarke Casey1-34/+13
2008-05-04* Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder s...Justin Clarke Casey1-33/+29
2008-05-04* Simplify CreateFolder() by folding previous special root case into FindFold...Justin Clarke Casey2-77/+46
2008-05-03* Add ability to defer item actions for AddItem() and DeleteItem(). This won...Justin Clarke Casey1-5/+21
2008-05-03* Refactor RemoveItem()Justin Clarke Casey2-11/+51
2008-05-03* Refactor: Renaming item and folder tree search methods to have Find*() pref...Justin Clarke Casey3-22/+21
2008-05-03* Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ar...Justin Clarke Casey2-62/+100
2008-05-03* Refactor: move UpdateFolder into CachedUserInfoJustin Clarke Casey2-24/+48
2008-05-03* Make user profile cache service complain if the caller assumes a profile ex...Justin Clarke Casey1-13/+42
2008-05-03* Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey2-72/+104
2008-05-03* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()Justin Clarke Casey1-4/+4
2008-05-03* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()Justin Clarke Casey3-764/+1
2008-05-01* Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey1-1/+1
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2-48/+46