aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixes a bug that my last commit introduced.MW2007-12-021-1/+1
* Some refactoring , mainly on Inventory code. MW2007-12-023-119/+37
* New Inventory folder should now be stored to the inventory server/database. T...MW2007-12-021-1/+8
* Attempt to fix mantis issue # 73MW2007-12-011-8/+12
* Attempt to fix mantis issue # 65, seems like it is a race condition between t...MW2007-12-011-4/+7
* Patch for mantis 0000015: Textures don't display in the objectSean Dague2007-11-302-8/+24
* * Refactored NumPackets calculationlbsa712007-11-231-20/+21
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-182-11/+11