| Commit message (Expand) | Author | Files | Lines |
2009-10-06 | * Continued work on the new LLUDP implementation. Appears to be functioning, ... | John Hurliman | 1 | -875/+0 |
2009-10-05 | Beginning work on the new LLUDP implementation | John Hurliman | 1 | -1/+6 |
2009-10-02 | * Changed the flush logic to drop packets in non-transactional streams, and t... | John Hurliman | 1 | -4/+2 |
2009-10-01 | Add a method to determine the count of packets in a throttle | Melanie | 1 | -0/+5 |
2009-10-01 | Add OnQueueEmpty event to the packet layers. No user functinality yet | Melanie | 1 | -0/+13 |
2009-10-01 | Fixing LLClientView memory leak | James J Greensky | 1 | -1/+2 |
2009-08-05 | * Remove some mono compiler warnings | Justin Clark-Casey | 1 | -2/+2 |
2009-07-25 | * Updates libOMV to version 0.7.0 | Teravus Ovares | 1 | -1/+1 |
2009-07-01 | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 1 | -50/+45 |
2009-06-29 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-06-25 | moving the m_PendingAcksMap.Remove() out of the foreach and clearing | Dr Scofield | 1 | -1/+1 |
2009-06-25 | have to clear m_PendingAcks not m_PendingAcksMap | Dr Scofield | 1 | -1/+1 |
2009-06-25 | hmph: missing '{'/'}', thx to nebadon for reporting it and rob smart | Dr Scofield | 1 | -3/+10 |
2009-06-25 | cosmetic change | Dr Scofield | 1 | -2/+1 |
2009-06-25 | streamlining m_NeedAck logic | Dr Scofield | 1 | -31/+29 |
2009-06-25 | streamling m_PendingAcks logic to get rid of gratuitous List<...> | Dr Scofield | 1 | -20/+20 |
2009-06-25 | commenting out expensive bits (who in the world even uses SetClientInfo()?) | Dr Scofield | 1 | -29/+29 |
2009-06-25 | changing DropSend()'s foreach loop so that it does not copy the | Dr Scofield | 1 | -5/+11 |
2009-06-25 | commenting out rather expensive bits of GetClientInfo() --- the only | Dr Scofield | 1 | -13/+20 |
2009-06-25 | more efficient way of checking for already seen packets: | Dr Scofield | 1 | -29/+47 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-02 | * Reversing experimental change in previous rev. | Adam Frisby | 1 | -1/+1 |
2009-05-02 | * Experimental: Speeds maximum resend per second from 80 packets to 400. (Fro... | Adam Frisby | 1 | -1/+1 |
2009-05-02 | If a packet pooling blows up, fail gracefully instead of disconnecting | Melanie Thielker | 1 | -20/+32 |
2009-05-02 | Handle resends better | Melanie Thielker | 1 | -1/+1 |
2009-05-02 | Move a lock to attempt to cut down packet loss | Melanie Thielker | 1 | -4/+4 |
2009-05-02 | Numerous packet improvements. | Melanie Thielker | 1 | -8/+14 |
2009-05-02 | Fix the issue that stopped the packet pool from working. Add a mechanism | Melanie Thielker | 1 | -1/+5 |
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 1 | -2/+3 |
2009-02-25 | A few updates necessary for load balancer. | Mike Mazur | 1 | -23/+36 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -17/+12 |
2009-01-12 | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 1 | -1/+2 |
2009-01-12 | * refactor: move packet handler interface into a separate class | Justin Clarke Casey | 1 | -34/+1 |
2009-01-03 | * Updates the sim stats module. Cleans out some of the rot. | Teravus Ovares | 1 | -0/+4 |
2008-12-19 | minor: remove mono compiler warning | Justin Clarke Casey | 1 | -1/+0 |
2008-12-17 | Reapply the packet optimization patch, with changes | Melanie Thielker | 1 | -34/+24 |
2008-12-17 | Revert 7754 and 7755 pending a rework | Melanie Thielker | 1 | -28/+36 |
2008-12-17 | Stop packets that may be resent from being returned to the packet pool. | Melanie Thielker | 1 | -1/+8 |
2008-12-17 | Marry AckData to LLQueItem, and store packet data and length there for | Melanie Thielker | 1 | -36/+28 |
2008-12-17 | Revamp packet handler to smooth out the stream of resent packets. | Melanie Thielker | 1 | -43/+61 |
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 |