2002-09-16 Miguel de Icaza * SocketFlags.cs: Add missing enumeration. * UdpClient.cs: Make Dispose private. 2002-08-20 Dick Porter * Socket.cs: Fix deadlock when the AsyncResult callback calls End*(). Set the async request's worker property so it can return results. These two fixes combined fix bug 28092. 2002-06-24 Dick Porter * Socket.cs: Make SetSocketOption cope with boolean values (they are passed as objects, not the ints the runtime was expecting) 2002-05-17 Lawrence Pit * TcpListener.cs: Renamed LocalEndPoint to LocalEndpoint * NetworkStream.cs, UdpClient.cs and TcpClient.cs: modified disposable routines, added checks for disposed state. * UdpClient.cs: commented out GetHashCode and Equals as it's not overriden in ms.net implementation. 2002-05-17 Jaroslaw Kowalski * TcpClient.cs: fixed SetTcpClient so that TcpListener.AcceptTcpClient works and allows you to call GetStream() on its result 2002-04-24 Dick Porter * Socket.cs (Poll): Give correct argument to Select(), as spotted by Jaroslaw Kowalski 2002-04-16 Gonzalo Paniagua Javier * UdpClient.cs: implemented. 2002-04-02 Dick Porter * TcpListener.cs: in Start(), set the socket listen backlog value to a sane value (noticed by Jonathan Stowe ) 2002-02-13 Dick Porter * Socket.cs: Implemenent Select, Blocking, Connected, GetSocketOption, Poll, SetSocketOption and Shutdown * MulticastOption.cs: * LingerOption.cs: Delete override methods that don't need to be implemented 2002-01-23 Miguel de Icaza * NetworkStream.cs: Implement class. 2002-01-23 Dick Porter * SocketException.cs: Implemented * Socket.cs: Implemented most methods * LingerOption.cs: Made compile * AddressFamily.cs: Removed empty auto-generated comments 2002-01-17 Miguel de Icaza * SocketException.cs: Reimplemented. 2002-01-06 Ravi Pratap * ChangeLog : Add to this directory. * SocketException.cs, TcpClient.cs, TcpListener.cs : MonoTODO attribute decoration.