index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
UDP
/
LLUDPServer.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-09-01
1
-0
/
+1
|
\
|
*
Sequence inventory descendents requests to reduce inventory server load and
Melanie
2012-08-30
1
-0
/
+1
*
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-08-30
1
-11
/
+126
|
\
\
|
|
/
|
*
Fix issue with the quit packet being stuck int he queue and a one packet delay.
Melanie
2012-08-29
1
-2
/
+8
|
*
Remove Justin's addition to avoid sending incoming packets to inactive clients
Melanie
2012-08-29
1
-9
/
+9
|
*
Add a queue with two priority levels. This is a drop in replacement for
Melanie
2012-08-28
1
-2
/
+111
*
|
merge crap gerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster...
ubit
2012-08-02
1
-16
/
+15
|
\
\
|
|
/
|
*
Merge branch 'master' into careminster
Melanie
2012-07-28
1
-1
/
+1
|
|
\
|
|
*
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
2012-07-25
1
-1
/
+1
|
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-23
1
-1
/
+1
|
|
\
\
|
*
\
\
Merge branch 'master' into careminster
Melanie
2012-07-20
1
-15
/
+14
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Prevent race conditions between two threads that call LLClientView.Close() si...
Justin Clark-Casey (justincc)
2012-07-19
1
-15
/
+14
*
|
|
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-07-23
1
-1
/
+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fix double-ping on logout by not sending a stop packet to the client
Melanie
2012-07-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-07-17
1
-50
/
+149
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-16
1
-8
/
+63
|
|
\
\
|
*
\
\
Merge branch 'master' into careminster
Melanie
2012-07-13
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Stop redundantly passing in the endpoint to the LLClientView constructor.
Justin Clark-Casey (justincc)
2012-07-12
1
-1
/
+1
|
*
|
|
Merge branch 'avination' into careminster
Melanie
2012-07-06
1
-1
/
+4
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into careminster
Melanie
2012-07-05
1
-2
/
+2
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ...
Justin Clark-Casey (justincc)
2012-07-04
1
-2
/
+2
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-06-15
1
-4
/
+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Add region name to UseCircuitCode log messages
Justin Clark-Casey (justincc)
2012-06-15
1
-4
/
+4
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-06-12
1
-7
/
+36
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Remove accidental timeout left in during earlier debugging. Has been in sinc...
Justin Clark-Casey (justincc)
2012-06-12
1
-1
/
+1
|
|
*
|
|
Set IClientAPI.IsActive = false early on client removal due to ack timeout ra...
Justin Clark-Casey (justincc)
2012-06-12
1
-29
/
+35
|
|
*
|
|
If the simulator closes a root agent due to ack timeout, then send the client...
Justin Clark-Casey (justincc)
2012-06-12
1
-2
/
+20
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-06-09
1
-44
/
+33
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Instead of retrieving the known client again in LLUDPServer.RemoveClient(), c...
Justin Clark-Casey (justincc)
2012-06-08
1
-21
/
+10
|
|
*
|
|
If logging a client out due to ack timeout, do this asynchronously rather tha...
Justin Clark-Casey (justincc)
2012-06-08
1
-8
/
+18
|
|
*
|
|
Add regression test for client logout due to ack timeout.
Justin Clark-Casey (justincc)
2012-06-08
1
-4
/
+6
|
|
*
|
|
Remove null checks at top of LLUDPServer.ProcessInPacket(). Neither packet n...
Justin Clark-Casey (justincc)
2012-06-08
1
-8
/
+1
|
|
*
|
|
Store already retrieve IClientAPI in IncomingPacket structure for later use r...
Justin Clark-Casey (justincc)
2012-06-08
1
-13
/
+13
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-06-07
1
-5
/
+70
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Log warning if we try to remove a UDP client that has already been removed.
Justin Clark-Casey (justincc)
2012-06-07
1
-0
/
+6
|
|
*
|
|
Allow the thread watchdog to accept an alarm method that is invoked if the ti...
Justin Clark-Casey (justincc)
2012-06-07
1
-5
/
+64
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-06-06
1
-3
/
+15
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Mantis 4597 AgentPaused packet is ignored.
Talun
2012-06-05
1
-3
/
+15
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-04-27
1
-2
/
+6
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Tweak log messages on local region to region teleport path to help with probl...
Justin Clark-Casey (justincc)
2012-04-26
1
-1
/
+3
|
|
*
|
|
minor: Add region name to dropped inbound packet message
Justin Clark-Casey (justincc)
2012-04-26
1
-1
/
+3
*
|
|
|
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-07-16
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
backkick git
UbitUmarov
2012-07-15
1
-1
/
+0
*
|
|
|
|
|
merge fix
ubit
2012-07-16
1
-15
/
+0
*
|
|
|
|
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-07-16
1
-0
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
just a kick git
UbitUmarov
2012-07-15
1
-0
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-07-16
1
-23
/
+34
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Remove instrumentation and fix the message delivery issue
Melanie
2012-07-15
1
-24
/
+28
*
|
|
|
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
ubit
2012-07-16
1
-2
/
+23
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Testing changes and instrumentation
Melanie
2012-07-15
1
-3
/
+20
[next]