2009-05-26 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChangeLog
index efc692d08e86952040195bf1b12adf66780feacf..df1abe339f8069ad95ca85c673409defc036418c 100755 (executable)
@@ -1,3 +1,105 @@
+2009-05-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpDuplexSessionChannel.cs : It seems that buffered stream channel
+         only accepts buffered messages, so do as such for write buffers.
+         Add RelatesTo header.
+
+2009-05-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DuplexSessionChannelBase.cs, DuplexChannelBase.cs:
+         rename from former to latter.
+
+2009-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpDuplexSessionChannel.cs : reader does not always return full
+         buffer (depending on the stream).
+
+2009-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * PeerDuplexChannel.cs, PeerOutputChannel.cs : use new PeerNode.ctor.
+
+2009-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * PeerCustomResolverBindingElement.cs : (Resolve) returned addresses
+         could be null.
+
+2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelManagerBase.cs : there was annoying non-2.1 stuff.
+
+2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpChannelListener.cs, TcpChannelFactory.cs : get reader quotas.
+
+2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelManagerBase.cs : fix wrong session channel detection.
+
+2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinaryMessageEncoderFactory.cs, BinaryMessageEncoder.cs
+         This encoder factory implements CreateSessionEncoder() and binary
+         encoder does support session transmit, in different media type.
+       * ChannelManagerBase.cs : added utility method to create appropriate
+         encoder.
+       * HttpChannelFactory.cs, HttpChannelListener.cs,
+         MsmqChannelFactory.cs, MsmqChannelListener.cs,
+         PeerChannelFactory.cs, PeerChannelListener.cs,
+         TcpChannelFactory.cs, TcpChannelListener.cs : use above.
+
+2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpDuplexSessionChannel.cs : add ReplyTo header.
+
+2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DuplexSessionBase.cs : new file, for session implementation.
+       * TcpDuplexSessionChannel.cs, PeerDuplexChannel.cs,
+         DuplexSessionChannelBase.cs : changed sync/async implementation
+         pattern. Now async methods call sync methods using delegates.
+
+2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * InputChannelBase.cs, TransportBindingElement.cs, RequestContext.cs:
+         a few minor API fixes.
+
+2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageEncoderFactory.cs : implement CreateSessionEncoder().
+
+2009-05-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpDuplexSessionChannel.cs : add To header.
+
+2009-05-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageFault.cs : fix several SOAP12 fault deserialization in xml
+         parsing.
+
+2009-05-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultConverter.cs : avoid NRE for null IncomingMessageHeaders.
+
+2009-05-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageFault.cs : Reason is mandatory. raise XmlException, and
+         CommunicationException in each CreateFault().
+
+2009-05-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpDuplexSessionChannel.cs : on listener side, get TcpClient at
+         Open(). Some (but not all yet) continuous communication works now.
+         Use ProtocolException. Remove dummy binary session string.
+
+2009-05-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpDuplexSessionChannel.cs : more [MC-NMF] implementation. Moved
+         sending/receiving SizedMessageRecord parts to manager class.
+         Handle writer session, though it is likely broken at dictionary
+         writer part (no string is written so far).
+       * BinaryMessageEncoder.cs : add writer session and rename reader
+         session.
+
 2009-05-14  Atsushi Enomoto  <atsushi@ximian.com>
 
        * TcpDuplexSessionChannel.cs : more [MC-NMF] implementation. Via uri