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