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
/
LindenUDP
/
LLPacketQueue.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-03
* Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplie...
Justin Clarke Casey
1
-8
/
+8
2008-11-03
* Use nini to pass config information to the client stack, rather than the Cl...
Justin Clarke Casey
1
-0
/
+6
2008-10-07
* Comment out debug throttle output that I had accidentally left in
Justin Clarke Casey
1
-0
/
+2
2008-10-06
* Change interpretation of asset throttle values to bits per second rather th...
Justin Clarke Casey
1
-29
/
+28
2008-10-03
* Put in some infrastructure to allow tweaking of packet queue throttle value...
Justin Clarke Casey
1
-5
/
+14
2008-10-03
* refactor: make startup a template method
Justin Clarke Casey
1
-0
/
+3
2008-10-03
* minor: remove warnings (the code cleaners strike again)
Justin Clarke Casey
1
-2
/
+1
2008-09-26
* Patch from JHurliman
Teravus Ovares
1
-2
/
+3
2008-09-20
* refactor: remove unnecessary packet null check in LLClientView
Justin Clarke Casey
1
-1
/
+0
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-5
/
+5
2008-09-03
Mantis #2107
Melanie Thielker
1
-6
/
+17
2008-08-19
Update svn properties, formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-08-18
Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ...
Melanie Thielker
1
-5
/
+5
2008-07-23
Update svn properties. Formatting cleanup. Remove a compiler warning.
Jeff Ames
1
-1
/
+1
2008-07-22
Refactor the packet scheduling out of ClientView. Add intelligent
Melanie Thielker
1
-22
/
+46
2008-06-27
last round of warning squashing. calling it a day now.
Dr Scofield
1
-2
/
+2
2008-05-25
Update svn properties. Formatting cleanup.
Jeff Ames
1
-2
/
+2
2008-05-24
* Temporary fix for mantis 1374
Justin Clarke Casey
1
-1
/
+11
2008-05-16
Formatting cleanup.
Jeff Ames
1
-15
/
+15
2008-05-14
More formatting cleanup.
Jeff Ames
1
-1
/
+2
2008-05-02
fixed the dos line endings
Sean Dague
1
-531
/
+531
2008-05-02
* Commit 2/3 - Please dont attempt to update to this revision until all 3 are...
Adam Frisby
1
-532
/
+532
2008-05-01
* Breaking all the code, breaking all the code..!
Adam Frisby
1
-2
/
+2
2008-04-05
* Lowered the default throttle settings. They were way too high at 1.5MB/s!
Teravus Ovares
1
-8
/
+8
2008-03-18
Formatting cleanup.
Jeff Ames
1
-26
/
+26
2008-03-04
Merged 3Di code that provides scene and avatar serialization, and plugin supp...
Johan Berntsson
1
-1
/
+11
2008-03-02
Applying Ahzzmandius' second patch from bug 701.
Teravus Ovares
1
-1
/
+1
2008-02-25
* Caught HttpListenerException and swallowed if with output
lbsa71
1
-1
/
+3
2008-02-22
* Implement packet queue statistics
Justin Clarke Casey
1
-2
/
+35
2008-02-20
Minor cleanup.
Jeff Ames
1
-2
/
+2
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-4
/
+6
2008-01-22
* Enabled dead region tracking for ChildAgentDataUpdates
Teravus Ovares
1
-1
/
+1
2007-12-27
* Optimized usings
lbsa71
1
-97
/
+101
2007-12-15
* some work on not storing the circuitPack (bad thing if we're going to reuse...
lbsa71
1
-2
/
+2
2007-12-11
consolidate client view exit paths, this seems to
Sean Dague
1
-12
/
+5
2007-12-11
force a flush before client shutdown, so no important packets are lost
Sean Dague
1
-2
/
+39
2007-12-10
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
1
-1
/
+1
2007-12-09
* Added more info to ChildAgentDataUpdate
Teravus Ovares
1
-0
/
+22
2007-12-09
change PacketQueue to take the byte[] throttle instead
Sean Dague
1
-4
/
+1
2007-12-07
move to PacketQueue for throttling. This has been tested with a couple
Sean Dague
1
-100
/
+42
2007-12-07
further screwing around with the PacketQueue data structure.
Sean Dague
1
-39
/
+149
2007-12-04
keeping opensim safe for children -- made some namespace references less expl...
Jeff Ames
1
-1
/
+1
2007-12-04
made log messages for known unhandled packet types shorter and yellower. add...
Jeff Ames
1
-9
/
+1
2007-12-03
further encapsulation of function in PacketQueue and PacketThrottle
Sean Dague
1
-3
/
+162
2007-11-30
mod packetqueue to use the throttle class container
Sean Dague
1
-75
/
+52
2007-11-30
starting to fill out PacketQueue, refactoring as I go. This
Sean Dague
1
-0
/
+252