aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-257/+0
2010-01-10* Starting to clean the house...Diva Canto2-1124/+0
* Fixed circular dependency
2009-12-23Change in how the Library returns its descendant folders, so that it ↵Diva Canto1-1/+20
includes folders added after the initial load off the file system, by other mechanisms.
2009-12-21Bug fix: in standalone, HGInventoryBroker needs to get the local inventory ↵Diva Canto1-0/+2
server URL from NetworkServersInfo.
2009-12-21Making the library read the item's flag, so that clothing items can have the ↵Diva Canto1-0/+1
proper icons.
2009-12-11Fix to make [bad] tests happy.Diva Canto1-4/+4
2009-12-11Attempt at fixing mantis #4411.Diva Canto1-1/+15
2009-11-04Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie1-2/+2
InventoryDescendents packet. Testing has shown that UDP inventory now works flawlessly and, unlike CAPS inventory, doesn't download the entire agent inventory on start. Neither does it incessantly re-request folder NULL_KEY. Therefore, I have disabled CAPS inventory.
2009-10-07Revert "Rewrote parts of the code that were double-locking different ↵Melanie1-27/+39
objects. This is about half of the code base reviewed." This reverts commit e992ca025571a891333a57012c2cd4419b6581e5.
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-27/+39
This reverts commit 832cc685138b2244529f10b54b373c34adb4a633.
2009-10-06Rewrote parts of the code that were double-locking different objects. This ↵Diva Canto1-39/+27
is about half of the code base reviewed.
2009-10-01Formatting cleanup.Jeff Ames2-3/+3
2009-10-01Formatting cleanup.Jeff Ames2-21/+21
2009-08-22Moved AuthedSessionCache to where it is used -- Grid/InventoryServer.Diva Canto1-133/+0
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema ↵Kunnis1-1/+1
with Store/Get
2009-08-19A better purge of trash folder.Diva Canto1-1/+3
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto1-2/+2
starting to get on my nerves.
2009-08-11Establish CachedUserInfo.OnInventoryReceived event so that region/test ↵Justin Clark-Casey (justincc)1-3/+16
inventory code can be written with the async inventory fetch
2009-08-10More clean up from asset cache legacy. None of these classes are used anymore.Diva Canto4-1066/+0
2009-06-10Heart surgery no.2: the inventory service hooks. diva2-85/+24
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-07First draft of inventory service connectors, and service implementation. No ↵diva1-470/+0
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames7-7/+7
LICENSE.txt.
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker2-808/+0
2009-05-04* Attempting to find cause of NotSupportedException in Asset subsystem.Adam Frisby1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker2-2/+2
2009-05-04* Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey1-2/+2
2009-04-23move the lock out a bit further in the ProccessAssetCache loop to reduceSean Dague1-16/+18
the number of times we are going to take this lock in a row (which is just wasted resource), and to keep us from attempting to array access a list which might be changing right now. Extremely curious if this helps prevent some of our mono segfaults.
2009-04-23based on recent unit test output, put some extra checking in theSean Dague1-1/+9
RunAssetCache error code
2009-04-22cleaning up, fixing warningsDr Scofield1-4/+4
2009-04-21* Comment out user profile cache update method for nowJustin Clarke Casey2-18/+21
2009-04-21* Add the ability to update profiles via the cache, so that cached profiles ↵Justin Clarke Casey2-1/+24
don't become stale * Add corresponding unit test
2009-04-16* minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey1-2/+1
2009-04-16* Add name keyed cache to UserProfileCacheServiceJustin Clarke Casey1-42/+105
2009-04-14* Change simple asset cache test to manually pump the asset server rather ↵Justin Clarke Casey1-8/+21
than relying on another thread
2009-04-14* Explicitly start the asset server thread so that unit tests can run single ↵Justin Clarke Casey4-35/+19
rather than multi-threaded (which may be behind the occasional test freezes)
2009-04-14* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid ↵Justin Clarke Casey1-43/+40
having Initialise() and Initialize() in the same class - very difficult to read.
2009-04-14Formatting cleanup.Jeff Ames1-5/+5
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-5/+5
* Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
2009-04-09* Added some more experimental code; nothing wired in so far.lbsa711-11/+32
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa711-0/+43
2009-04-08* Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey1-2/+2
as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
2009-03-31* Refactored out and de-duplicated Base64ToString(string)lbsa711-3/+4
* Fixed minor typo
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-2/+2
2009-03-26* Minor fixes, inverted an if for readability and introduced a virtual ↵lbsa711-4/+20
pre-process step on the asset cache
2009-03-25cleanupDr Scofield1-1/+0
2009-03-24* minor: remove a couple more compiler warningsJustin Clarke Casey1-4/+0
2009-03-24From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-13/+9
Changes to AssetCache and DynamicTextureModule to eliminate opportunities for lost texture updates.
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+51
2009-03-22Make single item inventory gives work across regionsMelanie Thielker1-2/+2