ChangeLog 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. 2010-07-05 Atsushi Enomoto <[email protected]>
  2. * HttpStandaloneReplyChannel.cs
  3. HttpStandaloneRequestContext.cs
  4. HttpStandaloneChannelListener.cs
  5. HttpReplyChannel.cs
  6. HttpRequestContext.cs
  7. HttpChannelListener.cs : renamed former 3 files to latter 3 files.
  8. 2010-07-05 Atsushi Enomoto <[email protected]>
  9. * HttpStandaloneReplyChannel.cs, HttpChannelListenerEntry.cs,
  10. HttpContextInfo.cs, HttpListenerManager.cs,
  11. HttpStandaloneRequestContext.cs, HttpListenerManagerTable.cs:
  12. Fixed wsdl support in the new codebase, so enabled it again, and
  13. made significant changes for ASP.NET integration. Now ASP.NET
  14. implementation switched to the new one.
  15. 2010-07-05 Atsushi Enomoto <[email protected]>
  16. * HttpStandaloneReplyChannel.cs
  17. HttpContextInfo.cs
  18. HttpListenerManager.cs
  19. HttpStandaloneRequestContext.cs
  20. HttpListenerManagerTable.cs : revert previous changes, regression
  21. on wsdl support.
  22. 2010-07-02 Atsushi Enomoto <[email protected]>
  23. * HttpStandaloneReplyChannel.cs, HttpStandaloneRequestContext.cs:
  24. add more code that the asp.net stuff will become like.
  25. 2010-07-02 Atsushi Enomoto <[email protected]>
  26. * HttpStandaloneReplyChannel.cs, HttpListenerManager.cs,
  27. HttpStandaloneRequestContext.cs :
  28. refactoring, to add ASP.NET implementation. (not in use yet)
  29. 2010-07-02 Atsushi Enomoto <[email protected]>
  30. * HttpContextInfo.cs, HttpListenerManager.cs,
  31. HttpListenerManagerTable.cs : add implementation for ASP.NET, not
  32. in use yet.
  33. 2010-06-24 Atsushi Enomoto <[email protected]>
  34. * HttpListenerManager.cs : finish pending wait handle when closing
  35. a listener. Fixed the issue on closing host/listener/channels.
  36. 2010-06-24 Atsushi Enomoto <[email protected]>
  37. * HttpStandaloneReplyChannel.cs : do not try to enter close loop
  38. between request context and this.
  39. 2010-06-23 Atsushi Enomoto <[email protected]>
  40. * HttpStandaloneChannelListener.cs
  41. HttpStandaloneReplyChannel.cs
  42. HttpStandaloneRequestContext.cs
  43. HttpListenerManagerTable.cs
  44. HttpChannelListenerEntry.cs
  45. HttpContextInfo.cs
  46. HttpListenerManager.cs :
  47. Refresh implementation for HTTP channel listener in new namespace,
  48. which works fine with throttling.
  49. It still has some issue in closing channels or listeners, so it
  50. does not replace existing implementation yet.