[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChangeLog
index acbb122d5e385b5c4839ee05056cdbdbd3e078d9..6f98db8e2ad9edae4815a2ee4f6ae8977ede21b1 100755 (executable)
@@ -1,3 +1,217 @@
+2010-07-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityBindingElement.cs : implement ToString().
+
+2010-07-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MtomMessageEncodingBindingElement.cs, MtomMessageEncoder.cs :
+         add missing members.
+
+2010-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinaryMessageEncoder.cs, MessageEncoder.cs:
+         The default content type value is null, not the ContentType value.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageSecurityBindingSupport.cs : and move this too.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageSecurityBindingSupport.cs : split a couple of classes out.
+         Changed namespace to internal one.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityChannelFactory.cs
+         SecurityChannelListener.cs
+         SecurityRequestContext.cs
+         SecurityOutputChannel.cs
+         SecurityReplyChannel.cs
+         SecurityRequestChannel.cs
+         SecureMessageGenerator.cs
+         SecureMessageDecryptor.cs
+         WSEncryptedXml.cs
+         WSSignedXml.cs
+         WSSecurityMessageHeader.cs :
+         moved to System.ServiceModel.Channels.Security.
+
+2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityReplyChannel.cs : split from SecurityChannelListener.cs.
+       * AsymmetricSecurityBindingElement.cs
+         WSSecurityMessageHeader.cs
+         SecureMessageDecryptor.cs
+         SecureMessageGenerator.cs
+         SecurityChannelListener.cs
+         SecurityRequestContext.cs
+         WSEncryptedXml.cs
+         SecurityRequestChannel.cs
+         SymmetricSecurityBindingElement.cs
+         SecurityOutputChannel.cs
+         SecurityChannelFactory.cs
+         WSSignedXml.cs
+         SecurityBindingElement.cs : change namespace to move to internal
+         namespace directory.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityRequestContext.cs : remove extraneous buffering.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecureMessageDecryptor.cs : avoid duplicate copy of headers into
+         the decrypted message.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Message.cs, MessageBufferImpl.cs, MessageImpl.cs: preserve and
+         output attributes prefixes, to copy Body/@wsu:Id to successfully
+         verify the xmldsig.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageFault.cs : MessageFault from Message could have empty
+         detail. Have it return HasDetail as expected.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityRequestChannel.cs : do not try to decrypt faults, they
+         are not encrypted.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeader.cs : to clone raw xml completely, avoid using 
+         ReadOuterXml() and text reader but use XmlNodeReader instaed.
+       * Message.cs : avoid extraneous xmlns:u attribute.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeader.cs, MessageHeaderInfo.cs: add internal Prefix
+         property and copy them from source to destination.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageImpl.cs : When XmlReaderMessage was writing its contents,
+         it was dropping body attributes, including wsu:Id for WS-Security.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecureMessageGenerator.cs : MessageBuffer was missing copy of
+         Body wsu:Id attribute.
+       * HttpRequestChannel.cs : remove comment for resolved issue.
+
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpListenerManager.cs : move another old code.
+
+2010-07-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpRequestChannel.cs : remove extra code.
+
+2010-07-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderBodyWriter.cs, MessageFault.cs: warning cleanups.
+
+2010-07-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelFactoryBase.cs : null via uri parameter is not allowed.
+
+2010-07-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpTransportbindingElement.cs : remove "Standalone".
+
+2010-07-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SvcHttpHandler.cs : removed old code and #if blocks.
+
+2010-07-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SvcHttpHandler.cs : add required code for new ASP.NET HTTP stack.
+         Support for new and old stack (both) are temporarily enabled.
+       * HttpTransportBindingElement.cs : switch to new ASP.NET stack.
+
+2010-07-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SvcHttpHandlerFactory.cs : remove unused code.
+       * SvcHttpHandler.cs : ditto. Add some code for what new asp.net
+         support will look like.
+
+2010-07-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Message.cs, MessageImpl.cs, MessageBufferImpl.cs : remove BodyId.
+         XML attributes on s:Body are handled appropriately, not limited to
+         wsu:Id. Added several required overrides to Message and
+         MessageBuffer implementation classes.
+       * SecureMessageGenerator.cs : so, don't use BodyId. Treat it as a
+         specific case but still fallback.
+
+2010-06-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpTransportBindingElement.cs :
+         Use new HTTP channel listener implementation.
+
+2010-06-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpListenerManager.cs : cosmetic code formatting fix.
+
+2010-06-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpListenerManager.cs :
+         No need to get messed around MetadataPublishingInfo anymore.
+
+2010-06-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpListenerManager.cs : remove extra different code paths for
+         channel dispatchers with or without mex endpoints.
+
+2010-06-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpListenerManager.cs : simplify FilterHttpContext().
+
+2010-06-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpListenerManager.cs : add some comments.
+
+2010-06-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpReplyChannel.cs : use MessageVersion.None for GET messages.
+       * HttpChannelListener.cs : remove extra field.
+       * HttpListenerManager.cs : check HelpUrl existence (avoid NRE).
+       * HttpRequestContext.cs : reduce internal field.
+
+2010-06-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MtomMessageEncodingBindingElement.cs: it's base is abstract, use 
+         context.GetInnerProperty<T>().
+
+2010-06-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Binding.cs : enable simpler MessageVersion code (issued got fixed).
+       * MtomMessageEncodingBindingElement.cs, TransportBindingElement.cs,
+         TextMessageEncodingBindingElement.cs : return MessageVersion in
+         GetProperty<T>().
+
+2010-06-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Binding.cs : add commented-out code for MessageVersion replacement.
+       * TransactionFlowBindingElement.cs : implement (almost dummy).
+
+2010-06-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpReplyChannel.cs : accept TCP channel on ReceiveRequest(). This
+         fixes standalone tcp-transport/sample[svc|cli]5.exe test in olive
+         (but not TcpTransportBindingElementTest.SimpleDuplexStreamed.)
+
+2010-06-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpBinaryFrameManager.cs : lock read and write respectively.
+         Finally fixed bug #567672 ('IsOneWay=false' case).
+
+2010-05-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DirectionalAction.cs : remove old code from winfx beta.
+
 2010-05-26  Atsushi Enomoto  <atsushi@ximian.com>
 
        * TcpDuplexSessionChannel.cs, TcpReplyChannel.cs : do not set RelatesTo