aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ClientManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-04Cleaned up a couple compiler warnings.Jeff Ames1-1/+0
2008-03-04Fixed a region split synchronization bugJohan Berntsson1-0/+11
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-1/+1
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-18Committing ahzz's patch #619 - Description:Teravus Ovares1-9/+24
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-2/+2
2008-02-08Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey1-0/+3
2008-02-07* This update contains a bucket-full of network optimizations.Teravus Ovares1-0/+1
2008-02-06* Chasing down memory leak where memory used by a client is not returned on c...Justin Clarke Casey1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-7/+4
2008-01-04* possibly the least significant commit so far into 2008lbsa711-1/+1
2008-01-03I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson1-1/+2
2007-12-30* This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares1-2/+1
2007-12-28Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson1-13/+13
2007-12-27* Optimized usingslbsa711-10/+11
2007-12-21* Remapped the Connection shutdown path.Teravus Ovares1-1/+1
2007-12-17* Turned all instances of ForEach loops in ClientManager into Local Arrays. Teravus Ovares1-15/+60
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-1/+1
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-30* Optimized usingslbsa711-12/+10
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-25* Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-...lbsa711-0/+5
2007-09-18* Yet some more connectivity restructuringlbsa711-5/+33
2007-09-18* Handlerized ViewerEffectlbsa711-8/+48
2007-07-16changed to native line ending encodingSean Dague1-36/+36
2007-07-11* Applying dalien's patches from bug#177 and #179Adam Frisby1-0/+5
2007-07-09* some follow up renaming of members et c.lbsa711-4/+4
2007-07-09* Introduced ClientManager for great justice.lbsa711-0/+31