ChangeLog 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. 2003-12-10 Lluis Sanchez Gual <[email protected]>
  2. * BinaryServerFormatterSinkProvider.cs: Removed TODO.
  3. * CommonTransportKeys.cs: Added some internal transport keys.
  4. 2003-11-21 Lluis Sanchez Gual <[email protected]>
  5. * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs,
  6. BinaryCore.cs, BinaryServerFormatterSinkProvider.cs,
  7. SoapClientFormatterSinkProvider.cs, SoapCore.cs,
  8. SoapServerFormatterSinkProvider.cs.cs: Added support for TypeFilterLevel
  9. property.
  10. 2003-11-17 Lluis Sanchez Gual <[email protected]>
  11. * BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs:
  12. SoapClientFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs: Small fix.
  13. * SoapServerFormatterSink.cs: Small fix in AsyncProcessResponse.
  14. * BinaryCore.cs, SoapCore.cs: throw an exception if an unknown property
  15. is found.
  16. 2003-11-16 Lluis Sanchez Gual <[email protected]>
  17. * BinaryClientFormatterSink.cs, BinaryClientFormatterSinkProvider.cs,
  18. BinaryServerFormatterSink.cs, BinaryServerFormatterSinkProvider.cs:
  19. Moved formatter code to BinaryCore. This adds support for the properties
  20. "includeVersion" and "strictBinding" to the binary formatter.
  21. * BinaryCore.cs: New file. Contains some code used by the binary formatter sinks.
  22. * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
  23. SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs
  24. Moved formatter code to BinaryCore. This adds support for the properties
  25. "includeVersion" and "strictBinding" to the soap formatter.
  26. * SoapCore.cs: New file. Contains some code used by the soap formatter sinks.
  27. * ChannelCore.cs: New file. Implements a simple type binder used by the
  28. formatter sinks.
  29. 2003-11-12 Lluis Sanchez Gual <[email protected]>
  30. * BinaryServerFormatterSink.cs: Removed fixme.
  31. * BinaryServerFormatterSinkProvider.cs: Removed a NotImplementedException.
  32. * SoapServerFormatterSinkProvider.cs: Removed some TODOs.
  33. 2003-09-25 Lluis Sanchez Gual <[email protected]>
  34. * SoapMessageFormatter.cs: Consider parameters with Out flag when collectiong
  35. out parameters.
  36. 2003-08-22 Lluis Sanchez Gual <[email protected]>
  37. * SoapClientFormatterSink.cs: Fixed a some bugs to make async calls work.
  38. * SoapMessageFormatter.cs: Fixed some problems with out and ref parameters.
  39. * SoapServerFormatterSink.cs: Improved catching of exceptions.
  40. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  41. * SoapMessageFormatter.cs: ParameterInfo.Position is now zero-based.
  42. Fixed methods that use it.
  43. 2003-07-09: Jean-Marc André <[email protected]>
  44. * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs,
  45. SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs,
  46. SoapMessageFormatter.cs: Support for the soap serialization added to
  47. the remoting infrastructure.