[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / ChangeLog
1 2010-02-26  Robert Jordan  <robertj@gmx.net>
2
3         * Remove MonoHttp (NET_1_1) from the build.
4
5 2008-09-19  Michael Hutchinson  <mhutchinson@novell.com>
6
7         * System.Runtime.Remoting_test.dll.sources: add HttpBugtests.cs.
8
9 2008-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * System.Runtime.Remoting.dll.sources: add SocketCachePolicy.cs.
12
13 2008-01-25  Gert Driesen  <drieseng@users.sourceforge.net>
14
15         * System.Runtime.Remoting_test.dll.sources: add TcpChannelTest.cs.
16
17 2007-05-19  Robert Jordan  <robertj@gmx.net>
18
19         * System.Runtime.Remoting_test.dll.sources: add IpcChannelTest.cs
20
21 2007-01-09  Robert Jordan  <robertj@gmx.net>
22
23         * System.Runtime.Remoting_test.dll.sources: add GenericTest.cs.
24
25 2005-11-16  Vladislav Spivak  <spivak@mainsoft.com>
26         * Added net_1_1_java source includes and excludes
27
28 2005-11-05  Robert Jordan  <robertj@gmx.net>
29
30         * System.Runtime.Remoting.dll.sources: Added Channels/IAuthorizeRemotingConnection.cs
31
32 2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
33
34         * Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln
35         * AssemblyInfo.cs: only TARGET_JVM changes
36
37 2005-11-05  Robert Jordan  <robertj@gmx.net>
38
39         * System.Runtime.Remoting.dll.sources: Removed Ipc/IpcChannelFactory.cs
40
41 2005-10-19  Robert Jordan  <robertj@gmx.net>
42
43         * System.Runtime.Remoting.dll.sources: Added S.R.R.Channels.Ipc*
44         * System.Runtime.Remoting_test.dll.sources: Added IpcCalls.cs
45
46 2005-10-16  Robert Jordan  <robertj@gmx.net>
47
48         * Added System.Runtime.Remoting.Channels.Ipc* for NET_2_0
49
50 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
51
52         * System.Runtime.Remoting_test.dll.sources: Added:
53                 System.Runtime.Remoting.Channels/RemotingThreadPool.cs
54
55 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
56
57         * Makefile: Add '.' to MONO_PATH during test. Fixes #68377.
58
59 2004-09-27  Lluis Sanchez Gual <lluis@novell.com>
60
61         * System.Runtime.Remoting_test.dll.sources: Added RemotingServicesTest.cs.
62
63 2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>
64
65         * System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.
66
67 2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
68
69         * System.Runtime.Remoting.dll.sources: Added:
70           System.Runtime.Remoting.Channels.Http/AggregateDictionary.cs,
71           System.Runtime.Remoting.Services/RemotingClientProxy.cs,
72           System.Runtime.Remoting.Services/RemotingService.cs
73
74 2004-04-29  Lluis Sanchez Gual <lluis@ximian.com>
75
76         * Makefile: Removed unneeded System.Web.Services dependency.
77
78 2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
79
80         * System.Runtime.Remoting.dll.sources: Added:
81           AssemblyInfo and Locale
82
83 2003-12-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
84
85         * Makefile : added reference to System.Web.Services.dll
86
87 2003-12-03  Lluis Sanchez Gual <lluis@ximian.com>
88
89         * System.Runtime.Remoting.dll.sources: Added:
90                 System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
91                 System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
92         * Makefile: Added new assembly references.
93
94 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
95
96         * System.Runtime.Remoting.dll.sources: Added:
97                 System.Runtime.Remoting.Channels/BinaryCore.cs
98                 System.Runtime.Remoting.Channels/ChannelCore.cs
99                 System.Runtime.Remoting.Channels/SoapCore.cs
100
101 2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
102
103         * System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
104
105 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
106
107         * System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
108
109 2003-09-14  Lluis Sanchez Gual <lluis@ximian.com>
110
111         * TcpClientChannel.cs: Fixed constructor.
112         
113 2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
114
115         * System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
116
117 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
118
119         * TcpConnectionPool.cs: Check if a connection is alive before reusing
120           it. Added some properties to support this.
121
122 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
123
124         * System.Runtime.Remoting_test.dll.sources: Added new test files.
125
126 2003-08-18  Lluis Sanchez Gual <lluis@ximian.com>
127
128         * HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
129
130 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
131
132         * Makefile: added dll extension to System.Runtime.Remoting reference
133
134 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
135
136         * System.Runtime.Remoting_test.dll.sources: Added.
137         * Makefile: added test support.
138
139 2003-06-21  Lluis Sanchez Gual <lluis@ximian.com>
140
141         * HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
142           HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
143           by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.
144         * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
145
146 2003-05-13  Lluis Sanchez Gual <lluis@ideary.com>
147
148         * BinaryServerFormatterSink.cs: The uri of the target object is now assigned
149           to the message through the HeaderHandler delegate.
150
151 2003-04-27  Lluis Sanchez Gual <lluis@ideary.com>
152
153         * TcpChannel.cs: The port property may not be an string. Fixed.
154         * TcpServerChannel.cs: Added some fixes by Jerome Laban. Implemented
155           some channel properties.
156
157 2003-04-03  Lluis Sanchez Gual <lluis@ideary.com>
158
159         * TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
160           sent by Jose Luís Martín.
161         * TcpClientTransportSink.cs: Improved support for OneWay messages.
162         * BinaryClientFormatterSink.cs: Added Content-Type header.
163
164 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
165         
166         * Stubed System.Runtime.Remoting.MetadataServices
167
168 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
169
170         * Stubed System.Runtime.Remoting.Channels.Http
171
172 2003-02-05  Alvaro del Castillo <acs@barrapunto.com>
173
174         * System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
175         * System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
176         * System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
177         Change MessageType to MessageStatus so the code is
178         more clear
179
180 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
181
182         * TcpServerChannel.cs: Changed management of listener threads.
183         * TcpConnectionPool.cs: Add shutdown method.
184         * TcpChannel.cs: Corrected shutdown method.
185
186 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
187
188         * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
189         * TcpMessageIO.cs: warning corrected.
190         * TcpConnectionPool.cs: changed default value of MaxOpenConnections.
191         * TcpClientTransportSink.cs: implemented support for one way calls.
192         * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
193         * TcpChannel.cs: corrected Parse method. Now can parse channel uris.
194         * BinaryServerFormatterSink.cs: Implemented.
195         * BinaryClientFormatterSink.cs: Implemented.
196         
197 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
198
199         * CommonTransportKeys.cs: Implemented and added to CVS
200         * TcpChannel.cs: Added. It is a more ore less complete implementation
201           of the tcp channel, although not yet compatible with MS TcpChannel.
202         * TcpClientChannel.cs: Added
203         * TcpClientTransportSink.cs: Added
204         * TcpClientTransportSinkProvider.cs: Added
205         * TcpConnectionPool.cs: Added
206         * TcpMessageIO.cs: Added
207         * TcpServerChannel.cs: Added
208         * TcpServerTransportSink.cs: Added
209         * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
210         * SimpleServerFormatterSink.cs: Some small corrections
211         * SimpleClientFormatterSink.cs: Some small corrections
212
213 2002-09-03  Dietmar Maurer  <dietmar@ximian.com>
214
215         * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
216         impl. the channel wrapper.
217
218         * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
219         impl. the channel wrapper.
220
221         * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
222         (GetUrlsForUri): use all available channel uris. 
223
224 2002-08-30  Dietmar Maurer  <dietmar@ximian.com>
225
226         * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
227         more types.
228
229 2002-08-14  Rodrigo Moya <rodrigo@ximian.com>
230
231         * TcpChannel.cs: new classes.