aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-3/+3
2008-02-09* fixed typo. thanks, nebadon!lbsa711-1/+1
2008-02-09* Refactored some asset code and in the process uncovered a bug; now, I think...lbsa711-10/+14
2008-02-09* added count of texture data bytes and asset byteslbsa711-6/+18
2008-02-09* Added count of temporary assetslbsa711-0/+23
2008-02-09* added two new commands (for debug/disaster recovery)lbsa711-25/+55
2008-02-08fix the issue found on IRC this morning. The logging call was mistructuredSean Dague1-1/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-11/+10
2008-02-04* Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit bel...Adam Frisby1-1/+1
2008-01-31* Add asset/texture cache statistics to region server consoleJustin Clarke Casey1-3/+21
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-10Whitespace cleanup.Jeff Ames1-1/+1
2008-01-02* Trying to address TextureSender issueslbsa711-3/+3
2007-12-27* Optimized usingslbsa711-25/+24
2007-12-22Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey1-3/+45
2007-12-22minor refactorJustin Clarke Casey1-3/+8
2007-12-19Misc. cleanup:Jeff Ames1-46/+14
2007-12-14Thank you Justin for:Charles Krinke1-52/+27
2007-12-14patch from justincc for Mantis #163 - Opening a script in inventory longer th...Teravus Ovares1-11/+36
2007-12-10more work on texture downloading.MW1-265/+38
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-12-06reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague1-6/+1
2007-12-06* now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa711-1/+6
2007-11-23* Refactored NumPackets calculationlbsa711-20/+21
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-8/+8
2007-11-18first stab at implementation of CopyInventoryItemJeff Ames1-0/+11
2007-11-11Fixed bug in assetcache where certain textures were not being packetized corr...Brian McBee1-1/+1
2007-11-06* Added better logging to AssetCachelbsa711-42/+66
2007-11-01* Diuerse beavtificatemslbsa711-2/+2
2007-11-01renamed FetchAsset to RequestAsset on IAssetServer, as think its a more fitti...MW1-4/+4
2007-10-31made illogical bitwise operations logicalJeff Ames1-1/+1
2007-10-30* Optimized usingslbsa711-107/+100
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+1
2007-10-29* Removed AssetNotFound as it crashes clientlbsa711-13/+13
2007-10-29Started the process of cleaning up AssetCache and moving most of the code int...MW1-77/+91
2007-10-26Region ground texture was not marked as temporary, when being created, and as...Tleiades Hax1-7/+9
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-4/+7
2007-10-24Part of supporting gridwide assetss. A little premature release, but I'm tire...Tleiades Hax1-23/+1
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-2/+2
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-2/+2
2007-10-22* Major ass commit.Adam Frisby1-2/+2
2007-10-19* Total refactoring of Asset Server for massive winlbsa711-2/+7
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-5/+4
2007-09-15Hopefully fixed the build error that I introduced with my last commit.MW1-1/+1
2007-09-15Testing to see if this fixes the editing appearance crash, or makes it (or an...MW1-1/+9
2007-09-11move the locks closer to the data, sqlite for assets now works like a champSean Dague1-9/+3
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-6/+6
2007-09-04Some work on Module loading/management.MW1-1/+6
2007-08-30Added some place holder classes for various modules.MW1-36/+39