| 123456789101112131415161718192021222324252627282930313233 |
- 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
- * SocketTest.cs: added test for Select with empty lists. Changed the
- 'bogus' address of EndConnect test.
- 2003-12-30 Gonzalo Paniagua Javier <[email protected]>
- * SocketTest.cs: new test for asynchronous connection failure.
- Test by Brad FitzpatrickBrad Fitzpatrick <[email protected]>.
- 2003-08-24 Gonzalo Paniagua Javier <[email protected]>
- * TcpListenerTest.cs: added more tests.
- 2003-07-16 Peter Williams <[email protected]>
- * TcpListenerTest.cs: Initialize outSock to null to
- prevent an mcs compile error.
- 2003-07-14 Jerome Laban <[email protected]>
- * TcpListenerTest.cs: Forced IPv4 listener test.
- 2002-11-03 Phillip Pearson <[email protected]>
- * AllTests.cs: Fixed Lawrence's e-mail address.
- 2002-05-17 Lawrence Pit <[email protected]>
- * AllTests.cs: added
|