ChangeLog 5.8 KB

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