| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new OpenSim.ini setting: "client_throttle_max_bps" which overrides user... | dahlia | 2009-08-18 | 1 | -14/+22 |
* | Formatting cleanup. | Jeff Ames | 2009-07-01 | 1 | -6/+6 |
* | * Changing List to Dictionary in PacketQueue.Dequeue for great justice (and p... | Arthur Valadares | 2009-06-29 | 1 | -8/+18 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 1 | -5/+5 |
* | trying to fix exception with in LLPacketQueue probably caused by | Dr Scofield | 2009-05-19 | 1 | -5/+5 |
* | * Further testing against core packet issue. | Adam Frisby | 2009-05-10 | 1 | -2/+3 |
* | * Attempting to diagnose a core packet issue on Windows/.NET. Adding addition... | Adam Frisby | 2009-05-10 | 1 | -2/+5 |
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 1 | -1/+1 |
* | Make a race condition in packet resending smaller | Melanie Thielker | 2009-05-03 | 1 | -0/+1 |
* | Handle resends better | Melanie Thielker | 2009-05-02 | 1 | -0/+5 |
* | Numerous packet improvements. | Melanie Thielker | 2009-05-02 | 1 | -1/+24 |
* | * Patch from RemedyTomm Mantis 3440 | Teravus Ovares | 2009-04-10 | 1 | -0/+14 |
* | A few updates necessary for load balancer. | Mike Mazur | 2009-02-25 | 1 | -8/+17 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -5/+4 |
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 1 | -2/+0 |
* | * Added "show queues" command that shows throttling queues for all clients. | lbsa71 | 2008-12-18 | 1 | -1/+1 |
* | Reapply the packet optimization patch, with changes | Melanie Thielker | 2008-12-17 | 1 | -23/+16 |
* | Revert 7754 and 7755 pending a rework | Melanie Thielker | 2008-12-17 | 1 | -16/+23 |
* | Change the PacketQueue to use the stored size as well | Melanie Thielker | 2008-12-17 | 1 | -23/+16 |
* | * Only serialize packets once for the length calculation for throttle queues ... | Justin Clarke Casey | 2008-12-17 | 1 | -16/+25 |
* | * Replace manually zeroing with Array.Clear(). Thanks cmickeyb | Justin Clarke Casey | 2008-12-17 | 1 | -2/+2 |
* | Mantis #2850 | Melanie Thielker | 2008-12-17 | 1 | -1/+14 |
* | Avoid checking the throttle limit for empty queues | Melanie Thielker | 2008-12-17 | 1 | -7/+7 |
* | Update svn properties. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-09 | 1 | -1/+1 |
* | * Fixed a major memory leak in packet processing - PacketQueue.Close is never... | Adam Frisby | 2008-11-08 | 1 | -1/+20 |
* | * Set default client throttle multiplier to 2 (old value was effectively 8). ... | Justin Clarke Casey | 2008-11-05 | 1 | -1/+2 |
* | * Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplie... | Justin Clarke Casey | 2008-11-03 | 1 | -8/+8 |
* | * Use nini to pass config information to the client stack, rather than the Cl... | Justin Clarke Casey | 2008-11-03 | 1 | -0/+6 |
* | * Comment out debug throttle output that I had accidentally left in | Justin Clarke Casey | 2008-10-07 | 1 | -0/+2 |
* | * Change interpretation of asset throttle values to bits per second rather th... | Justin Clarke Casey | 2008-10-06 | 1 | -29/+28 |
* | * Put in some infrastructure to allow tweaking of packet queue throttle value... | Justin Clarke Casey | 2008-10-03 | 1 | -5/+14 |
* | * refactor: make startup a template method | Justin Clarke Casey | 2008-10-03 | 1 | -0/+3 |
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -2/+1 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 1 | -2/+3 |
* | * refactor: remove unnecessary packet null check in LLClientView | Justin Clarke Casey | 2008-09-20 | 1 | -1/+0 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -5/+5 |
* | Mantis #2107 | Melanie Thielker | 2008-09-03 | 1 | -6/+17 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -1/+1 |
* | Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ... | Melanie Thielker | 2008-08-18 | 1 | -5/+5 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -1/+1 |
* | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 2008-07-22 | 1 | -22/+46 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -2/+2 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -2/+2 |
* | * Temporary fix for mantis 1374 | Justin Clarke Casey | 2008-05-24 | 1 | -1/+11 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -15/+15 |
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+2 |
* | fixed the dos line endings | Sean Dague | 2008-05-02 | 1 | -531/+531 |
* | * Commit 2/3 - Please dont attempt to update to this revision until all 3 are... | Adam Frisby | 2008-05-02 | 1 | -0/+532 |