2007-08-27 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / System.Net.NetworkInformation / ChangeLog
1 2007-08-27  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * IPGlobalProperties.cs : implemented remaining methods in
4           MibIPGlobalProperties. Support /usr/compat/linux/proc
5           for some BSD environment.
6
7 2007-08-27  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * IPGlobalProperties.cs, TcpStatistics.cs,
10           IPGlobalStatistics.cs, IcmpV4Statistics.cs,
11           IcmpV6Statistics.cs, UdpStatistics.cs :
12           and here is non-Windows version, based on /proc/net/snmp(6).
13
14 2007-08-27  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * IPGlobalProperties.cs, TcpConnectionInformation.cs,
17           TcpStatistics.cs, IPGlobalStatistics.cs, IcmpV4Statistics.cs,
18           IcmpV6Statistics.cs, UdpStatistics.cs :
19           initial implementation of IPGlobalProperties and its children
20           for Win32 API, mostly done. Non-Windows implementation should
21           follow.
22
23 2007-08-13  Alan McGovern  <amcgovern@novell.com>
24
25         * PhysicalAddress.cs: Added patch for #82403 to fix some parsing
26         errors and a bug in .Equals()
27
28 2006-03-11  Miguel de Icaza  <miguel@novell.com>
29
30         * NetworkChange.cs: Use pragmas to eliminate warnings from events
31         that we do not trigger yet.
32
33         This is a candidate for using Aaron's NetworkManager code.  But
34         would make us depend on d-bus.
35
36         * NetworkInformationException.cs: Use error_code for ErrorCode,
37         instead of NativeErrorCode.   Fixes warning. 
38
39 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
40
41         * UnicastIPAddressInformation.cs:
42         * PingException.cs:
43         * TcpConnectionInformation.cs:
44         * IPv4InterfaceStatistics.cs:
45         * NetworkInformationException.cs:
46         * IPAddressInformation.cs:
47         * MulticastIPAddressInformationCollection.cs:
48         * TcpStatistics.cs:
49         * IPGlobalStatistics.cs:
50         * NetworkInformationPermission.cs:
51         * MulticastIPAddressInformation.cs:
52         * IcmpV4Statistics.cs:
53         * IcmpV6Statistics.cs:
54         * IPv4InterfaceProperties.cs:
55         * PhysicalAddress.cs:
56         * IPv6InterfaceProperties.cs:
57         * GatewayIPAddressInformationCollection.cs:
58         * ChangeLog: Modified file.
59         * UnicastIPAddressInformationCollection.cs:
60         * IPAddressCollection.cs:
61         * NetworkInformationPermissionAttribute.cs:
62         * Ping.cs:
63         * NetworkChange.cs:
64         * IPAddressInformationCollection.cs:
65         * UdpStatistics.cs:
66         * GatewayIPAddressInformation.cs:
67         * IPGlobalProperties.cs:
68         * IPInterfaceProperties.cs:
69         * NetworkInterface.cs: implemented or stubbed out.
70
71 2006-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
72
73         * NetBiosNodeType.cs:
74         * IPStatus.cs:
75         * NetworkInterfaceType.cs:
76         * SuffixOrigin.cs:
77         * DuplicateAddressDetectionState.cs:
78         * NetworkInformationAccess.cs:
79         * OperationalStatus.cs:
80         * TcpState.cs:
81         * PingCompletedEventHandler.cs:
82         * NetworkInterfaceComponent.cs:
83         * NetworkAvailabilityChangedEventHandler.cs:
84         * NetworkAvailabilityEventArgs.cs:
85         * PrefixOrigin.cs:
86         * NetworkAddressChangedEventHandler.cs:
87         * PingCompletedEventArgs.cs:
88         * PingOptions.cs:
89         * PingReply.cs: all enums, all event handlers/args + 2 classes.
90