ChangeLog 4.8 KB

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