Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -3/+3 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -3/+3 |
| | | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -2/+0 |
| | |||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2008-11-06 | 1 | -1/+0 |
| | |||||
* | * refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive() | Justin Clarke Casey | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | * Test to ensure that the udp server stays active after receiving a ↵ | Justin Clarke Casey | 2008-11-06 | 1 | -2/+5 |
| | | | | SocketException on BeginReceive | ||||
* | * refactor: factor out test packet send method in client stack unit tests | Justin Clarke Casey | 2008-11-06 | 1 | -2/+24 |
| | |||||
* | test: Extend malformed packet test to actually check that a valid packet can ↵ | Justin Clarke Casey | 2008-10-30 | 1 | -2/+3 |
| | | | | get through after the malformed ones have been sent | ||||
* | * test: Test that the client stack doesn't completely blow up if a client ↵ | Justin Clarke Casey | 2008-10-30 | 1 | -1/+11 |
| | | | | passes it malformed data | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-27 | 1 | -12/+12 |
| | |||||
* | * Reenable assert for the add circuit test | Justin Clarke Casey | 2008-10-23 | 1 | -1/+7 |
| | | | | | | | * This checks that a client circuit is established when the udp server is given a use client circuit code packet * And checks that other circuit codes do not exist | ||||
* | * Introduce a basic udp circuit test for adding a client | Justin Clarke Casey | 2008-10-23 | 1 | -3/+63 |
| | | | | | | * Temporarily disabled assert because it just picked up an existing bug. Yay for tests! | ||||
* | * Refactor LLUDPServer slightly so that unit tests can pass in data ↵ | Justin Clarke Casey | 2008-10-23 | 1 | -0/+54 |
synchronously. Shouldn't be any functional change |