aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* patch from justincc for Mantis #163 - Opening a script in inventory longer th...Teravus Ovares2007-12-141-11/+36
* Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee2007-12-111-0/+20
* added copyright noticesJeff Ames2007-12-111-0/+28
* more work on texture downloading.MW2007-12-103-328/+106
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-109-15/+15
* hackish code to allow emptying of trash. This really should be done on the in...Brian McBee2007-12-081-1/+21
* reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague2007-12-061-6/+1
* * now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa712007-12-061-1/+6
* This is a simple patch which just renames an IClientAPI method toSean Dague2007-12-031-1/+1
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-022-4/+25
* Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2007-12-021-1/+1