2010-02-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChangeLog
index 45a1065166782eaabc334e624138e4912daba7f0..6d6ed04255fcddcf45c09a285419bf88164f8f59 100755 (executable)
@@ -1,3 +1,33 @@
+2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinaryMessageEncoder.cs : moved soap_dictionary to Constants.
+
+2010-02-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       *  HttpTransportBindingElement.cs : ... and add MONOTOUCH on #ifs.
+
+2010-02-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       *  HttpRequestChannel.cs, HttpTransportBindingElement.cs :
+         enable authentication schemes on monotouch.
+
+2010-02-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SvcHttpHandler.cs : a wait handle could be used for more than one
+         requests and hence it sometimes blocked one reply channel. Now
+         it creates a wait handle for each ASP.NET request so that such
+         multiple use should not occur. This should fix blocking on
+         concurrent requests (it indeed fixes as long as I can see).
+
+2010-02-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * AspNetReplyChannel.cs : remove garbage output.
+
+2010-02-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SvcHttpHandler.cs : Use lock when it tries to create the service
+         host.
+
 2010-02-02  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SvcHttpHandlerFactory.cs : lock when it tries to acquire