| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- 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.
|