aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-10-07Bug fix.Diva Canto1-2/+6
2009-10-07Printout one more field in show threads, but this won't buy us much.Diva Canto1-1/+2
2009-10-06* One more debug message on FetchInventoryDescendantsDiva Canto1-17/+62
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie1-27/+39
2009-10-07Revert "Merging in diva's locking fixes"Melanie3-32/+44
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto1-39/+27
2009-10-06* Change some more default ports to the robust default of 8003Justin Clark-Casey (justincc)2-5/+5
2009-10-06* Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc...John Hurliman1-1/+3
2009-10-06Corrected words in error message.Diva Canto1-2/+2
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman2-159/+8
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman3-122/+248