index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
LindenUDP
/
LLUDPClientCollection.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...
John Hurliman
2009-10-13
1
-137
/
+0
*
Avoid checking m_clients collection twice when a UseCircuitCode packet is rec...
John Hurliman
2009-10-13
1
-1
/
+1
*
Forgot to initialize m_writeLock
John Hurliman
2009-10-09
1
-1
/
+1
*
* Added a lock object for the write functions in LLUDPClientCollection (immut...
John Hurliman
2009-10-09
1
-8
/
+48
*
Simplified LLUDPClientCollection from three collections down to one. This wil...
John Hurliman
2009-10-08
1
-64
/
+11
*
Fear the lockless LLUDP implementation!
John Hurliman
2009-10-08
1
-192
/
+60
*
Putting the lock back in TryGetValue.
Diva Canto
2009-10-08
1
-9
/
+9
*
One last attempt at tunning the locking/no locking behaviour. The previous on...
Diva Canto
2009-10-07
1
-10
/
+16
*
Another go at the deadlock: not locking TryGetValue, and just catch/ignore ex...
Diva Canto
2009-10-07
1
-15
/
+31
*
Changed the locking mechanism, because the existing one is causing deadlocks ...
Diva Canto
2009-10-07
1
-25
/
+100
*
* Continued work on the new LLUDP implementation. Appears to be functioning, ...
John Hurliman
2009-10-06
1
-0
/
+185