| Commit message (Expand) | Author | Age | Files | Lines |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -7/+4 |
* | * Minor: fix doc glitch | Justin Clarke Casey | 2008-04-03 | 1 | -1/+1 |
* | * Adding request time limiting strategy for texture requests, though this isn... | Justin Clarke Casey | 2008-04-03 | 1 | -4/+12 |
* | * Minor log message fix per mantis 829 | Justin Clarke Casey | 2008-03-29 | 1 | -1/+1 |
* | * Refactor: Genericise request limit strategies and move to OpenSim.Framework... | Justin Clarke Casey | 2008-03-24 | 1 | -60/+30 |
* | * Downgrade 'texture not found' message to DEBUG and stop putting out 'alread... | Justin Clarke Casey | 2008-03-22 | 1 | -7/+7 |
* | * Reducing spam on console so we only notify once if we're dropping repeated ... | Justin Clarke Casey | 2008-03-22 | 1 | -22/+29 |
* | * Minor log message change | Justin Clarke Casey | 2008-03-22 | 1 | -1/+1 |
* | * Small adjust to last commit's logging so we only print out one warning when... | Justin Clarke Casey | 2008-03-21 | 1 | -3/+6 |
* | * If a client session requests the same texture more than n times (currently ... | Justin Clarke Casey | 2008-03-21 | 1 | -11/+19 |
* | * Print a warning every 20 times a client requests a texture that it should a... | Justin Clarke Casey | 2008-03-19 | 1 | -23/+43 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
* | * Move missing texture request forward so that we don't actually ask the Asse... | Justin Clarke Casey | 2008-03-17 | 1 | -21/+26 |
* | * Reduce the annoyingness of clients that continually request unfound texture... | Justin Clarke Casey | 2008-03-17 | 1 | -6/+34 |
* | * Add comments and slight corrections to ClientView.AgentTextureCached | Justin Clarke Casey | 2008-03-12 | 1 | -2/+2 |
* | * Start sending "ImageNotFound" packet back to the client if we can't find an... | Justin Clarke Casey | 2008-02-25 | 1 | -14/+21 |
* | * Resolve Mantis 667 by not passing on textures with no actual data onto Text... | Justin Clarke Casey | 2008-02-25 | 1 | -1/+4 |
* | * Caught HttpListenerException and swallowed if with output | lbsa71 | 2008-02-25 | 1 | -13/+13 |
* | * Downgrade texture exception to a warning. | Justin Clarke Casey | 2008-02-22 | 1 | -4/+5 |
* | Remove a couple compiler warnings. | Jeff Ames | 2008-02-21 | 1 | -2/+2 |
* | * Only count download requests for assets which are not already waiting for d... | Justin Clarke Casey | 2008-02-20 | 1 | -10/+9 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -2/+2 |
* | * Report 'asset not found' situations back to UserTextureDownloadService | Justin Clarke Casey | 2008-02-20 | 1 | -5/+19 |
* | * Add documentation | Justin Clarke Casey | 2008-02-19 | 1 | -1/+35 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -2/+2 |
* | * In the most basic situations, ClientView and ScenePresence no longer leak m... | Justin Clarke Casey | 2008-02-09 | 1 | -2/+2 |
* | Mostly debugging verbosity which I shall very shortly comment out. | Justin Clarke Casey | 2008-02-09 | 1 | -1/+7 |
* | Added copyright statements. | Jeff Ames | 2008-02-05 | 1 | -0/+28 |
* | * Removed unneeded and uneeded debug message | lbsa71 | 2008-01-08 | 1 | -2/+0 |
* | * changed form Debug to Verbose on Texture sending | lbsa71 | 2008-01-03 | 1 | -1/+1 |
* | * Added removal of TextureSenders and UserTextureDownloadService on agent lea... | lbsa71 | 2008-01-03 | 1 | -1/+14 |
* | Set svn:eol-style. | Jeff Ames | 2008-01-03 | 1 | -97/+97 |
* | * Some work on TextureDownloadModule | lbsa71 | 2008-01-03 | 1 | -0/+98 |