ChangeLog 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 2009-08-17 Atsushi Enomoto <[email protected]>
  2. * IPeerConnectorContract.cs : fix internal member name to get
  3. serialized correctly.
  4. 2009-08-14 Atsushi Enomoto <[email protected]>
  5. * IPeerConnectorContract.cs : add itself as CallbackContract.
  6. 2009-08-14 Atsushi Enomoto <[email protected]>
  7. * IPeerConnectorContract.cs : remove receiver contract.
  8. 2009-08-14 Atsushi Enomoto <[email protected]>
  9. * IPeerConnectorContract.cs : add Disconnect() to receiver contract.
  10. 2009-08-07 Atsushi Enomoto <[email protected]>
  11. * IPeerConnectorContract.cs : add callback contract.
  12. 2009-08-04 Atsushi Enomoto <[email protected]>
  13. * IPeerConnectorContract.cs : fix contract and add receiver iface
  14. (might be unnecessary though).
  15. 2009-07-31 Atsushi Enomoto <[email protected]>
  16. * IPeerConnectorContract.cs : new file for [MC-PRCH].
  17. 2009-07-14 Atsushi Enomoto <[email protected]>
  18. * ServiceSettingsResponseInfo.cs
  19. RegisterResponseInfo.cs
  20. RefreshResponseInfo.cs
  21. ResolveInfo.cs
  22. UpdateInfo.cs
  23. RegisterInfo.cs
  24. UnregisterInfo.cs
  25. ResolveResponseInfo.cs
  26. RefreshInfo.cs : implement HasBody(). I couldn't find any case
  27. that this method might return false.
  28. 2009-07-14 Atsushi Enomoto <[email protected]>
  29. * CustomPeerResolverService.cs : remove commented code.
  30. Fix and reduce extra code in ServiceBehaviorAttribute.
  31. 2009-07-14 Atsushi Enomoto <[email protected]>
  32. * ResolveResponseInfo.cs : by default it returns empty address list,
  33. instead of xsi:nil.
  34. * LocalPeerResolverService.cs : resolve operation should return
  35. all registered nodes but the client itself.
  36. 2009-07-14 Atsushi Enomoto <[email protected]>
  37. * RefreshResponseInfo.cs : fix name typo.
  38. 2009-07-09 Atsushi Enomoto <[email protected]>
  39. * LocalPeerResolverService.cs : fix RegistrationLifetime to return.
  40. 2009-07-07 Atsushi Enomoto <[email protected]>
  41. * CustomPeerResolverService.cs, LocalPeerResolverService.cs,
  42. ICustomPeerResolverContract.cs : add local machine peer resolver
  43. implementation that can work across appdomains (based on
  44. dispatching peer resolver that communicates with a ServiceHost
  45. which is either locally started or running as a different process).
  46. 2009-06-01 Atsushi Enomoto <[email protected]>
  47. * CustomPeerResolverService.cs : Refresh() now gives readable reply.
  48. 2009-05-29 Atsushi Enomoto <[email protected]>
  49. * CustomPeerResolverService.cs : implement some members.
  50. 2009-05-29 Atsushi Enomoto <[email protected]>
  51. * RegisterResponseInfo.cs : it does not always reply lifetime.
  52. 2009-05-28 Atsushi Enomoto <[email protected]>
  53. * RegisterResponseInfo.cs : oops, Marcos was right. .NET returns
  54. "Update" element here.
  55. 2009-05-28 Atsushi Enomoto <[email protected]>
  56. * ServiceSettingsResponseInfo.cs, RegisterResponseInfo.cs,
  57. RefreshResponseInfo.cs, ResolveInfo.cs, UpdateInfo.cs,
  58. UnregisterInfo.cs, ResolveResponseInfo.cs, RefreshInfo.cs :
  59. set explicit namespaces on DataContract so that their members can
  60. be serialized in appropriate namespace (namespaces in
  61. MessageBodyMemberAttribute does not apply there).
  62. 2009-05-27 Atsushi Enomoto <[email protected]>
  63. * ResolveInfo.cs : argument check.
  64. 2009-04-21 Atsushi Enomoto <[email protected]>
  65. * PeerCustomResolverSettings.cs : added Clone().
  66. 2009-04-07 Atsushi Enomoto <[email protected]>
  67. * IPeerResolverContract.cs: fix SessionMode value.
  68. 2007-08-19 Atsushi Enomoto <[email protected]>
  69. * RegisterInfo.cs : marcos would have never thought that this is
  70. the source of message xml incompatibility.
  71. 2007-08-19 Marcos Cobena ([email protected])
  72. * PeerCustomResolverSettings.cs, RefreshInfo.cs, RefreshResponseInfo.cs,
  73. ServiceSettingsResponseInfo.cs, UnregisterInfo.cs, UpdateInfo.cs: Bunch of updates.
  74. 2007-08-19 Atsushi Enomoto <[email protected]>
  75. * PeerCustomResolverSettings.cs : this class too.
  76. 2007-08-19 Atsushi Enomoto <[email protected]>
  77. * PeerResolverSettings.cs : there is nothing actually supported in
  78. this class, so don't forget MonoTODOs.
  79. 2007-08-17 Marcos Cobena ([email protected])
  80. * CustomPeerResolverService.cs: Updated to dependency types.
  81. * RegisterInfo.cs, RegisterResponseInfo.cs, ResolveInfo.cs,
  82. ResolveResponseInfo.cs, UnregisterInfo.cs: Updated to produce same messages as .NET does.
  83. 2007-08-17 Atsushi Enomoto <[email protected]>
  84. * RegisterInfo.cs : rewritten. Fixed broken approach to static
  85. object and eliminated duplicate fields. Use DataMember on Guid
  86. field directly.
  87. 2007-08-16 Marcos Cobena ([email protected])
  88. * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
  89. * PeerResolverMode.cs: Updated API.
  90. * RefreshResult.cs: Updated API.
  91. * RegisterInfo.cs: Almost finished, minus HasBody().
  92. 2007-07-24 Marcos Cobena ([email protected])
  93. * CustomPeerResolverService.cs, IPeerResolverContract.cs, RegisterInfo.cs, ResolveInfo.cs: Minor changes.
  94. * RegisterResponseInfo.cs: Implemented.
  95. 2007-06-28 Marcos Cobena ([email protected])
  96. * CustomPeerResolverService.cs : Minor fixes for working against tests.
  97. * New classes initial implementations.
  98. 2007-05-18 Marcos Cobena ([email protected])
  99. * IPeerResolverContract.cs
  100. CustomPeerResolverService.cs : Minor fixes. IPeerResolverContract
  101. works fine now with attributes.
  102. 2007-05-13 Atsushi Enomoto <[email protected]>
  103. * IPeerResolverContract.cs CustomPeerResolverService.cs :
  104. whitespaces should be replaced with tabs.
  105. 2007-05-04 Marcos Cobena ([email protected])
  106. * IPeerResolverContract.cs
  107. CustomPeerResolverService.cs : Initial implementations.