aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Refactor: Eliminate empty if clause from AssetCache.GetAsset()Justin Clarke Casey2008-05-181-4/+1
* * Eliminate occurences of "Got a texture uuid ... with no sender object to ha...Justin Clarke Casey2008-05-161-1/+1
* * Cache knowledge in the region server that the asset service has reported an...Justin Clarke Casey2008-05-161-13/+30
* * Removing unnecessary LLUUID.Zero check from AssetCacheJustin Clarke Casey2008-05-161-62/+58
* Formatting cleanup.Jeff Ames2008-05-161-11/+11
* * Experiment in Zerocoding.Teravus Ovares2008-05-101-1/+3
* * You can haz more spring cleaning.Adam Frisby2008-05-081-60/+14
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+5
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-041-2/+0
* Formatting cleanup.Jeff Ames2008-03-181-235/+230
* disabled AssetDownloadModule and re-enabled the asset download code in the as...MW2008-02-271-17/+18
* small fix in the showstate data in AssetCache to reflect that now some functi...MW2008-02-271-1/+1
* After seeing sdague do his happy dance over trunk working "the best he has ev...MW2008-02-271-17/+18
* another attempt at fixing asset lockupsMW2008-02-271-224/+247
* Hopefully fixed the bug that was causing a lot of the freezing. Which was hap...MW2008-02-271-33/+51
* * Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey2008-02-251-24/+8
* * Improve alignment of packet queue stats headignsJustin Clarke Casey2008-02-221-1/+1
* * Winnow the debug and info messages associated with stat fetchingJustin Clarke Casey2008-02-221-6/+17
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* * Eliminate AssetCache.CopyAsset()Justin Clarke Casey2008-02-201-26/+4
* * Only count download requests for assets which are not already waiting for d...Justin Clarke Casey2008-02-201-5/+6
* * Properly guard removal of asset request lists on AssetCache.AssetNotFound (...Justin Clarke Casey2008-02-201-9/+11
* * Remove unused texture dictionaries from AssetCacheJustin Clarke Casey2008-02-201-48/+69
* Report command string on ConsoleBase.RunCommand exceptionJustin Clarke Casey2008-02-201-2/+2
* * Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey2008-02-201-21/+49
* * re-enabled AssetNotFound codelbsa712008-02-201-15/+16
* * Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa712008-02-201-70/+101
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-0/+1
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-3/+1
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-3/+3
* * 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
* 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-051-11/+10
* * Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit bel...Adam Frisby2008-02-041-1/+1
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-311-3/+21
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* Whitespace cleanup.Jeff Ames2008-01-101-1/+1
* * Trying to address TextureSender issueslbsa712008-01-021-3/+3
* * Optimized usingslbsa712007-12-271-25/+24
* 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
* Misc. cleanup:Jeff Ames2007-12-191-46/+14
* Thank you Justin for:Charles Krinke2007-12-141-52/+27
* patch from justincc for Mantis #163 - Opening a script in inventory longer th...Teravus Ovares2007-12-141-11/+36
* more work on texture downloading.MW2007-12-101-265/+38