ChangeLog 4.1 KB

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