New test.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / ChangeLog
index 586e5bdd75cfadcd5dbd9154ee463e4cbdfe7103..18e9e2ff16223814388e478afd42e681c5649f51 100644 (file)
@@ -1,3 +1,99 @@
+2005-11-05  Robert Jordan  <robertj@gmx.net>
+
+       * ISecurableChannel.cs: Added.
+
+2005-10-17  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * ChannelServices.cs: RegisteredChannels should not include the
+       hidden cross app domain channel. Fixes bug #76454. 
+
+2005-06-01  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * TransportHeaders.cs: This collection turns out to be case insensitive
+       AND culture insensitive.
+
+2005-05-31  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * TransportHeaders.cs: This collection turns out to be case insensitive.
+
+2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
+
+       * CrossAppDomainChannel.cs: Remove call to ResetDataStoreStatus ().
+
+2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * CrossAppDomainChannel.cs: Added getter for the target domain Id.
+
+2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * CrossAppDomainChannel.cs: In CreateMessageSink, ignore the url
+         parameter, it is not needed.
+
+2004-07-02  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * ChannelServices.cs: In RegisterChannel, ignore name colisions if the
+         channel name is "". This fixes bug #61592.
+
+2004-07-02  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * ChannelServices.cs: In UnregisterChannel, look for registered channels
+         using reference compares.
+
+2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * TransportHeaders.cs: added TODO for serialization
+
+2004-06-10  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ChannelServices.cs: ExceptionFilterSink should be internal.
+
+2004-05-14  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * AggregateDictionary.cs: Moved to System.Runtime.Remoting.Channels 
+         namespace.
+       * BaseChannelObjectWithProperties.cs: format.
+       * BaseChannelWithProperties.cs: Implemented.
+
+2004-05-11  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ChannelServices.cs: Configure delayed load channels when a chanel lookup
+         fails.
+       
+2004-04-26  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ChannelServices.cs: Implemented partial support for CustomErrors
+         configuraiton option.
+
+2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * GetChannelSinkProperties.cs: Implemented GetChannelSinkProperties().
+       * ServerDispatchSink.cs: Removed some TODOs.
+       * AggregateDictionary.cs: Added.
+
+2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ChannelServices.cs: Removed some TODOs. Implemented AsyncDispatchMessage.
+
+2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ChannelServices.cs: Catch errors when creating configured channels.
+
+2003-11-12  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ChannelServices.cs: Added support for creating channels from configuration
+         files. Added some locks.
+       * SinkProviderData.cs: Implemented.
+
+2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * CrossAppDomainChannel.cs: Implemented support for async calls.
+       * ClientChannelSinkStack.cs, ServerDispatchSinkProvider.cs: Removed some TODOs
+
+2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
+
+       * CrossAppDomainChannel.cs (SyncProcessMessage): Use the new 
+       InvokeInDomain function instead of calling SetDomain.   
+
 2003-10-23  Lluis Sanchez Gual <lluis@ximian.com>
 
        * CrossAppDomainChannel.cs: Before the domain switch, save and reset