2009-05-26 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChangeLog
index 5cf60b70b03b29d89e97da3bcb49ae7a06704bc2..df1abe339f8069ad95ca85c673409defc036418c 100755 (executable)
@@ -1,3 +1,40 @@
+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