aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-12-061-1/+1
|\
| * Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-051-2/+20
| |\
| * \ Merge https://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-211-2/+2
| |\ \
| * \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-2/+8
| |\ \ \ \
* | \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-12-031-2/+20
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Stop LLUDPServer sending updates after object deletes by always queueing deletesJustin Clark-Casey (justincc)2010-12-021-2/+6
| * | | | | minor: add some method docJustin Clark-Casey (justincc)2010-12-021-0/+14
| | |_|_|/ | |/| | |
* | | | | Implement health monitoring of the packet receiving and sending threadsMelanie2010-11-281-0/+2
* | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-091-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Formatting cleanup.Jeff Ames2010-11-081-2/+2
| | |_|/ | |/| |
* | | | Revert "Spin the AddNewClient process off into a new thread to avoid locking ...Melanie2010-11-051-24/+1
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-021-3/+9
|\ \ \ \ | |/ / /
| * | | Set async_packet_handling = true by defaultJustin Clark-Casey (justincc)2010-10-301-1/+1
| | |/ | |/|
| * | Add number of ms it takes to complete UseCircuitCode packet handling to log f...Justin Clark-Casey (justincc)2010-10-291-2/+8
| * | Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-1/+1
| |/
| * * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-0/+4
|\ \ | |/
| * Send KillPackets on the Task queue rather than the State queueJustin Clark-Casey (justincc)2010-09-171-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-141-3/+7
|\ \ | |/
| * Add client name to packet resend log messages to make them a bit more informa...Justin Clark-Casey (justincc)2010-09-131-3/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-081-0/+2
|\ \ | |/
| * In my crusade against facelights, I am striking the killing blow. Add aMelanie2010-08-081-0/+5
* | In my crusade against facelights, I am striking the killing blow. Add aMelanie Thielker2010-08-081-0/+4
* | Ensure that packets do NOT get delivered to a client before the modules that ...Tom Grimshaw2010-07-171-1/+22
* | Revert 233c872.. "* Call client.Start() sunchronously. Calling thos async avo...Tom Grimshaw2010-07-171-10/+1
* | Call client.Start() sunchronously. Calling thos async avoids some stutteringMelanie Thielker2010-07-021-1/+10
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-14/+4
|\ \ | |/
| * * Initial commit of the slimupdates2 rewrite. This pass maintains the origina...unknown2010-05-121-14/+4
* | Following on from the last commit, the stop/disconnect packet should NOT be s...Tom Grimshaw2010-05-171-1/+1
* | Spin the AddNewClient process off into a new thread to avoid locking up the L...Tom Grimshaw2010-05-111-1/+2
|/
* Don't append ACKs to zerocoded packets. Although this should fine in theory, ...John Hurliman2010-04-021-15/+20
* Removed the unused use_async_when_possible config variableJohn Hurliman2010-03-161-1/+1
* Streamlined error logging for malformed packets and fixed a bug when printing...John Hurliman2010-02-231-4/+3
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-0/+3
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-20/+0
* Go Home works. With security!!Diva Canto2010-01-181-0/+20
* * Add some glue that allows LocalPacketHandlers to decide if they want the pa...Teravus Ovares (Dan Olivares)2009-12-131-1/+1
* * Re-enable lightweight packet tracking stats on a 3000 ms interval.Teravus Ovares (Dan Olivares)2009-11-271-0/+9
* Applying #4332, optional packet statistics loggingJohn Hurliman2009-11-051-0/+111
* Refine oversized packet handling as per jhurliman. Reallocate the buffer toMelanie2009-11-041-4/+7
* Add some length to the backet buffer for packet sending so oversizeMelanie2009-11-041-1/+1
* Make the default and max RTO configurable int he linden client stackMelanie2009-10-301-1/+7
* * Disables automatic packet splitting on AvatarGroupsReply packets. This pack...John Hurliman2009-10-301-2/+2
* * Moving parcel media and avatar update packets from the unthrottled category...John Hurliman2009-10-301-4/+8
* * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dllJohn Hurliman2009-10-301-4/+4
* * Commented out two noisy debug lines in the LLUDP serverJohn Hurliman2009-10-291-2/+2
* Modified visibilities of properties and methods. This is so that SL client ba...Mikko Pallari2009-10-281-5/+5
* Experimental test to rate limit the incoming packet handler and try to always...John Hurliman2009-10-271-0/+8
* Removing the ClientManager reference from IScene and hiding it entirely insid...John Hurliman2009-10-261-7/+7