Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Beginning work on the new LLUDP implementation | John Hurliman | 2009-10-05 | 1 | -83/+0 |
| | |||||
* | Add a method to determine the count of packets in a throttle | Melanie | 2009-10-01 | 1 | -0/+1 |
| | |||||
* | Add OnQueueEmpty event to the packet layers. No user functinality yet | Melanie | 2009-10-01 | 1 | -2/+4 |
| | |||||
* | Fixing LLClientView memory leak | James J Greensky | 2009-10-01 | 1 | -2/+1 |
| | | | | | | | Fixing LLClientView memory leak by disposing of all timers utilized in LLClientView as they contain references to the callback method. This required the use of the Terminate and Close infrastructure that was already in place but was not being utilized. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 2009-01-12 | 1 | -0/+14 |
| | | | | | | * Can't test result yet since the Client thread handles it with unpredictable timing | ||||
* | * refactor: move packet handler interface into a separate class | Justin Clarke Casey | 2009-01-12 | 1 | -0/+67 |