| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- 2004-03-31 Andreas Nahr <[email protected]>
- * System.Runtime.Remoting.dll.sources: Added:
- AssemblyInfo and Locale
- 2003-12-03 Atsushi Enomoto <[email protected]>
- * Makefile : added reference to System.Web.Services.dll
- 2003-12-03 Lluis Sanchez Gual <[email protected]>
- * System.Runtime.Remoting.dll.sources: Added:
- System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
- System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
- * Makefile: Added new assembly references.
- 2003-11-16 Lluis Sanchez Gual <[email protected]>
- * System.Runtime.Remoting.dll.sources: Added:
- System.Runtime.Remoting.Channels/BinaryCore.cs
- System.Runtime.Remoting.Channels/ChannelCore.cs
- System.Runtime.Remoting.Channels/SoapCore.cs
- 2003-11-13 Lluis Sanchez Gual <[email protected]>
- * System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
- 2003-11-11 Lluis Sanchez Gual <[email protected]>
- * System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
- 2003-09-14 Lluis Sanchez Gual <[email protected]>
- * TcpClientChannel.cs: Fixed constructor.
-
- 2003-08-22 Lluis Sanchez Gual <[email protected]>
- * System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
- 2003-08-20 Lluis Sanchez Gual <[email protected]>
- * TcpConnectionPool.cs: Check if a connection is alive before reusing
- it. Added some properties to support this.
- 2003-08-20 Lluis Sanchez Gual <[email protected]>
- * System.Runtime.Remoting_test.dll.sources: Added new test files.
- 2003-08-18 Lluis Sanchez Gual <[email protected]>
- * HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
- 2003-07-23 Lluis Sanchez Gual <[email protected]>
- * Makefile: added dll extension to System.Runtime.Remoting reference
- 2003-07-23 Lluis Sanchez Gual <[email protected]>
- * System.Runtime.Remoting_test.dll.sources: Added.
- * Makefile: added test support.
- 2003-06-21 Lluis Sanchez Gual <[email protected]>
- * HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
- HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
- by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.
- * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
- 2003-05-13 Lluis Sanchez Gual <[email protected]>
- * BinaryServerFormatterSink.cs: The uri of the target object is now assigned
- to the message through the HeaderHandler delegate.
- 2003-04-27 Lluis Sanchez Gual <[email protected]>
- * TcpChannel.cs: The port property may not be an string. Fixed.
- * TcpServerChannel.cs: Added some fixes by Jerome Laban. Implemented
- some channel properties.
- 2003-04-03 Lluis Sanchez Gual <[email protected]>
- * TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
- sent by Jose Luís Martín.
- * TcpClientTransportSink.cs: Improved support for OneWay messages.
- * BinaryClientFormatterSink.cs: Added Content-Type header.
- 2003-03-25 Martin Willemoes Hansen <[email protected]>
-
- * Stubed System.Runtime.Remoting.MetadataServices
- 2003-03-22 Martin Willemoes Hansen <[email protected]>
- * Stubed System.Runtime.Remoting.Channels.Http
- 2003-02-05 Alvaro del Castillo <[email protected]>
- * System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
- * System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
- * System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
- Change MessageType to MessageStatus so the code is
- more clear
- 2002-12-29 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: Changed management of listener threads.
- * TcpConnectionPool.cs: Add shutdown method.
- * TcpChannel.cs: Corrected shutdown method.
- 2002-12-29 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
- * TcpMessageIO.cs: warning corrected.
- * TcpConnectionPool.cs: changed default value of MaxOpenConnections.
- * TcpClientTransportSink.cs: implemented support for one way calls.
- * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
- * TcpChannel.cs: corrected Parse method. Now can parse channel uris.
- * BinaryServerFormatterSink.cs: Implemented.
- * BinaryClientFormatterSink.cs: Implemented.
-
- 2002-12-29 Lluis Sanchez Gual <[email protected]>
- * CommonTransportKeys.cs: Implemented and added to CVS
- * TcpChannel.cs: Added. It is a more ore less complete implementation
- of the tcp channel, although not yet compatible with MS TcpChannel.
- * TcpClientChannel.cs: Added
- * TcpClientTransportSink.cs: Added
- * TcpClientTransportSinkProvider.cs: Added
- * TcpConnectionPool.cs: Added
- * TcpMessageIO.cs: Added
- * TcpServerChannel.cs: Added
- * TcpServerTransportSink.cs: Added
- * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
- * SimpleServerFormatterSink.cs: Some small corrections
- * SimpleClientFormatterSink.cs: Some small corrections
- 2002-09-03 Dietmar Maurer <[email protected]>
- * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
- impl. the channel wrapper.
- * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
- impl. the channel wrapper.
- * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
- (GetUrlsForUri): use all available channel uris.
- 2002-08-30 Dietmar Maurer <[email protected]>
- * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
- more types.
- 2002-08-14 Rodrigo Moya <[email protected]>
- * TcpChannel.cs: new classes.
|