aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Try bumping packet resend timeout up to 2 seconds instead of 1Justin Clarke Casey2008-10-011-9/+22
* * Fix bug in LLPacketHandler where the tickcount when a packet was approximat...Justin Clarke Casey2008-10-011-8/+20
* Add some methods to allow modules so set client view optionsMelanie Thielker2008-09-281-0/+1
* Mantis #2288Melanie Thielker2008-09-281-4/+16
* * Patch from JHurlimanTeravus Ovares2008-09-261-5/+5
* * Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey2008-09-211-0/+2
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-2/+2
* * zap compilation warningsJustin Clarke Casey2008-08-251-2/+2
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-251-0/+6
* * Allow an exception generated in ProcessOutPacket to travel up the stackJustin Clarke Casey2008-08-221-27/+16
* Packet type exclusion (Mantis #2004)Melanie Thielker2008-08-191-2/+4
* Formatting cleanup.Jeff Ames2008-08-181-7/+7
* Minor formatting cleanup.Jeff Ames2008-08-121-16/+16
* Attempt to address Mantis #1905, #1909Melanie Thielker2008-08-101-12/+17
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-081-3/+3
* Patch #9159Melanie Thielker2008-08-071-16/+27
* Patch #9158Melanie Thielker2008-08-071-12/+73
* Minor formatting cleanup.Jeff Ames2008-08-071-6/+6
* Prevent acks from being appended to viewer effect packets, sinceMelanie Thielker2008-07-291-0/+7
* * minor: eliminate warnings from LindenUDPJustin Clarke Casey2008-07-241-16/+16
* Thank you, Neopallium, for a patch that addresses ack issues in theMelanie Thielker2008-07-241-1/+3
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-241-5/+5
* Addresses Mantis #1810Melanie Thielker2008-07-241-8/+12
* Fix a race causing a buffer overflow under moderate loadMelanie Thielker2008-07-231-1/+1
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-61/+61
* Make QueuePacket() lock free. Eliminates an unneeded lock()Melanie Thielker2008-07-221-21/+18
* Change one packet optimization to cover a case where the resendMelanie Thielker2008-07-221-2/+2
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-221-0/+692