aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Commenting and a spelling correctionJustin Clarke Casey2008-02-132-5/+15
* * Clean up the agent's asset transactions when it is removed from the sceneJustin Clarke Casey2008-02-131-2/+17
* * Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey2008-02-132-35/+128
* Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey2008-02-121-13/+2
* * Add missing locking to mysql inventory pluginJustin Clarke Casey2008-02-121-0/+3
* * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a...Justin Clarke Casey2008-02-122-13/+31
* Re-enabled Inventory creation of body partsMW2008-02-112-4/+9
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-106-10/+10
* * fixed typo. thanks, nebadon!lbsa712008-02-091-1/+1
* * Refactored some asset code and in the process uncovered a bug; now, I think...lbsa712008-02-091-10/+14
* * added count of texture data bytes and asset byteslbsa712008-02-091-6/+18
* * Added count of temporary assetslbsa712008-02-091-0/+23
* * added two new commands (for debug/disaster recovery)lbsa712008-02-091-25/+55
* * Change logger to handle [<entry>] where <entry> contains non alphabetic cha...Justin Clarke Casey2008-02-092-6/+6
* * Stop asset transactions hanging around after they've completedJustin Clarke Casey2008-02-082-11/+79
* Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey2008-02-081-5/+12
* fix the issue found on IRC this morning. The logging call was mistructuredSean Dague2008-02-081-1/+2
* Converted logging to use log4net.Jeff Ames2008-02-057-65/+77
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-0/+2
* * Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit bel...Adam Frisby2008-02-041-1/+1
* * Default inventory permissions patch (#444), courtesy of alex_carnell -- tha...Adam Frisby2008-02-041-0/+1
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-311-3/+21
* * Mother of all commits:Adam Frisby2008-01-153-16/+16
* Whitespace cleanup.Jeff Ames2008-01-101-1/+1
* * removed another superfluous debug messagelbsa712008-01-091-2/+2
* dump_assets_to_file=true will now cause the asset to go into a UserAssets sub...Brian McBee2008-01-091-3/+16
* Third part of CharlieO's library rework. We now have library organization! Th...Brian McBee2008-01-091-32/+35
* * Trying to address TextureSender issueslbsa712008-01-023-32/+32
* * Refactored out function to load specified AssetSet Xmllbsa712008-01-021-2/+2
* Make it possible for new inventory 'libraries' to be added without changing t...Justin Clarke Casey2007-12-311-85/+115
* Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey2007-12-311-25/+100
* Shift default OpenSim library into its own directoryJustin Clarke Casey2007-12-301-1/+1
* Make inventory items nominate explicit inventory folders rather than hardcodingJustin Clarke Casey2007-12-291-7/+12
* Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey2007-12-282-99/+6
* Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey2007-12-281-3/+3
* * Optimized usingslbsa712007-12-2711-83/+93
* Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ...Justin Clarke Casey2007-12-271-16/+1
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-274-7/+7
* Yet more inventory debugging messagesJustin Clarke Casey2007-12-231-9/+30
* Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey2007-12-231-2/+5
* Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey2007-12-221-3/+45
* minor refactorJustin Clarke Casey2007-12-221-3/+8
* Refix bug where inventory textures don't appear in prim edit texture selectio...Justin Clarke Casey2007-12-211-6/+15
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-203-6/+6
* Refactor asset request processing for consistent status information on whethe...Justin Clarke Casey2007-12-194-25/+46
* Misc. cleanup:Jeff Ames2007-12-191-46/+14
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-152-7/+35
* Thank you Justin for:Charles Krinke2007-12-141-52/+27
* * Just making Create publiclbsa712007-12-141-1/+1
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-144-104/+97