index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
LindenUDP
/
LLPacketHandler.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-08
* Fixed issue where incorrect braces nesting resulted in a section of PacketQ...
Adam Frisby
1
-24
/
+22
2008-11-08
* Fixed a major memory leak in packet processing - PacketQueue.Close is never...
Adam Frisby
1
-26
/
+35
2008-10-06
* restore Header.Resent field setting for resent packets
Justin Clarke Casey
1
-0
/
+4
2008-10-05
Revert the packet resend timing changes. They caused login issues in primmy
Melanie Thielker
1
-2
/
+2
2008-10-05
Craters, take 2. Remove old discard logic and absolute discard timer.
Melanie Thielker
1
-47
/
+27
2008-10-05
* An update to the UDP Packet handler which might make the giant sized crater...
Teravus Ovares
1
-1
/
+1
2008-10-03
* Put in some infrastructure to allow tweaking of packet queue throttle value...
Justin Clarke Casey
1
-2
/
+2
2008-10-03
* minor: remove warnings (the code cleaners strike again)
Justin Clarke Casey
1
-1
/
+0
2008-10-01
* minor: oh, and comment out the now unused logger as well
Justin Clarke Casey
1
-2
/
+2
2008-10-01
* minor: Comment out temporarily statistical counter I accidentally left in f...
Justin Clarke Casey
1
-1
/
+1
2008-10-01
* Try bumping packet resend timeout up to 2 seconds instead of 1
Justin Clarke Casey
1
-9
/
+22
2008-10-01
* Fix bug in LLPacketHandler where the tickcount when a packet was approximat...
Justin Clarke Casey
1
-8
/
+20
2008-09-28
Add some methods to allow modules so set client view options
Melanie Thielker
1
-0
/
+1
2008-09-28
Mantis #2288
Melanie Thielker
1
-4
/
+16
2008-09-26
* Patch from JHurliman
Teravus Ovares
1
-5
/
+5
2008-09-21
* Fix http://opensimulator.org/mantis/view.php?id=2189
Justin Clarke Casey
1
-0
/
+2
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-5
/
+5
2008-08-28
Update svn properties, formatting cleanup.
Jeff Ames
1
-2
/
+2
2008-08-25
* zap compilation warnings
Justin Clarke Casey
1
-2
/
+2
2008-08-25
* This commit incorporates the heart of the OpenGridProtocol patch that is cu...
Teravus Ovares
1
-0
/
+6
2008-08-22
* Allow an exception generated in ProcessOutPacket to travel up the stack
Justin Clarke Casey
1
-27
/
+16
2008-08-19
Packet type exclusion (Mantis #2004)
Melanie Thielker
1
-2
/
+4
2008-08-18
Formatting cleanup.
Jeff Ames
1
-7
/
+7
2008-08-12
Minor formatting cleanup.
Jeff Ames
1
-16
/
+16
2008-08-10
Attempt to address Mantis #1905, #1909
Melanie Thielker
1
-12
/
+17
2008-08-08
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-3
/
+3
2008-08-07
Patch #9159
Melanie Thielker
1
-16
/
+27
2008-08-07
Patch #9158
Melanie Thielker
1
-12
/
+73
2008-08-07
Minor formatting cleanup.
Jeff Ames
1
-6
/
+6
2008-07-29
Prevent acks from being appended to viewer effect packets, since
Melanie Thielker
1
-0
/
+7
2008-07-24
* minor: eliminate warnings from LindenUDP
Justin Clarke Casey
1
-16
/
+16
2008-07-24
Thank you, Neopallium, for a patch that addresses ack issues in the
Melanie Thielker
1
-1
/
+3
2008-07-24
Update svn properties. Minor formatting cleanup.
Jeff Ames
1
-5
/
+5
2008-07-24
Addresses Mantis #1810
Melanie Thielker
1
-8
/
+12
2008-07-23
Fix a race causing a buffer overflow under moderate load
Melanie Thielker
1
-1
/
+1
2008-07-23
Update svn properties. Formatting cleanup. Remove a compiler warning.
Jeff Ames
1
-61
/
+61
2008-07-22
Make QueuePacket() lock free. Eliminates an unneeded lock()
Melanie Thielker
1
-21
/
+18
2008-07-22
Change one packet optimization to cover a case where the resend
Melanie Thielker
1
-2
/
+2
2008-07-22
Refactor the packet scheduling out of ClientView. Add intelligent
Melanie Thielker
1
-0
/
+692