index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
UDP
/
UnackedPacketCollection.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-30
Comment out the debugging statements added in the last commit. Keeping
Mic Bowman
1
-9
/
+9
2014-12-30
Turn on logging of old acks, this is for debugging only, stats version coming...
Mic Bowman
1
-1
/
+12
2014-12-29
Change the effect of successfully acknowledged packets to bump the
Mic Bowman
1
-1
/
+1
2011-10-12
minor: insert some commented out log lines which are a blunt but useful instr...
Justin Clark-Casey (justincc)
1
-0
/
+8
2011-10-12
Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollection
Justin Clark-Casey (justincc)
1
-6
/
+11
2011-04-30
First stab at cleaning up Caps. Compiles. Untested.
Diva Canto
1
-0
/
+0
2011-04-21
Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and...
Dan Lake
1
-24
/
+32
2011-04-21
Added ability to remove unacked packet from UnackedPacketCollection without a...
Dan Lake
1
-0
/
+28
2011-04-20
Adds the first pass at an adaptive throttle to slow start new
Mic Bowman
1
-0
/
+8
2011-02-10
Reinstated a couple of null checks related to the previous revert.
Diva Canto
1
-11
/
+15
2011-02-10
Revert "Hunting down mantis #5365"
Diva Canto
1
-30
/
+15
2011-02-07
Hunting down mantis #5365
Diva Canto
1
-15
/
+30
2011-01-17
refactor: remove redundant null checks
Justin Clark-Casey (justincc)
1
-30
/
+15
2011-01-17
Fix UnackedBytes client stack statistic as seen in "show queues"
Justin Clark-Casey (justincc)
1
-1
/
+3
2010-10-04
Revert "Add linden prim renderer and update libOMV"
Melanie
1
-31
/
+16
2010-10-04
Revert "Fix a comment marker"
Melanie
1
-1
/
+1
2010-10-04
Fix a comment marker
Melanie
1
-1
/
+1
2010-10-04
Add linden prim renderer and update libOMV
Melanie
1
-16
/
+31
2010-10-04
Fix line endings
Melanie
1
-184
/
+184
2010-10-04
Add linden prim renderer and update libOMV
Melanie
1
-2
/
+2
2010-09-07
Rolling back the recent libomv update but keeping the ExpiringCache cleanups ...
John Hurliman
1
-2
/
+2
2010-09-07
* Cache null account responses in the SimianUserAccountServiceConnector to av...
John Hurliman
1
-2
/
+2
2010-08-07
Add some nullref checks to the UnackedPacketCollection.
meta7
1
-169
/
+184
2009-10-21
* Change the OnQueueEmpty signature to send the flags of the queues that are ...
John Hurliman
1
-0
/
+5
2009-10-21
* Clarified what FireQueueEmpty is doing with a MIN_CALLBACK_MS constant and ...
John Hurliman
1
-1
/
+1
2009-10-21
* FireQueueEmpty now checks if a measurable amount of time has passed, and if...
John Hurliman
1
-4
/
+0
2009-10-21
* Handle UseCircuitCode packets asynchronously. Adding an agent to a scene ca...
John Hurliman
1
-3
/
+5
2009-10-21
* Replaced the UnackedPacketCollection with a lockless implementation. The ti...
John Hurliman
1
-76
/
+71
2009-10-20
* Added a sanity check to GetScriptAssemblies() and GetScriptStates() for the...
John Hurliman
1
-0
/
+2
2009-10-13
* Copied LocklessQueue.cs into OpenSim.Framework and added the .Count propert...
John Hurliman
1
-0
/
+9
2009-10-06
Applying the real fix (thank you for tracking that MSDN doc down Melanie)
John Hurliman
1
-5
/
+6
2009-10-06
Trying Melanie's fix
John Hurliman
1
-3
/
+4
2009-10-06
* Added a sanity check for Mono before trying to enumerate over an empty Sort...
John Hurliman
1
-0
/
+3
2009-10-06
* Added missing references to prebuild.xml and commented out the LindenUDP te...
John Hurliman
1
-4
/
+45
2009-10-06
* Continued work on the new LLUDP implementation. Appears to be functioning, ...
John Hurliman
1
-0
/
+114