| Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-09 | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai... | John Hurliman | 3 | -3/+7 |
2009-10-08 | Remove ThreadTrackerTest. It's no longer relevant because the thread | Melanie | 1 | -56/+0 |
2009-10-07 | Bug fix. | Diva Canto | 1 | -2/+6 |
2009-10-07 | Printout one more field in show threads, but this won't buy us much. | Diva Canto | 1 | -1/+2 |
2009-10-06 | * One more debug message on FetchInventoryDescendants | Diva Canto | 1 | -17/+62 |
2009-10-07 | Revert "Rewrote parts of the code that were double-locking different objects.... | Melanie | 1 | -27/+39 |
2009-10-07 | Revert "Merging in diva's locking fixes" | Melanie | 3 | -32/+44 |
2009-10-06 | Rewrote parts of the code that were double-locking different objects. This is... | Diva Canto | 1 | -39/+27 |
2009-10-06 | * Change some more default ports to the robust default of 8003 | Justin Clark-Casey (justincc) | 2 | -5/+5 |
2009-10-06 | * Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc... | John Hurliman | 1 | -1/+3 |
2009-10-06 | Corrected words in error message. | Diva Canto | 1 | -2/+2 |
2009-10-06 | Fixing a few compile errors in the previous commit | John Hurliman | 2 | -159/+8 |
2009-10-06 | * Continued work on the new LLUDP implementation. Appears to be functioning, ... | John Hurliman | 3 | -122/+248 |
2009-10-05 | Beginning work on the new LLUDP implementation | John Hurliman | 1 | -7/+1 |