2
0

ChangeLog 5.7 KB

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