| Commit message (Expand) | Author | Files | Lines |
2008-10-19 | * Fixed UDP server (again) | Teravus Ovares | 1 | -3/+14 |
2008-10-19 | * Null check before UseCircuitCode Check or the server crashes on packet loss! | Teravus Ovares | 1 | -1/+1 |
2008-10-17 | * Finally, don't worry about doing containment checks on other dictionaries i... | Justin Clarke Casey | 1 | -4/+2 |
2008-10-17 | * Don't worry about trying to populate the other dictionaries if a client's c... | Justin Clarke Casey | 1 | -13/+22 |
2008-10-17 | * close two potential race conditions where a new asynchronous UDP recieve co... | Justin Clarke Casey | 1 | -69/+53 |
2008-10-17 | * Temporarily resume creation of IPEndPoint on every call | Justin Clarke Casey | 1 | -5/+7 |
2008-10-17 | * Instead of creating a new IPEndPoint on every udp packet receive, reuse the... | Justin Clarke Casey | 1 | -21/+39 |
2008-10-17 | * reverse part of a change that accidentally crept in with the last revision | Justin Clarke Casey | 1 | -1/+2 |
2008-10-17 | * Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290 | Justin Clarke Casey | 1 | -2/+1 |
2008-10-16 | * minor: get rid of pointless ipeSender | Justin Clarke Casey | 1 | -6/+3 |
2008-10-12 | * Small fix for when PacketPool is disabled to prevent it from crashing immed... | Adam Frisby | 1 | -1/+1 |
2008-10-12 | LLUDP Client View | Adam Frisby | 1 | -0/+1 |
2008-10-09 | * minor: get rid of an unecessary casting and logic check | Justin Clarke Casey | 1 | -10/+5 |
2008-10-09 | * refactor: separate process of extracting packet from received data from act... | Justin Clarke Casey | 1 | -34/+41 |
2008-10-03 | * Put in some infrastructure to allow tweaking of packet queue throttle value... | Justin Clarke Casey | 1 | -6/+10 |
2008-10-03 | * EventQueueGet is now working. | Teravus Ovares | 1 | -1/+8 |
2008-10-01 | * refactor: rename interface to put standard I prefix in front | Justin Clarke Casey | 1 | -1/+1 |
2008-09-14 | * Minor fixes and cleanups around code being used for Rex Module work. | Adam Frisby | 1 | -17/+16 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -9/+9 |
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 1 | -0/+7 |
2008-09-07 | * minor: Clean up of logging messages to make following the client login proc... | Justin Clarke Casey | 1 | -24/+42 |
2008-09-07 | * minor: just minor doc and tidy up | Justin Clarke Casey | 1 | -3/+23 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -2/+2 |
2008-09-06 | Rolling back #6139 because there is no consensus on it's application. | Melanie Thielker | 1 | -27/+1 |
2008-09-06 | Mantis #624 | Melanie Thielker | 1 | -1/+27 |
2008-08-30 | * Committed patch in mantis 623 | Justin Clarke Casey | 1 | -14/+3 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -9/+9 |
2008-08-09 | * Added a little more log info in LLUDPServer | lbsa71 | 1 | -1/+2 |
2008-08-09 | * Shielded against various forms of Malformed data crashes - if there is an e... | lbsa71 | 1 | -119/+65 |
2008-08-08 | Patch #9160 | Melanie Thielker | 1 | -2/+2 |
2008-08-01 | * minor: log message twiddling | Justin Clarke Casey | 1 | -0/+1 |
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -2/+2 |
2008-07-23 | Guard against wrong packet types being passed into AddNewClient. | Melanie Thielker | 1 | -0/+2 |
2008-07-11 | * Guard against a null point passed to RemoveClientCircuit (odd that this hap... | Justin Clarke Casey | 1 | -4/+15 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -3/+3 |
2008-06-20 | Implemented plugin support for ClientStack, with LindenUDP as the default plu... | Johan Berntsson | 1 | -0/+5 |
2008-06-06 | Minor formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-06-04 | change clientCircuits_reverse to a synchronized hash table. This | Sean Dague | 1 | -35/+45 |
2008-06-03 | temporarily disable the last bit of code as it prevents startup on | Sean Dague | 1 | -1/+2 |
2008-06-03 | From: Dong Jun Lan <landj@cn.ibm.com> | Sean Dague | 1 | -0/+6 |
2008-05-26 | * Extract and boil down necessary texture UUIDs for an archive of the scene p... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -16/+16 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-02 | fixed the dos line endings | Sean Dague | 1 | -508/+508 |
2008-05-02 | * More clientstack abstractions - We now only have a single constructor call ... | Adam Frisby | 1 | -6/+16 |
2008-05-02 | * Commit 2/3 - Please dont attempt to update to this revision until all 3 are... | Adam Frisby | 1 | -488/+499 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -3/+3 |
2008-04-17 | * Acks the first UseCircuitCode packet | Teravus Ovares | 1 | -0/+11 |
2008-04-10 | * Made it safe again to use the restart button from the estate tools and the ... | Teravus Ovares | 1 | -0/+7 |