ChangeLog 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 2002-05-17 Lawrence Pit <[email protected]>
  2. * TcpListener.cs: Renamed LocalEndPoint to LocalEndpoint
  3. * NetworkStream.cs, UdpClient.cs and TcpClient.cs: modified disposable
  4. routines, added checks for disposed state.
  5. * UdpClient.cs: commented out GetHashCode and Equals as it's not
  6. overriden in ms.net implementation.
  7. 2002-05-17 Jaroslaw Kowalski <[email protected]>
  8. * TcpClient.cs: fixed SetTcpClient so that
  9. TcpListener.AcceptTcpClient works and allows
  10. you to call GetStream() on its result
  11. 2002-04-24 Dick Porter <[email protected]>
  12. * Socket.cs (Poll): Give correct argument to Select(), as spotted
  13. by Jaroslaw Kowalski <[email protected]>
  14. 2002-04-16 Gonzalo Paniagua Javier <[email protected]>
  15. * UdpClient.cs: implemented.
  16. 2002-04-02 Dick Porter <[email protected]>
  17. * TcpListener.cs: in Start(), set the socket listen backlog value
  18. to a sane value (noticed by Jonathan Stowe <[email protected]>)
  19. 2002-02-13 Dick Porter <[email protected]>
  20. * Socket.cs: Implemenent Select, Blocking, Connected,
  21. GetSocketOption, Poll, SetSocketOption and Shutdown
  22. * MulticastOption.cs:
  23. * LingerOption.cs: Delete override methods that don't need to be
  24. implemented
  25. 2002-01-23 Miguel de Icaza <[email protected]>
  26. * NetworkStream.cs: Implement class.
  27. 2002-01-23 Dick Porter <[email protected]>
  28. * SocketException.cs: Implemented
  29. * Socket.cs: Implemented most methods
  30. * LingerOption.cs: Made compile
  31. * AddressFamily.cs: Removed empty auto-generated comments
  32. 2002-01-17 Miguel de Icaza <[email protected]>
  33. * SocketException.cs: Reimplemented.
  34. 2002-01-06 Ravi Pratap <[email protected]>
  35. * ChangeLog : Add to this directory.
  36. * SocketException.cs, TcpClient.cs, TcpListener.cs : MonoTODO
  37. attribute decoration.