aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/UnackedPacketCollection.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-6/+15
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-4/+15
2011-10-12minor: insert some commented out log lines which are a blunt but useful instr...Justin Clark-Casey (justincc)1-0/+8
2011-10-12Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollectionJustin Clark-Casey (justincc)1-6/+11
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-0/+0
2011-04-21Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and...Dan Lake1-24/+32
2011-04-21Added ability to remove unacked packet from UnackedPacketCollection without a...Dan Lake1-0/+28
2011-04-20Adds the first pass at an adaptive throttle to slow start newMic Bowman1-0/+8
2011-02-10Reinstated a couple of null checks related to the previous revert.Diva Canto1-11/+15
2011-02-10Revert "Hunting down mantis #5365"Diva Canto1-30/+15
2011-02-07Hunting down mantis #5365Diva Canto1-15/+30
2011-01-17refactor: remove redundant null checksJustin Clark-Casey (justincc)1-30/+15
2011-01-17Fix UnackedBytes client stack statistic as seen in "show queues"Justin Clark-Casey (justincc)1-1/+3
2010-10-04Revert "Add linden prim renderer and update libOMV"Melanie1-31/+16
2010-10-04Revert "Fix a comment marker"Melanie1-1/+1
2010-10-04Fix a comment markerMelanie1-1/+1
2010-10-04Add linden prim renderer and update libOMVMelanie1-16/+31
2010-09-07Rolling back the recent libomv update but keeping the ExpiringCache cleanups ...John Hurliman1-2/+2
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-2/+2
2009-10-21* Change the OnQueueEmpty signature to send the flags of the queues that are ...John Hurliman1-0/+5
2009-10-21* Clarified what FireQueueEmpty is doing with a MIN_CALLBACK_MS constant and ...John Hurliman1-1/+1
2009-10-21* FireQueueEmpty now checks if a measurable amount of time has passed, and if...John Hurliman1-4/+0
2009-10-21* Handle UseCircuitCode packets asynchronously. Adding an agent to a scene ca...John Hurliman1-3/+5
2009-10-21* Replaced the UnackedPacketCollection with a lockless implementation. The ti...John Hurliman1-76/+71
2009-10-20* Added a sanity check to GetScriptAssemblies() and GetScriptStates() for the...John Hurliman1-0/+2
2009-10-13* Copied LocklessQueue.cs into OpenSim.Framework and added the .Count propert...John Hurliman1-0/+9
2009-10-06Applying the real fix (thank you for tracking that MSDN doc down Melanie)John Hurliman1-5/+6
2009-10-06Trying Melanie's fixJohn Hurliman1-3/+4
2009-10-06* Added a sanity check for Mono before trying to enumerate over an empty Sort...John Hurliman1-0/+3
2009-10-06* Added missing references to prebuild.xml and commented out the LindenUDP te...John Hurliman1-4/+45
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman1-0/+114