aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-18minor: Remove event method doc from LLClientView that I forgot in the last co...Justin Clark-Casey (justincc)1-15/+0
2012-10-17Reuse the same AgentUpdateArgs object for each AgentUpdate UDP packet (of whi...Justin Clark-Casey (justincc)1-41/+68
2012-10-17Explicitly return only the incoming AgentUpdate packet as this is the only on...Justin Clark-Casey (justincc)3-8/+30
2012-10-17If RecycleBaseUDPPackets = true, also pool IncomingPackets to reduce memory c...Justin Clark-Casey (justincc)2-2/+30
2012-10-16minor: Make BasicCircuitTests.SetUp() call overriden base method instead of i...Justin Clark-Casey (justincc)1-1/+2
2012-10-16Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...Justin Clark-Casey (justincc)2-24/+49
2012-10-16Make it possible to separate start and stop lludp packet processing from the ...Justin Clark-Casey (justincc)2-31/+129
2012-10-13minor: Fix and elaborate on log information printed when an unrecognized esta...Justin Clark-Casey (justincc)1-2/+14
2012-10-12minor: Use && instead of & when deciding whether to print Improve/ObjectUpdat...Justin Clark-Casey (justincc)1-1/+1
2012-10-12minor: Fix bug in categorization of blocks reused stat from packetpoolJustin Clark-Casey (justincc)1-1/+1
2012-10-12Add AgentUpdate to PacketPool. This is the most common inbound packet from v...Justin Clark-Casey (justincc)3-5/+28
2012-10-12Fix percentage stats to multiply by 100. Adjust container name for packetpoo...Justin Clark-Casey (justincc)1-2/+2
2012-10-12Enable reuse of data blocks for ImprovedTerseObjectUpdate using existing Pack...Justin Clark-Casey (justincc)1-1/+3
2012-10-11Fix packetpool for ImprovedTerseObjectUpdate packets.Justin Clark-Casey (justincc)3-5/+15
2012-10-11Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)1-8/+35
2012-10-10Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to preve...Justin Clark-Casey (justincc)1-7/+7
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-0/+1
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-1/+2
2012-10-05Read PacketPool config in LLUDPServer with other config params rather than in...Justin Clark-Casey (justincc)1-0/+9
2012-10-05refactor: Move OpenSim.Framework.PacketPool to OpenSim.Region.Clientstack.Lin...Justin Clark-Casey (justincc)1-0/+249
2012-09-24 add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov1-1/+7
2012-09-08 llClientView: try to have only one thread per client processingUbitUmarov1-4/+49
2012-09-04 a forgotten file plus minor changes. Imp and SL viewer seem to preserveUbitUmarov1-1/+3
2012-08-31Replace SendBannedUserList with Avination's version. Untested in core. Not ev...Melanie1-25/+32
2012-08-30Sequence inventory descendents requests to reduce inventory server load andMelanie1-0/+1
2012-08-29Fix issue with the quit packet being stuck int he queue and a one packet delay.Melanie1-2/+8
2012-08-29Remove Justin's addition to avoid sending incoming packets to inactive clientsMelanie1-9/+9
2012-08-28Add a queue with two priority levels. This is a drop in replacement forMelanie1-2/+111
2012-08-21Allow updates sent for right pec to go to the clientMelanie1-1/+1
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-5/+9
2012-08-19Fix llDialog responses so that they can be heard throughout the region. This ...Melanie1-1/+1
2012-08-03Remove another superflouous IsActive setMelanie1-2/+0
2012-08-03Remove a merge artefaci in IsActive handling and restore commented out correc...Melanie1-2/+1
2012-08-03clientview IsActive use is broken. Suspend it's use keeping it true ( toUbitUmarov1-3/+3
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2-2/+2
2012-07-24Extend region console "show queues" command to show already collected time si...Justin Clark-Casey (justincc)1-1/+2
2012-07-21Fix double-ping on logout by not sending a stop packet to the clientMelanie1-1/+1
2012-07-19Make LLClientView instant message handling asynchronous rather than synchrono...Justin Clark-Casey (justincc)1-1/+1
2012-07-19Prevent race conditions between two threads that call LLClientView.Close() si...Justin Clark-Casey (justincc)2-30/+57
2012-07-19Fix slow loading of task inventoryMelanie1-3/+7
2012-07-15backkick gitUbitUmarov1-1/+0
2012-07-15just a kick gitUbitUmarov1-0/+1
2012-07-15Remove instrumentation and fix the message delivery issueMelanie1-24/+28
2012-07-15Testing changes and instrumentationMelanie1-3/+20
2012-07-15Save packets received while the client is added and replay them later.Melanie1-0/+34
2012-07-15Revert "Experimentally handle UseCircuitCode synchrnonously"Melanie1-2/+1
2012-07-15Experimentally handle UseCircuitCode synchrnonouslyMelanie1-1/+2
2012-07-12Stop redundantly passing in the endpoint to the LLClientView constructor.Justin Clark-Casey (justincc)2-5/+2
2012-07-12Remove IClientIPEndpoint client interface for now.Justin Clark-Casey (justincc)1-20/+1
2012-07-12Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...Justin Clark-Casey (justincc)1-5/+0