aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/TaskInventoryDictionary.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-21A stab at brute force fixing the locking - one, make m_itemLock volatile, two,Melanie Thielker1-4/+4
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-3/+1
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)1-1/+3
2012-06-06Remove useless logging of a bare-names stack trace. It's meaninglessMelanie1-32/+57
2011-07-23Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)1-1/+1
2010-11-27Instrument TI Dictionary to finally find that pesky script-caused deadlockMelanie1-3/+33
2010-11-22Fix some crashes caused by the addition of the CreatorData columnMelanie1-0/+1
2010-08-10Note to self: don't break the buildmeta71-1/+1
2010-08-10Add a stack trace to the error output on the recursive read lock warning on m...meta71-0/+14
2009-12-06Fix to existing ReaderWriterLockSlim implementationsCasperW1-2/+8
2009-11-24Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim lo...CasperW1-5/+106
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-20* Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey1-2/+2
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-2/+0
2008-10-01one class per file please.Sean Dague1-0/+138