aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/PacketQueue.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-2/+2
2008-04-05* Lowered the default throttle settings. They were way too high at 1.5MB/s! Teravus Ovares1-8/+8
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-1/+11
2008-03-02Applying Ahzzmandius' second patch from bug 701. Teravus Ovares1-1/+1
2008-02-25* Caught HttpListenerException and swallowed if with outputlbsa711-1/+3
2008-02-22* Implement packet queue statisticsJustin Clarke Casey1-2/+35
2008-02-20Minor cleanup.Jeff Ames1-2/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-4/+6
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-1/+1
2007-12-27* Optimized usingslbsa711-97/+101
2007-12-15* some work on not storing the circuitPack (bad thing if we're going to reuse...lbsa711-2/+2
2007-12-11consolidate client view exit paths, this seems toSean Dague1-12/+5
2007-12-11force a flush before client shutdown, so no important packets are lostSean Dague1-2/+39
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-12-09* Added more info to ChildAgentDataUpdate Teravus Ovares1-0/+22
2007-12-09change PacketQueue to take the byte[] throttle insteadSean Dague1-4/+1
2007-12-07move to PacketQueue for throttling. This has been tested with a coupleSean Dague1-100/+42
2007-12-07further screwing around with the PacketQueue data structure.Sean Dague1-39/+149
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-1/+1
2007-12-04made log messages for known unhandled packet types shorter and yellower. add...Jeff Ames1-9/+1
2007-12-03further encapsulation of function in PacketQueue and PacketThrottleSean Dague1-3/+162
2007-11-30mod packetqueue to use the throttle class containerSean Dague1-75/+52
2007-11-30starting to fill out PacketQueue, refactoring as I go. ThisSean Dague1-0/+252