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