ChangeLog 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  2. * IPAddress.cs: finished all MonoTODO's. Use network order to store
  3. the address. Check for max and min values in Address:set. IsLoopback()
  4. returns now true for all 127.x.y.z. Some more checks in Parse ().
  5. 2002-02-24 Duncan Mak <[email protected]>
  6. * ICredentialLookup.cs: Added the GetCredential method to the
  7. interface. The interface is named "ICredentials", should this file
  8. be renamed?
  9. * NetworkCredential.cs: Added to CVS. Need to investigate on how
  10. GetCredential() works
  11. 2002-01-23 Dick Porter <[email protected]>
  12. * SocketAddress.cs: Implemented.
  13. * IPEndPoint.cs: Turned 'Address' field into a real property.
  14. Implemented Create() and Serialize() methods.
  15. * IPAddress.cs: Fixed class constructor, turned 'Address' field
  16. into a real property. Removed undocumented "public
  17. IPAddress(string)" constructor.
  18. * EndPoint.cs: Implemented. All methods return
  19. NotSupportedException to enforce subclass overriding.
  20. * Dns.cs: Replaced fixed-layout Hostent struct and cygwin
  21. P/Invokes with portable internal calls.
  22. 2002-01-17 Miguel de Icaza <[email protected]>
  23. * Dns.cs: Updated to API changes.
  24. * IPAddress.cs: Updated API. Much left to implement.
  25. * Dns.cs: Remove IPToString method
  26. 2002-01-06 Ravi Pratap <[email protected]>
  27. * Dns.cs, AuthenticationManager.cs, SocketAddress.cs : MonoTODO
  28. attribute insertion.
  29. 2001-11-22 Nick Drochak <[email protected]>
  30. * IPAddress.cs: Fix constructor bug, properly name Address property,
  31. and use triple-slash for comments.
  32. 2001-11-20 Miguel de Icaza <[email protected]>
  33. * IPAddress.cs: Updated to contain Any, Broadcast, Loopback and
  34. None as suggested by Phillip.
  35. 2001-09-26 Mads Pultz <[email protected]>
  36. * Dns.cs: Initial work on BeginGetHostByName and EndGetHostByName implemented.
  37. 2001-09-24 Mads Pultz <[email protected]>
  38. * Dns.cs: Minor changes (some print statements removed)
  39. 2001-09-23 Mads Pultz <[email protected]>
  40. * Dns.cs: Initial work submitted to repository.
  41. * IPHostEntry.cs: Initial work submitted to repository.
  42. 2001-07-12 Sean MacIsaac <[email protected]>
  43. * Authorization.cs: Fixed compiler error.
  44. * IAuthenticationModule.cs: Changes for Beta2.
  45. * IPAddress.cs: Internal storage changed to be uint not int.
  46. * IPEndPoint.cs: Fixed compiler error.
  47. * EndPoint.cs: Fixed compiler error.
  48. * AuthenticationManager.cs: Fixed typo.