aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/PacketQueue.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-1/+11
* Applying Ahzzmandius' second patch from bug 701. Teravus Ovares2008-03-021-1/+1
* * Caught HttpListenerException and swallowed if with outputlbsa712008-02-251-1/+3
* * Implement packet queue statisticsJustin Clarke Casey2008-02-221-2/+35
* Minor cleanup.Jeff Ames2008-02-201-2/+2
* Converted logging to use log4net.Jeff Ames2008-02-051-4/+6
* * Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares2008-01-221-1/+1
* * Optimized usingslbsa712007-12-271-97/+101
* * some work on not storing the circuitPack (bad thing if we're going to reuse...lbsa712007-12-151-2/+2
* consolidate client view exit paths, this seems toSean Dague2007-12-111-12/+5
* force a flush before client shutdown, so no important packets are lostSean Dague2007-12-111-2/+39
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* * Added more info to ChildAgentDataUpdate Teravus Ovares2007-12-091-0/+22
* change PacketQueue to take the byte[] throttle insteadSean Dague2007-12-091-4/+1
* move to PacketQueue for throttling. This has been tested with a coupleSean Dague2007-12-071-100/+42
* further screwing around with the PacketQueue data structure.Sean Dague2007-12-071-39/+149
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-1/+1
* made log messages for known unhandled packet types shorter and yellower. add...Jeff Ames2007-12-041-9/+1
* further encapsulation of function in PacketQueue and PacketThrottleSean Dague2007-12-031-3/+162
* mod packetqueue to use the throttle class containerSean Dague2007-11-301-75/+52
* starting to fill out PacketQueue, refactoring as I go. ThisSean Dague2007-11-301-0/+252