ChangeLog 7.4 KB

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