ChangeLog 2.8 KB

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