aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reinstated a couple of null checks related to the previous revert.Diva Canto2011-02-101-11/+15
* Revert "Hunting down mantis #5365"Diva Canto2011-02-101-30/+15
* Put the Ack of UseCircuitCode back to where it used to be. Some ppl are repor...Diva Canto2011-02-091-6/+5
* Comment instrumentation out. Not needed anymore. Left in comments, in case it...Diva Canto2011-02-091-4/+7
* Fix the negative number problem in TokenBucket. mantis #5365Diva Canto2011-02-091-5/+4
* Revert "Brute-force debug -- mantis #5365"Diva Canto2011-02-092-20/+3
* Revert "Don't build strings unless we're in emergency debugging."Diva Canto2011-02-091-8/+8
* More detection of negatives.Diva Canto2011-02-091-0/+3
* Detect negative dripAmounts in TokenBuckets. These negatives result from over...Diva Canto2011-02-091-0/+3
* Don't build strings unless we're in emergency debugging.Diva Canto2011-02-081-8/+8
* Brute-force debug -- mantis #5365Diva Canto2011-02-082-3/+20
* Avoid potential race conditions on UseCircuitCode. I artificially made the ra...Diva Canto2011-02-081-23/+28
* Minor addition to the previous commitDiva Canto2011-02-081-3/+12
* Minor improvement to previous commit.Diva Canto2011-02-081-2/+4
* Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen...Diva Canto2011-02-081-0/+100
* Hunting down mantis #5365Diva Canto2011-02-071-15/+30
* Record number of resent packets in LindenUDP stack and display in stats reportJustin Clark-Casey (justincc)2011-02-022-3/+9
* Stop double counting dequeued packets for packets sent numberJustin Clark-Casey (justincc)2011-02-021-4/+5
* Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-1/+2
* implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)2011-01-212-3/+6
* Correct "show queues" to show queued packet numbers for each client instead o...Justin Clark-Casey (justincc)2011-01-191-9/+9
* force objectId to UUID.Zero for non-overridden animations in AvatarAnimation ...dahlia2011-01-171-1/+4
* Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)2011-01-181-3/+3
* refactor: remove redundant null checksJustin Clark-Casey (justincc)2011-01-171-30/+15
* Fix UnackedBytes client stack statistic as seen in "show queues"Justin Clark-Casey (justincc)2011-01-172-3/+3
* objectId in AvatarAnimation packet should be UUID.Zero for non-overridden ani...dahlia2011-01-171-2/+0
* Commented a verbose Debug message in LLUDPServer that got uncommented at some...Diva Canto2011-01-051-1/+1
* Implement SendPlacesReplyMelanie2010-12-301-0/+54
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-12-231-6/+12
|\
| * * Re-Adding Scene TimeDilation to Object Update Packets.Teravus Ovares (Dan Olivares)2010-12-231-6/+12
* | Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto2010-12-231-24/+16
|/
* * Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)2010-12-211-0/+7
* minor: 'debug packet' console command level <= 50 then don't log ImprovedTers...Justin Clark-Casey (justincc)2010-12-171-5/+8
* Put in locks on m_killRecord to replace changed locks on m_entityUpdates.Sync...Justin Clark-Casey (justincc)2010-12-151-193/+200
* Another stab at #LoginLag. Looking forward to hear the feedback! This makes u...Diva Canto2010-12-141-2/+23
* Relax a highly constraining lock on m_entityUpdates that may be preventing re...Diva Canto2010-12-141-126/+127
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-3/+7
* It turns out that the 1/2 sec burst for prims download is not a bug, but a fe...Diva Canto2010-12-131-11/+2
* This may have been the biggest, baddest bug in OpenSim ever... confusion betw...Diva Canto2010-12-131-2/+11
* Revert "Another stab at mantis #5256"Diva Canto2010-12-101-20/+19
* Another stab at mantis #5256Diva Canto2010-12-101-19/+20
* Revert "A stab at mantis #5256. Separate ScenePresence updates from SceneObje...Diva Canto2010-12-101-150/+128
* A stab at mantis #5256. Separate ScenePresence updates from SceneObject updat...Diva Canto2010-12-101-128/+150
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-053-19/+50
|\
| * Stop LLUDPServer sending updates after object deletes by always queueing deletesJustin Clark-Casey (justincc)2010-12-023-19/+28
| * minor: add some method docJustin Clark-Casey (justincc)2010-12-022-0/+22
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-212-5/+23
|\ \ | |/
| * add "Unacked bytes" column to "show queues"Justin Clark-Casey (justincc)2010-11-171-1/+2
| * Fix "show queues" console commandJustin Clark-Casey (justincc)2010-11-171-3/+19
| * Fix gesture and viewer preview sounds not playingMelanie2010-11-171-2/+3