2009-08-24 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Dispatcher / ChangeLog
index a22d01cc63f24412bbb8f9f95eb0b8a7bd23a924..ad280007a0eeab825f46d2353088879cf16aa1aa 100644 (file)
@@ -1,3 +1,52 @@
+2009-08-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * EndpointDispatcher.cs, ChannelDispatcher.cs : differentiate
+         service dispatch and callback client dispatch at initialization.
+
+2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs : also made reference to host optional.
+
+2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs : isolated loop manager class from parent,
+         as well as moved some code from parent.
+
+2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcherCollection.cs : remove extra members.
+
+2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs, EndpointDispatcher.cs :
+         moved some initialization code from ServiceHostBase, to start
+         reducing dependencies on ServiceHostBase.
+
+2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs : handle unknown message in host event.
+
+2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * EndpointDispatcher.cs : do not try to create wrong filter.
+
+2009-08-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs : EndpointNotFoundException message could
+         be a bit kindful.
+
+2009-08-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * IOperationInvoker.cs : fix interface.
+       * DefaultOperationInvoker.cs : refresh implementation of the above.
+       * BaseMessagesFormatter.cs, OperationInvokerHandler.cs :
+         dependent changes for above.
+
+2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * InputOrReplyRequestProcessor.cs : now it could return an instance
+         of dynamically generated proxy over DuplexServiceRuntimeChannel.
+
 2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ClientRuntime.cs : oops, it should have been committed at a time.