ChangeLog 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 2002-12-20 Lluis Sanchez Gual <[email protected]>
  2. * ChannelServices.cs: added internal method for creating client
  3. channel sink. Implemented some other methods.
  4. * ClientChannelSinkStack.cs: implemented most of methods.
  5. * ServerChannelSinkStack.cs: implemented most of methods.
  6. * ChannelSinkStackEntry.cs: added
  7. * ServerDispatchSink.cs: ProcessMessage now forwards messages
  8. to ChannelServices.DispatchMessage
  9. 2002-12-06 Duncan Mak <[email protected]>
  10. * BaseChannelObjectWithProperties.cs :
  11. Implemented the Count, IsFixedSize, IsReadOnly, IsSynchronized,
  12. Keys, Properties, SyncRoot, Values properties.
  13. Implemented the Contains and GetEnumerator methods.
  14. Removed the unnecessary TODO attribute on the constructor, and the
  15. Add method.
  16. * BaseChannelSinkWithProperties.cs (constructor): Implemented by
  17. chaining on to the base constructor.
  18. 2002-08-31 Dietmar Maurer <[email protected]>
  19. * ChannelDataStore.cs: use a hash to store other keys
  20. 2002-08-24 Gonzalo Paniagua Javier <[email protected]>
  21. * ChannelServices.cs: added private .ctor
  22. 2002-08-13 Rodrigo Moya <[email protected]>
  23. * SoapClientFormatterSink.cs:
  24. * SoapServerFormatterSinkProvider.cs:
  25. * SinkProviderData.cs: new classes.
  26. 2002-08-10 Rodrigo Moya <[email protected]>
  27. * CommonTransportKeys.cs:
  28. * ServerChannelSinkStack.cs: new classes.
  29. 2002-08-05 Rodrigo Moya <[email protected]>
  30. * ChannelServices.cs:
  31. * ChannelDataStore.cs:
  32. * ClientChannelSinkStack.cs: new classes with some implementation.
  33. 2002-08-03 Rodrigo Moya <[email protected]>
  34. * BinaryServerFormatterSinkProvider.cs:
  35. * BinaryClientFormatterSinkProvider.cs: new stubs.
  36. 2002-08-03 Duncan Mak <[email protected]>
  37. * BinaryClientFormatterSink.cs:
  38. * IClientChannelSink.cs: Fixed signature for AsyncProcessResponse.
  39. 2002-08-01 Rodrigo Moya <[email protected]>
  40. * BinaryClientFormatterSink.cs:
  41. * BaseChannelWithProperties.cs: new stubs.
  42. 2002-08-02 Duncan Mak <[email protected]>
  43. * IChannel.cs:
  44. * IChannelReceiver.cs:
  45. * IChannelReceiverHook.cs:
  46. * IClientChannelSink.cs:
  47. * IClientChannelSinkStack.cs:
  48. * IServerChannelSink.cs:
  49. * IServerChannelSinkProvider.cs:
  50. * IServerChannelSinkStack.cs: Fixed various typos, cut-n-paste
  51. errors.
  52. 2002-07-31 Rodrigo Moya <[email protected]>
  53. * BaseChannelSinkWithProperties.cs:
  54. * BaseChannelObjectWithProperties.cs: new stubs.
  55. 2002-08-01 Duncan Mak <[email protected]>
  56. * IChannel.cs:
  57. (Parse): Added.
  58. * BinaryServerFormatterSink.cs:
  59. * SoapServerFormatterSink.cs: Fixed typo.
  60. * IServerChannelSink.cs:
  61. (ProcessMessage): Fixed definition.
  62. 2002-07-31 Duncan Mak <[email protected]>
  63. * BinaryServerFormatterSink.cs:
  64. * SoapServerFormatterSink.cs: Added.
  65. * IChannelReceiverHook.cs:
  66. * IClientFormatterSink.cs: Various compilation fixes.
  67. 2002-07-31 Duncan Mak <[email protected]>
  68. * *.cs: Added all the interfaces in this namespace.
  69. * ServerProcessing.cs: Added.