2010-07-05 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels.Http / ChangeLog
1 2010-07-05  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * HttpStandaloneReplyChannel.cs
4           HttpStandaloneRequestContext.cs
5           HttpStandaloneChannelListener.cs
6           HttpReplyChannel.cs
7           HttpRequestContext.cs
8           HttpChannelListener.cs : renamed former 3 files to latter 3 files.
9
10 2010-07-05  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * HttpStandaloneReplyChannel.cs, HttpChannelListenerEntry.cs,
13           HttpContextInfo.cs, HttpListenerManager.cs,
14           HttpStandaloneRequestContext.cs, HttpListenerManagerTable.cs:
15           Fixed wsdl support in the new codebase, so enabled it again, and
16           made significant changes for ASP.NET integration. Now ASP.NET
17           implementation switched to the new one.
18
19 2010-07-05  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * HttpStandaloneReplyChannel.cs
22           HttpContextInfo.cs
23           HttpListenerManager.cs
24           HttpStandaloneRequestContext.cs
25           HttpListenerManagerTable.cs : revert previous changes, regression
26           on wsdl support.
27
28 2010-07-02  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * HttpStandaloneReplyChannel.cs, HttpStandaloneRequestContext.cs:
31           add more code that the asp.net stuff will become like.
32
33 2010-07-02  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * HttpStandaloneReplyChannel.cs, HttpListenerManager.cs,
36           HttpStandaloneRequestContext.cs :
37           refactoring, to add ASP.NET implementation. (not in use yet)
38
39 2010-07-02  Atsushi Enomoto  <atsushi@ximian.com>
40
41         * HttpContextInfo.cs, HttpListenerManager.cs,
42           HttpListenerManagerTable.cs : add implementation for ASP.NET, not
43           in use yet.
44
45 2010-06-24  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * HttpListenerManager.cs : finish pending wait handle when closing
48           a listener. Fixed the issue on closing host/listener/channels.
49
50 2010-06-24  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * HttpStandaloneReplyChannel.cs : do not try to enter close loop
53           between request context and this.
54
55 2010-06-23  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * HttpStandaloneChannelListener.cs
58           HttpStandaloneReplyChannel.cs
59           HttpStandaloneRequestContext.cs
60           HttpListenerManagerTable.cs
61           HttpChannelListenerEntry.cs
62           HttpContextInfo.cs
63           HttpListenerManager.cs :
64           Refresh implementation for HTTP channel listener in new namespace,
65           which works fine with throttling.
66
67           It still has some issue in closing channels or listeners, so it
68           does not replace existing implementation yet.