aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-08Fear the lockless LLUDP implementation!John Hurliman1-192/+60
2009-10-08Putting the lock back in TryGetValue.Diva Canto2-349/+349
2009-10-08Fork UDPBase from libOMV into opensimMelanie2-1/+341
2009-10-08Added guards against the exception reported:Diva Canto1-0/+9
2009-10-07One last attempt at tunning the locking/no locking behaviour. The previous on...Diva Canto1-10/+16
2009-10-07Another go at the deadlock: not locking TryGetValue, and just catch/ignore ex...Diva Canto1-15/+31
2009-10-07Changed the locking mechanism, because the existing one is causing deadlocks ...Diva Canto1-25/+100
2009-10-06A small change in FetchInventoryDescendantsCAPS.Diva Canto1-1/+2
2009-10-06Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto1-3/+3
2009-10-07replace LLClientView with proper versionMelanie1-1898/+1332
2009-10-07Replace LLClientView on the branch with master. UNCOMPILABLE!Melanie1-1332/+1898
2009-10-07Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto1-3/+3
2009-10-06* One more debug message on FetchInventoryDescendantsDiva Canto1-0/+1
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie8-174/+127
2009-10-07Revert "Merging in diva's locking fixes"Melanie8-174/+127
2009-10-06Commented noisy debugging about packet splittingJohn Hurliman1-4/+4
2009-10-06Checks the number of ThreadPool and IOCP threads on startup and bumps up the ...John Hurliman1-0/+12
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto8-127/+174
2009-10-06Applying the real fix (thank you for tracking that MSDN doc down Melanie)John Hurliman1-5/+6
2009-10-06Trying Melanie's fixJohn Hurliman1-3/+4
2009-10-06Added a debug line for nebadonJohn Hurliman1-0/+3
2009-10-06* Added a sanity check for Mono before trying to enumerate over an empty Sort...John Hurliman2-4/+7
2009-10-06* Added missing references to prebuild.xml and commented out the LindenUDP te...John Hurliman7-195/+195
2009-10-06* Removed verbose debug messageDiva Canto2-2/+2
2009-10-06* Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc...John Hurliman3-78/+112
2009-10-06Removing dependencies on System.Runtime.Remoting.Diva Canto1-0/+4
2009-10-06Commenting the DEBUG code that I added yesterday, because it's causing mono t...Diva Canto1-6/+6
2009-10-06Lock the heartbeat against multiple invocations. May prevent deadlocks and/orMelanie1-0/+10
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman9-11/+0
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman13-2116/+1028
2009-10-05Correction on the DEBUG code.Diva Canto1-4/+3
2009-10-05#if DEBBUG code for monitoring the ThreadPool.Diva Canto1-0/+7
2009-10-05Beginning work on the new LLUDP implementationJohn Hurliman13-2329/+1816
2009-10-05Make sure that keys exist in arrays before trying to access them.Michael Cortez1-3/+9
2009-10-05Ensure the specified imSessionID exists in the DroppedSession collection befo...Michael Cortez1-1/+1
2009-10-05Changed the lock object, to see if this helps at all. Also switched the order...Diva Canto1-11/+15
2009-10-05* minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)4-12/+9
2009-10-05minor: remove mono compile warningJustin Clark-Casey (justincc)1-5/+2
2009-10-05GetRegionByPosition: use the cache, Luke.Diva Canto2-0/+28
2009-10-05Eliminate pinned Mesh data on managed heap by using IntPtrs to memory allocat...Dan Lake3-61/+120
2009-10-04only cache mesh if meshing was successfuldahlia1-8/+4
2009-10-04* KeepAlive set to false in expect_user and log_off.Diva Canto1-4/+9
2009-10-04Reduced locking.Diva Canto1-8/+10
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-7/+4
2009-10-04Guarding a line that is sometimes throwing a null pointer exception.Diva Canto1-5/+6
2009-10-04Stream needs to be closed before the file can be moved...Diva Canto1-5/+6
2009-10-04Make sure to close the file streams on the FlotsamCache, even if something fa...Diva Canto1-4/+12
2009-10-04Trying to avoid the null pointer exception in J2KImage, RunUpdate.Diva Canto1-1/+9
2009-10-04flexible extrusion shape defaults to lineardahlia1-1/+1
2009-10-04disable physics actors for flexible primsdahlia1-3/+4