| Commit message (Expand) | Author | Files | Lines |
2009-10-27 | Experimental test to rate limit the incoming packet handler and try to always... | John Hurliman | 1 | -0/+21 |
2009-10-27 | * Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t... | John Hurliman | 1 | -1/+4 |
2009-10-26 | Removing the ClientManager reference from IScene and hiding it entirely insid... | John Hurliman | 1 | -1/+0 |
2009-10-26 | * Switched all operations on the list of clients that could be either sync or... | John Hurliman | 1 | -1/+2 |
2009-10-26 | * Changed the watchdog timer to improve the speed of UpdateThread(), only tra... | John Hurliman | 1 | -30/+30 |
2009-10-25 | Changing Scene.ForEachClient to use the synchronous for loop instead of Paral... | John Hurliman | 1 | -41/+25 |
2009-10-23 | * Change the way Util.FireAndForget() calls SmartThreadPool to avoid using a ... | John Hurliman | 1 | -1/+11 |
2009-10-23 | * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ... | John Hurliman | 1 | -2/+7 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 3 | -12/+185 |
2009-10-22 | Terrible typo in the previous commit! | John Hurliman | 1 | -1/+1 |
2009-10-22 | * Added a check if Util.m_ThreadPool is null before trying to use it, and if ... | John Hurliman | 1 | -13/+7 |
2009-10-22 | Correct version number after merge | Melanie | 1 | -2/+2 |
2009-10-22 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -0/+27 |
2009-10-22 | * Allow SmartThreadPool to be initialized without setting max stack size (lik... | John Hurliman | 1 | -5/+7 |
2009-10-22 | Remove the "mel_t" from version string | Melanie | 1 | -1/+1 |
2009-10-21 | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U... | John Hurliman | 3 | -23/+55 |
2009-10-22 | Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2 | Melanie | 1 | -1/+1 |
2009-10-22 | Add MaxPoolThreads in startup to limit the size of the thread pool used | Melanie | 1 | -12/+22 |
2009-10-21 | * Change the OnQueueEmpty signature to send the flags of the queues that are ... | John Hurliman | 1 | -0/+12 |
2009-10-22 | Mark new version | Melanie | 1 | -1/+1 |
2009-10-21 | Fix web map retrieval for regions configured via .ini | Melanie | 1 | -2/+3 |
2009-10-21 | Really make module port selection work. Implement port setting in | Melanie | 1 | -1/+3 |
2009-10-20 | * Removing ODEPrim and ODECharacter GetHashCode() overrides since they were b... | John Hurliman | 1 | -1/+1 |
2009-10-20 | Add MainServer.GetHttpServer(port) method for using multiple listener | Melanie | 1 | -0/+17 |
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 3 | -5/+5 |
2009-10-19 | * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This... | John Hurliman | 1 | -8/+10 |
2009-10-19 | Minor formatting cleanup. | Jeff Ames | 1 | -12/+12 |
2009-10-18 | * Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p... | John Hurliman | 2 | -109/+85 |
2009-10-19 | Formatting cleanup. | Jeff Ames | 2 | -4/+4 |
2009-10-18 | * Big performance increase in loading prims from the region database with MySQL | John Hurliman | 1 | -0/+2 |
2009-10-17 | Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi... | John Hurliman | 1 | -0/+27 |
2009-10-17 | Added a description for RegionType | John Hurliman | 1 | -1/+1 |
2009-10-17 | Adds SendAvatarInterestsUpdate to IClientAPI | Melanie | 1 | -0/+1 |
2009-10-17 | Re-rename ProductName back to it's original RegionType | Melanie | 1 | -16/+16 |
2009-10-17 | Add ProductName to RegionInfo (for search) | Melanie | 1 | -1/+23 |
2009-10-16 | Converted FireAndForget methods to use a singleton pattern to attempt to work... | John Hurliman | 1 | -2/+21 |
2009-10-15 | Object update prioritization by Jim Greensky of Intel Labs, part one. This im... | John Hurliman | 1 | -23/+231 |
2009-10-15 | Replaced the update lists with a priority queue implementation in LLClientView | jjgreens | 1 | -0/+375 |
2009-10-14 | * Clean up the SetThrottle() code and add a maxBurstRate parameter to allow m... | John Hurliman | 1 | -5/+6 |
2009-10-14 | * Switched to a plain lock for the ClientManager collections and protected th... | John Hurliman | 1 | -69/+81 |
2009-10-13 | * Split Task category into Task and State | John Hurliman | 1 | -4/+14 |
2009-10-13 | * Copied LocklessQueue.cs into OpenSim.Framework and added the .Count propert... | John Hurliman | 2 | -14/+139 |
2009-10-13 | * Consolidated adding / removing ClientManager IClientAPIs to two places in S... | John Hurliman | 1 | -0/+14 |
2009-10-13 | * Fixed a bug where clients were being added to ClientManager twice | John Hurliman | 2 | -11/+13 |
2009-10-13 | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo... | John Hurliman | 2 | -27/+145 |
2009-10-13 | * Unregister event handlers in LLUDPServer when a client logs out and disconn... | John Hurliman | 2 | -151/+13 |
2009-10-10 | Use Util.UTF8 instead of creating a new heap object every time. | Diva Canto | 1 | -5/+5 |
2009-10-09 | A slight improvement on name fetching -- using the local name cache, since it... | Diva Canto | 1 | -0/+6 |
2009-10-09 | Use the cache, Luke! | Diva Canto | 1 | -25/+8 |
2009-10-09 | Adding a hair item to the default wearables, fixes newly created avatars appe... | Rob Smart | 2 | -0/+8 |