ChangeLog 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 2005-05-06 Gonzalo Paniagua Javier <[email protected]>
  2. * SocketTest.cs: added test for setting a boolean socket option.
  3. 2005-03-06 Nick Drochak <[email protected]>
  4. * TcpClientTest.cs: Choose a different port so test will pass on MS.NET
  5. * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET
  6. 2005-02-23 Dick Porter <[email protected]>
  7. * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris
  8. Bacon <[email protected]>
  9. 2005-02-01 Zoltan Varga <[email protected]>
  10. * SocketTest.cs: Mark some tests with [Category ("InetAccess")].
  11. 2005-01-08 Nick Drochak <[email protected]>
  12. * SocketTest.cs: Ignore test on MS.NET
  13. 2004-10-14 Dick Porter <[email protected]>
  14. * SocketTest.cs: Test the blocking status of accepted sockets
  15. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  16. * SocketTest.cs: added test for Select with empty lists. Changed the
  17. 'bogus' address of EndConnect test.
  18. 2003-12-30 Gonzalo Paniagua Javier <[email protected]>
  19. * SocketTest.cs: new test for asynchronous connection failure.
  20. Test by Brad FitzpatrickBrad Fitzpatrick <[email protected]>.
  21. 2003-08-24 Gonzalo Paniagua Javier <[email protected]>
  22. * TcpListenerTest.cs: added more tests.
  23. 2003-07-16 Peter Williams <[email protected]>
  24. * TcpListenerTest.cs: Initialize outSock to null to
  25. prevent an mcs compile error.
  26. 2003-07-14 Jerome Laban <[email protected]>
  27. * TcpListenerTest.cs: Forced IPv4 listener test.
  28. 2002-11-03 Phillip Pearson <[email protected]>
  29. * AllTests.cs: Fixed Lawrence's e-mail address.
  30. 2002-05-17 Lawrence Pit <[email protected]>
  31. * AllTests.cs: added