2002-06-24 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / System / System.Net.Sockets / ChangeLog
1 2002-06-24  Dick Porter  <dick@ximian.com>
2
3         * Socket.cs: Make SetSocketOption cope with boolean values (they
4         are passed as objects, not the ints the runtime was expecting)
5
6 2002-05-17  Lawrence Pit <loz@cable.a2000.nl>
7         * TcpListener.cs: Renamed LocalEndPoint to LocalEndpoint
8         * NetworkStream.cs, UdpClient.cs and TcpClient.cs: modified disposable 
9         routines, added checks for disposed state.
10         * UdpClient.cs: commented out GetHashCode and Equals as it's not
11         overriden in ms.net implementation.
12
13 2002-05-17  Jaroslaw Kowalski <jarek@atm.com.pl>
14         * TcpClient.cs: fixed SetTcpClient so that
15         TcpListener.AcceptTcpClient works and allows
16         you to call GetStream() on its result
17
18 2002-04-24  Dick Porter  <dick@ximian.com>
19
20         * Socket.cs (Poll): Give correct argument to Select(), as spotted
21         by Jaroslaw Kowalski <jarek@atm.com.pl>
22
23 2002-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24
25         * UdpClient.cs: implemented.
26
27 2002-04-02  Dick Porter  <dick@ximian.com>
28
29         * TcpListener.cs: in Start(), set the socket listen backlog value
30         to a sane value (noticed by Jonathan Stowe <gellyfish@gellyfish.com>)
31
32 2002-02-13  Dick Porter  <dick@ximian.com>
33
34         * Socket.cs: Implemenent Select, Blocking, Connected,
35         GetSocketOption, Poll, SetSocketOption and Shutdown
36
37         * MulticastOption.cs: 
38         * LingerOption.cs: Delete override methods that don't need to be
39         implemented
40
41 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
42
43         * NetworkStream.cs: Implement class.
44
45 2002-01-23  Dick Porter  <dick@ximian.com>
46
47         * SocketException.cs: Implemented
48
49         * Socket.cs: Implemented most methods
50
51         * LingerOption.cs: Made compile
52
53         * AddressFamily.cs: Removed empty auto-generated comments
54
55 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
56
57         * SocketException.cs: Reimplemented.
58
59 2002-01-06  Ravi Pratap  <ravi@ximian.com>
60
61         * ChangeLog : Add to this directory.
62
63         * SocketException.cs, TcpClient.cs, TcpListener.cs : MonoTODO
64         attribute decoration.