ChangeLog 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. 2007-01-09 Robert Jordan <[email protected]>
  2. * System.Runtime.Remoting_test.dll.sources: add GenericTest.cs.
  3. 2005-11-16 Vladislav Spivak <[email protected]>
  4. * Added net_1_1_java source includes and excludes
  5. 2005-11-05 Robert Jordan <[email protected]>
  6. * System.Runtime.Remoting.dll.sources: Added Channels/IAuthorizeRemotingConnection.cs
  7. 2005-11-06 Svetlana Zholkovsky <[email protected]>
  8. * Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln
  9. * AssemblyInfo.cs: only TARGET_JVM changes
  10. 2005-11-05 Robert Jordan <[email protected]>
  11. * System.Runtime.Remoting.dll.sources: Removed Ipc/IpcChannelFactory.cs
  12. 2005-10-19 Robert Jordan <[email protected]>
  13. * System.Runtime.Remoting.dll.sources: Added S.R.R.Channels.Ipc*
  14. * System.Runtime.Remoting_test.dll.sources: Added IpcCalls.cs
  15. 2005-10-16 Robert Jordan <[email protected]>
  16. * Added System.Runtime.Remoting.Channels.Ipc* for NET_2_0
  17. 2005-01-14 Lluis Sanchez Gual <[email protected]>
  18. * System.Runtime.Remoting_test.dll.sources: Added:
  19. System.Runtime.Remoting.Channels/RemotingThreadPool.cs
  20. 2004-10-25 Zoltan Varga <[email protected]>
  21. * Makefile: Add '.' to MONO_PATH during test. Fixes #68377.
  22. 2004-09-27 Lluis Sanchez Gual <[email protected]>
  23. * System.Runtime.Remoting_test.dll.sources: Added RemotingServicesTest.cs.
  24. 2004-06-23 Lluis Sanchez Gual <[email protected]>
  25. * System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.
  26. 2004-05-13 Lluis Sanchez Gual <[email protected]>
  27. * System.Runtime.Remoting.dll.sources: Added:
  28. System.Runtime.Remoting.Channels.Http/AggregateDictionary.cs,
  29. System.Runtime.Remoting.Services/RemotingClientProxy.cs,
  30. System.Runtime.Remoting.Services/RemotingService.cs
  31. 2004-04-29 Lluis Sanchez Gual <[email protected]>
  32. * Makefile: Removed unneeded System.Web.Services dependency.
  33. 2004-03-31 Andreas Nahr <[email protected]>
  34. * System.Runtime.Remoting.dll.sources: Added:
  35. AssemblyInfo and Locale
  36. 2003-12-03 Atsushi Enomoto <[email protected]>
  37. * Makefile : added reference to System.Web.Services.dll
  38. 2003-12-03 Lluis Sanchez Gual <[email protected]>
  39. * System.Runtime.Remoting.dll.sources: Added:
  40. System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
  41. System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
  42. * Makefile: Added new assembly references.
  43. 2003-11-16 Lluis Sanchez Gual <[email protected]>
  44. * System.Runtime.Remoting.dll.sources: Added:
  45. System.Runtime.Remoting.Channels/BinaryCore.cs
  46. System.Runtime.Remoting.Channels/ChannelCore.cs
  47. System.Runtime.Remoting.Channels/SoapCore.cs
  48. 2003-11-13 Lluis Sanchez Gual <[email protected]>
  49. * System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
  50. 2003-11-11 Lluis Sanchez Gual <[email protected]>
  51. * System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
  52. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  53. * TcpClientChannel.cs: Fixed constructor.
  54. 2003-08-22 Lluis Sanchez Gual <[email protected]>
  55. * System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
  56. 2003-08-20 Lluis Sanchez Gual <[email protected]>
  57. * TcpConnectionPool.cs: Check if a connection is alive before reusing
  58. it. Added some properties to support this.
  59. 2003-08-20 Lluis Sanchez Gual <[email protected]>
  60. * System.Runtime.Remoting_test.dll.sources: Added new test files.
  61. 2003-08-18 Lluis Sanchez Gual <[email protected]>
  62. * HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
  63. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  64. * Makefile: added dll extension to System.Runtime.Remoting reference
  65. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  66. * System.Runtime.Remoting_test.dll.sources: Added.
  67. * Makefile: added test support.
  68. 2003-06-21 Lluis Sanchez Gual <[email protected]>
  69. * HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
  70. HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
  71. by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.
  72. * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
  73. 2003-05-13 Lluis Sanchez Gual <[email protected]>
  74. * BinaryServerFormatterSink.cs: The uri of the target object is now assigned
  75. to the message through the HeaderHandler delegate.
  76. 2003-04-27 Lluis Sanchez Gual <[email protected]>
  77. * TcpChannel.cs: The port property may not be an string. Fixed.
  78. * TcpServerChannel.cs: Added some fixes by Jerome Laban. Implemented
  79. some channel properties.
  80. 2003-04-03 Lluis Sanchez Gual <[email protected]>
  81. * TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
  82. sent by Jose Luís Martín.
  83. * TcpClientTransportSink.cs: Improved support for OneWay messages.
  84. * BinaryClientFormatterSink.cs: Added Content-Type header.
  85. 2003-03-25 Martin Willemoes Hansen <[email protected]>
  86. * Stubed System.Runtime.Remoting.MetadataServices
  87. 2003-03-22 Martin Willemoes Hansen <[email protected]>
  88. * Stubed System.Runtime.Remoting.Channels.Http
  89. 2003-02-05 Alvaro del Castillo <[email protected]>
  90. * System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
  91. * System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
  92. * System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
  93. Change MessageType to MessageStatus so the code is
  94. more clear
  95. 2002-12-29 Lluis Sanchez Gual <[email protected]>
  96. * TcpServerChannel.cs: Changed management of listener threads.
  97. * TcpConnectionPool.cs: Add shutdown method.
  98. * TcpChannel.cs: Corrected shutdown method.
  99. 2002-12-29 Lluis Sanchez Gual <[email protected]>
  100. * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
  101. * TcpMessageIO.cs: warning corrected.
  102. * TcpConnectionPool.cs: changed default value of MaxOpenConnections.
  103. * TcpClientTransportSink.cs: implemented support for one way calls.
  104. * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
  105. * TcpChannel.cs: corrected Parse method. Now can parse channel uris.
  106. * BinaryServerFormatterSink.cs: Implemented.
  107. * BinaryClientFormatterSink.cs: Implemented.
  108. 2002-12-29 Lluis Sanchez Gual <[email protected]>
  109. * CommonTransportKeys.cs: Implemented and added to CVS
  110. * TcpChannel.cs: Added. It is a more ore less complete implementation
  111. of the tcp channel, although not yet compatible with MS TcpChannel.
  112. * TcpClientChannel.cs: Added
  113. * TcpClientTransportSink.cs: Added
  114. * TcpClientTransportSinkProvider.cs: Added
  115. * TcpConnectionPool.cs: Added
  116. * TcpMessageIO.cs: Added
  117. * TcpServerChannel.cs: Added
  118. * TcpServerTransportSink.cs: Added
  119. * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
  120. * SimpleServerFormatterSink.cs: Some small corrections
  121. * SimpleClientFormatterSink.cs: Some small corrections
  122. 2002-09-03 Dietmar Maurer <[email protected]>
  123. * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
  124. impl. the channel wrapper.
  125. * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
  126. impl. the channel wrapper.
  127. * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
  128. (GetUrlsForUri): use all available channel uris.
  129. 2002-08-30 Dietmar Maurer <[email protected]>
  130. * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
  131. more types.
  132. 2002-08-14 Rodrigo Moya <[email protected]>
  133. * TcpChannel.cs: new classes.