aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-04-303-4/+12
|\
| * Eliminated sAgentCircuitData, a data structure that has been obsolete for qui...Diva Canto2011-04-281-1/+1
| * Merge branch 'master' into queuetestMic Bowman2011-04-261-1/+9
| |\
| | * recover from unhandled exception from bad rotation data while processing enti...dahlia2011-04-251-1/+9
| * | Removed debug message in the token bucket codeMic Bowman2011-04-251-1/+1
| * | Fix the totals shown by show throttleMic Bowman2011-04-251-1/+1
* | | Merge branch 'queuetest' into careminster-presence-refactorMelanie2011-04-256-150/+152
|\ \ \ | |/ /
| * | Fixed the transmission of throttles from root agent to childMic Bowman2011-04-252-16/+26
| * | Cleaned up various configuration options. Removed the category throttleMic Bowman2011-04-253-78/+34
| * | Set the initial rate for the adaptive throttle to 160KpbsMic Bowman2011-04-221-4/+6
| * | Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman2011-04-222-23/+6
| * | Merge branch 'queuetest' of ssh://opensimulator.org/var/git/opensim into queu...Mic Bowman2011-04-212-26/+34
| |\ \
| | * | Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and...Dan Lake2011-04-212-26/+34
| * | | Add some locking on the child list for the token bucketMic Bowman2011-04-211-15/+22
| |/ /
| * | Added ability to remove unacked packet from UnackedPacketCollection without a...Dan Lake2011-04-212-2/+38
* | | Merge branch 'queuetest' into careminster-presence-refactorMelanie2011-04-217-319/+243
|\ \ \ | |/ /
| * | bug fix. Now when an unacked update packet is handled through ResendPrimUpdat...Dan Lake2011-04-203-16/+25
| * | Added an "immediate" queue to the priority queue. This isMic Bowman2011-04-201-245/+0
| * | Adds the first pass at an adaptive throttle to slow start newMic Bowman2011-04-204-18/+95
| * | Converted the property request queue to use the same retransmissionMic Bowman2011-04-191-23/+52
| * | Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake2011-04-193-54/+112
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-185-347/+491
|\ \ | |/
| * Remove the call to remove tokens from the parent. Under heavy loadMic Bowman2011-04-152-5/+14
| * Merge branch 'testmerge' into queuetestMic Bowman2011-04-131-2/+8
| |\
| | * remove packet monitoring debugging codeMic Bowman2011-04-131-116/+2
| | * Fixed the update of items in the priority queue to enable bothMic Bowman2011-04-132-7/+16
| | * fixed a couple bugs with the property queuesMic Bowman2011-04-131-1/+37
| | * First pass at moving object property requests into a queue similarMic Bowman2011-04-132-143/+220
| | * New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman2011-04-134-145/+259
| * | remove packet monitoring debugging codeMic Bowman2011-04-121-116/+2
| * | Fixed the update of items in the priority queue to enable bothMic Bowman2011-04-122-7/+16
| * | fixed a couple bugs with the property queuesMic Bowman2011-04-121-1/+37
| * | First pass at moving object property requests into a queue similarMic Bowman2011-04-122-143/+220
| * | New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman2011-04-124-145/+259
* | | Fix up client implementationsMelanie2011-04-171-1/+1
* | | Correct the delegate for classified deletesMelanie2011-04-171-1/+2
* | | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Melanie2011-04-171-1/+8
|\ \ \
| * \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+8
| |\ \ \ | | | |/ | | |/|
| | * | Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)2011-04-131-1/+8
| | |/
* | | Fix agent animation updatesMelanie2011-04-171-165/+122
|/ /
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-123-328/+518
|\ \ | |/
| * Merge branch 'queuetest' of ssh://opensimulator.org/var/git/opensim into queu...Mic Bowman2011-04-111-1/+75
| |\
| | * Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman2011-04-041-2/+2
| | * Implements adaptive queue management and fair queueing forMic Bowman2011-04-041-118/+235
| * | Removed some priority queue debugging codeMic Bowman2011-04-111-80/+0
| * | Split the priority queue class into a seperate file. LLClientViewMic Bowman2011-04-102-205/+245
| * | Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman2011-04-101-2/+2
| * | Implements adaptive queue management and fair queueing forMic Bowman2011-04-101-118/+235
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-061-5/+21
|\ \ \ | |/ /
| * | Handle the client's parcel info requests asynchronously rather than synchrono...Justin Clark-Casey (justincc)2011-04-051-1/+1