aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'avination' into careminsterMelanie2012-07-231-1/+1
|\
| * Fix double-ping on logout by not sending a stop packet to the clientMelanie2012-07-211-1/+1
* | Merge branch 'master' into careminsterMelanie2012-07-201-15/+14
|\ \ | |/ |/|
| * Prevent race conditions between two threads that call LLClientView.Close() si...Justin Clark-Casey (justincc)2012-07-191-15/+14
* | Merge branch 'avination' into careminsterMelanie2012-07-161-8/+63
|\ \
| * | Remove instrumentation and fix the message delivery issueMelanie2012-07-151-24/+28
| * | Testing changes and instrumentationMelanie2012-07-151-3/+20
| * | Save packets received while the client is added and replay them later.Melanie2012-07-151-0/+34
| * | Revert "Experimentally handle UseCircuitCode synchrnonously"Melanie2012-07-151-2/+1
| * | Experimentally handle UseCircuitCode synchrnonouslyMelanie2012-07-151-1/+2
* | | Merge branch 'master' into careminsterMelanie2012-07-131-1/+1
|\ \ \ | | |/ | |/|
| * | Stop redundantly passing in the endpoint to the LLClientView constructor.Justin Clark-Casey (justincc)2012-07-121-1/+1
* | | Merge branch 'avination' into careminsterMelanie2012-07-061-1/+4
|\ \ \ | | |/ | |/|
| * | coment out some of previus debug messaged before forgetting about them...UbitUmarov2012-06-221-2/+2
| * | i more debugUbitUmarov2012-06-221-1/+1
| * | add a temp debug messageUbitUmarov2012-06-221-0/+3
* | | Merge branch 'master' into careminsterMelanie2012-07-051-2/+2
|\ \ \ | | |/ | |/|
| * | refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ...Justin Clark-Casey (justincc)2012-07-041-2/+2
* | | Merge branch 'master' into careminsterMelanie2012-06-151-4/+4
|\ \ \ | |/ /
| * | Add region name to UseCircuitCode log messagesJustin Clark-Casey (justincc)2012-06-151-4/+4
* | | Merge branch 'master' into careminsterMelanie2012-06-121-7/+36
|\ \ \ | |/ /
| * | Remove accidental timeout left in during earlier debugging. Has been in sinc...Justin Clark-Casey (justincc)2012-06-121-1/+1
| * | Set IClientAPI.IsActive = false early on client removal due to ack timeout ra...Justin Clark-Casey (justincc)2012-06-121-29/+35
| * | If the simulator closes a root agent due to ack timeout, then send the client...Justin Clark-Casey (justincc)2012-06-121-2/+20
* | | Merge branch 'master' into careminsterMelanie2012-06-091-44/+33
|\ \ \ | |/ /
| * | Instead of retrieving the known client again in LLUDPServer.RemoveClient(), c...Justin Clark-Casey (justincc)2012-06-081-21/+10
| * | If logging a client out due to ack timeout, do this asynchronously rather tha...Justin Clark-Casey (justincc)2012-06-081-8/+18
| * | Add regression test for client logout due to ack timeout.Justin Clark-Casey (justincc)2012-06-081-4/+6
| * | Remove null checks at top of LLUDPServer.ProcessInPacket(). Neither packet n...Justin Clark-Casey (justincc)2012-06-081-8/+1
| * | Store already retrieve IClientAPI in IncomingPacket structure for later use r...Justin Clark-Casey (justincc)2012-06-081-13/+13
* | | Merge branch 'master' into careminsterMelanie2012-06-071-5/+70
|\ \ \ | |/ /
| * | Log warning if we try to remove a UDP client that has already been removed.Justin Clark-Casey (justincc)2012-06-071-0/+6
| * | Allow the thread watchdog to accept an alarm method that is invoked if the ti...Justin Clark-Casey (justincc)2012-06-071-5/+64
* | | Merge branch 'master' into careminsterMelanie2012-06-061-3/+15
|\ \ \ | |/ /
| * | Mantis 4597 AgentPaused packet is ignored.Talun2012-06-051-3/+15
* | | Merge branch 'master' into careminsterMelanie2012-04-271-2/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)2012-04-261-1/+3
| * minor: Add region name to dropped inbound packet messageJustin Clark-Casey (justincc)2012-04-261-1/+3
* | Merge branch 'master' into careminsterMelanie2012-02-241-2/+5
|\ \ | |/
| * Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2012-02-241-2/+5
* | Merge branch 'master' into careminsterMelanie2012-02-181-36/+53
|\ \ | |/
| * Correct a bug introduced in 1f402fdf (Feb 7 2012) where the delete friends gr...Justin Clark-Casey (justincc)2012-02-161-3/+3
| * Add known identity informatio nto log message if an exception is thrown durin...Justin Clark-Casey (justincc)2012-02-161-36/+53
* | Merge branch 'master' into careminsterMelanie2012-01-251-0/+1
|\ \ | |/
| * Fix "Abnormal client thread terminations" stat in period CONNECTION STATISTIC...Justin Clark-Casey (justincc)2012-01-241-0/+1
* | Merge branch 'master' into bigmergeMelanie2011-12-091-44/+63
|\ \ | |/
| * Don't reply with an ack packet if the client is not authorized.Justin Clark-Casey (justincc)2011-12-081-42/+29
| * Extend TestAddClient() to check that the first packet received is an ack packetJustin Clark-Casey (justincc)2011-12-081-1/+15
| * Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)2011-12-081-1/+19
| * Remove unnecessary AgentCircuitData null check from Scene.AddNewClient().Justin Clark-Casey (justincc)2011-12-081-4/+4