| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- 2009-07-31 Atsushi Enomoto <[email protected]>
- * IPeerConnectorContract.cs : new file for [MC-PRCH].
- 2009-07-14 Atsushi Enomoto <[email protected]>
- * ServiceSettingsResponseInfo.cs
- RegisterResponseInfo.cs
- RefreshResponseInfo.cs
- ResolveInfo.cs
- UpdateInfo.cs
- RegisterInfo.cs
- UnregisterInfo.cs
- ResolveResponseInfo.cs
- RefreshInfo.cs : implement HasBody(). I couldn't find any case
- that this method might return false.
- 2009-07-14 Atsushi Enomoto <[email protected]>
- * CustomPeerResolverService.cs : remove commented code.
- Fix and reduce extra code in ServiceBehaviorAttribute.
- 2009-07-14 Atsushi Enomoto <[email protected]>
- * ResolveResponseInfo.cs : by default it returns empty address list,
- instead of xsi:nil.
- * LocalPeerResolverService.cs : resolve operation should return
- all registered nodes but the client itself.
- 2009-07-14 Atsushi Enomoto <[email protected]>
- * RefreshResponseInfo.cs : fix name typo.
- 2009-07-09 Atsushi Enomoto <[email protected]>
- * LocalPeerResolverService.cs : fix RegistrationLifetime to return.
- 2009-07-07 Atsushi Enomoto <[email protected]>
- * CustomPeerResolverService.cs, LocalPeerResolverService.cs,
- ICustomPeerResolverContract.cs : add local machine peer resolver
- implementation that can work across appdomains (based on
- dispatching peer resolver that communicates with a ServiceHost
- which is either locally started or running as a different process).
- 2009-06-01 Atsushi Enomoto <[email protected]>
- * CustomPeerResolverService.cs : Refresh() now gives readable reply.
- 2009-05-29 Atsushi Enomoto <[email protected]>
- * CustomPeerResolverService.cs : implement some members.
- 2009-05-29 Atsushi Enomoto <[email protected]>
- * RegisterResponseInfo.cs : it does not always reply lifetime.
- 2009-05-28 Atsushi Enomoto <[email protected]>
- * RegisterResponseInfo.cs : oops, Marcos was right. .NET returns
- "Update" element here.
- 2009-05-28 Atsushi Enomoto <[email protected]>
- * ServiceSettingsResponseInfo.cs, RegisterResponseInfo.cs,
- RefreshResponseInfo.cs, ResolveInfo.cs, UpdateInfo.cs,
- UnregisterInfo.cs, ResolveResponseInfo.cs, RefreshInfo.cs :
- set explicit namespaces on DataContract so that their members can
- be serialized in appropriate namespace (namespaces in
- MessageBodyMemberAttribute does not apply there).
- 2009-05-27 Atsushi Enomoto <[email protected]>
- * ResolveInfo.cs : argument check.
- 2009-04-21 Atsushi Enomoto <[email protected]>
- * PeerCustomResolverSettings.cs : added Clone().
- 2009-04-07 Atsushi Enomoto <[email protected]>
- * IPeerResolverContract.cs: fix SessionMode value.
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * RegisterInfo.cs : marcos would have never thought that this is
- the source of message xml incompatibility.
- 2007-08-19 Marcos Cobena ([email protected])
- * PeerCustomResolverSettings.cs, RefreshInfo.cs, RefreshResponseInfo.cs,
- ServiceSettingsResponseInfo.cs, UnregisterInfo.cs, UpdateInfo.cs: Bunch of updates.
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * PeerCustomResolverSettings.cs : this class too.
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * PeerResolverSettings.cs : there is nothing actually supported in
- this class, so don't forget MonoTODOs.
- 2007-08-17 Marcos Cobena ([email protected])
- * CustomPeerResolverService.cs: Updated to dependency types.
- * RegisterInfo.cs, RegisterResponseInfo.cs, ResolveInfo.cs,
- ResolveResponseInfo.cs, UnregisterInfo.cs: Updated to produce same messages as .NET does.
- 2007-08-17 Atsushi Enomoto <[email protected]>
- * RegisterInfo.cs : rewritten. Fixed broken approach to static
- object and eliminated duplicate fields. Use DataMember on Guid
- field directly.
- 2007-08-16 Marcos Cobena ([email protected])
- * PeerReferralPolicy.cs: Moved and updated here from AllEnums.cs.
- * PeerResolverMode.cs: Updated API.
- * RefreshResult.cs: Updated API.
- * RegisterInfo.cs: Almost finished, minus HasBody().
- 2007-07-24 Marcos Cobena ([email protected])
- * CustomPeerResolverService.cs, IPeerResolverContract.cs, RegisterInfo.cs, ResolveInfo.cs: Minor changes.
- * RegisterResponseInfo.cs: Implemented.
- 2007-06-28 Marcos Cobena ([email protected])
- * CustomPeerResolverService.cs : Minor fixes for working against tests.
- * New classes initial implementations.
- 2007-05-18 Marcos Cobena ([email protected])
- * IPeerResolverContract.cs
- CustomPeerResolverService.cs : Minor fixes. IPeerResolverContract
- works fine now with attributes.
- 2007-05-13 Atsushi Enomoto <[email protected]>
- * IPeerResolverContract.cs CustomPeerResolverService.cs :
- whitespaces should be replaced with tabs.
- 2007-05-04 Marcos Cobena ([email protected])
- * IPeerResolverContract.cs
- CustomPeerResolverService.cs : Initial implementations.
|