a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
232 lines
7.6 KiB
Plaintext
232 lines
7.6 KiB
Plaintext
2010-02-26 Robert Jordan <robertj@gmx.net>
|
|
|
|
* Remove MonoHttp (NET_1_1) from the build.
|
|
|
|
2008-09-19 Michael Hutchinson <mhutchinson@novell.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: add HttpBugtests.cs.
|
|
|
|
2008-08-09 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* System.Runtime.Remoting.dll.sources: add SocketCachePolicy.cs.
|
|
|
|
2008-01-25 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: add TcpChannelTest.cs.
|
|
|
|
2007-05-19 Robert Jordan <robertj@gmx.net>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: add IpcChannelTest.cs
|
|
|
|
2007-01-09 Robert Jordan <robertj@gmx.net>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: add GenericTest.cs.
|
|
|
|
2005-11-16 Vladislav Spivak <spivak@mainsoft.com>
|
|
* Added net_1_1_java source includes and excludes
|
|
|
|
2005-11-05 Robert Jordan <robertj@gmx.net>
|
|
|
|
* System.Runtime.Remoting.dll.sources: Added Channels/IAuthorizeRemotingConnection.cs
|
|
|
|
2005-11-06 Svetlana Zholkovsky <svetlanaz@mainsoft.com>
|
|
|
|
* Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln
|
|
* AssemblyInfo.cs: only TARGET_JVM changes
|
|
|
|
2005-11-05 Robert Jordan <robertj@gmx.net>
|
|
|
|
* System.Runtime.Remoting.dll.sources: Removed Ipc/IpcChannelFactory.cs
|
|
|
|
2005-10-19 Robert Jordan <robertj@gmx.net>
|
|
|
|
* System.Runtime.Remoting.dll.sources: Added S.R.R.Channels.Ipc*
|
|
* System.Runtime.Remoting_test.dll.sources: Added IpcCalls.cs
|
|
|
|
2005-10-16 Robert Jordan <robertj@gmx.net>
|
|
|
|
* Added System.Runtime.Remoting.Channels.Ipc* for NET_2_0
|
|
|
|
2005-01-14 Lluis Sanchez Gual <lluis@novell.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: Added:
|
|
System.Runtime.Remoting.Channels/RemotingThreadPool.cs
|
|
|
|
2004-10-25 Zoltan Varga <vargaz@freemail.hu>
|
|
|
|
* Makefile: Add '.' to MONO_PATH during test. Fixes #68377.
|
|
|
|
2004-09-27 Lluis Sanchez Gual <lluis@novell.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: Added RemotingServicesTest.cs.
|
|
|
|
2004-06-23 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.
|
|
|
|
2004-05-13 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* System.Runtime.Remoting.dll.sources: Added:
|
|
System.Runtime.Remoting.Channels.Http/AggregateDictionary.cs,
|
|
System.Runtime.Remoting.Services/RemotingClientProxy.cs,
|
|
System.Runtime.Remoting.Services/RemotingService.cs
|
|
|
|
2004-04-29 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* Makefile: Removed unneeded System.Web.Services dependency.
|
|
|
|
2004-03-31 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
|
|
|
* System.Runtime.Remoting.dll.sources: Added:
|
|
AssemblyInfo and Locale
|
|
|
|
2003-12-03 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
|
|
|
|
* Makefile : added reference to System.Web.Services.dll
|
|
|
|
2003-12-03 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* 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 <lluis@ximian.com>
|
|
|
|
* 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 <lluis@ximian.com>
|
|
|
|
* System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
|
|
|
|
2003-11-11 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
|
|
|
|
2003-09-14 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* TcpClientChannel.cs: Fixed constructor.
|
|
|
|
2003-08-22 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
|
|
|
|
2003-08-20 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* TcpConnectionPool.cs: Check if a connection is alive before reusing
|
|
it. Added some properties to support this.
|
|
|
|
2003-08-20 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: Added new test files.
|
|
|
|
2003-08-18 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
|
|
|
|
2003-07-23 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* Makefile: added dll extension to System.Runtime.Remoting reference
|
|
|
|
2003-07-23 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* System.Runtime.Remoting_test.dll.sources: Added.
|
|
* Makefile: added test support.
|
|
|
|
2003-06-21 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* 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 <lluis@ideary.com>
|
|
|
|
* BinaryServerFormatterSink.cs: The uri of the target object is now assigned
|
|
to the message through the HeaderHandler delegate.
|
|
|
|
2003-04-27 Lluis Sanchez Gual <lluis@ideary.com>
|
|
|
|
* 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 <lluis@ideary.com>
|
|
|
|
* 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 <mwh@sysrq.dk>
|
|
|
|
* Stubed System.Runtime.Remoting.MetadataServices
|
|
|
|
2003-03-22 Martin Willemoes Hansen <mwh@sysrq.dk>
|
|
|
|
* Stubed System.Runtime.Remoting.Channels.Http
|
|
|
|
2003-02-05 Alvaro del Castillo <acs@barrapunto.com>
|
|
|
|
* 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 <lluis@ideary.com>
|
|
|
|
* TcpServerChannel.cs: Changed management of listener threads.
|
|
* TcpConnectionPool.cs: Add shutdown method.
|
|
* TcpChannel.cs: Corrected shutdown method.
|
|
|
|
2002-12-29 Lluis Sanchez Gual <lluis@ideary.com>
|
|
|
|
* 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 <lluis@ideary.com>
|
|
|
|
* 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 <dietmar@ximian.com>
|
|
|
|
* 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 <dietmar@ximian.com>
|
|
|
|
* System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
|
|
more types.
|
|
|
|
2002-08-14 Rodrigo Moya <rodrigo@ximian.com>
|
|
|
|
* TcpChannel.cs: new classes.
|