ChangeLog 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. 2004-08-03 Atsushi Enomoto <[email protected]>
  2. * IApplicationHost.cs : missing namespace import.
  3. 2004-08-02 Duncan Mak <[email protected]>
  4. * IApplicationHost.cs (MapPath): Add [In] attribute.
  5. * IAppManagerAppDomainFactory.cs:
  6. * IProcessHostSupportFunction.cs: signature fixes.
  7. 2004-08-02 Duncan Mak <[email protected]>
  8. * IApplicationHost.cs:
  9. * IHttpWorkerRequestHandler.cs:
  10. * IProcessHost.cs:
  11. * IProcessHostFactoryHelper.cs:
  12. * IProcessHostSupportFunction.cs:
  13. * IProcessPingCallback.cs:
  14. * IQueueHost.cs:
  15. * IRegisteredObject.cs: Added interfaces.
  16. 2004-06-18 Gert Driesen <[email protected]>
  17. * IAppDomainFactory.cs: added missing marshalling attributes
  18. * IISAPIRuntime.cs: added missing marshalling attributes
  19. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  20. * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
  21. 2004-03-18 Gonzalo Paniagua Javier <[email protected]>
  22. * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
  23. MapPath when the virtual directory is the root virtual directory.
  24. 2004-01-14 Andreas Nahr <[email protected]>
  25. * IISAPIRuntime.cs: Fixed wrong attribute
  26. 2004-01-11 Andreas Nahr <[email protected]>
  27. * SimpleWorkerRequest.cs: Added missing attribute
  28. * IISAPIRuntime.cs: Added attributes, fixed signature
  29. * IAppDomainFactory.cs: Added attributes, fixed signature
  30. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  31. * ApplicationHost.cs: set hostingInstallDir.
  32. * SimpleWorkerRequest.cs: implemented a couple of properties.
  33. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  34. * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
  35. paranoid condition to ExtractPathInfo.
  36. 2003-06-25 Eric Lindvall <[email protected]>
  37. * SimpleWorkerRequest.cs:
  38. -adds PATH_INFO support
  39. - updates GetFilePathTranslated() to make use of Path.Combine()
  40. - gets rid of the null check in GetPathInfo() (we're setting
  41. _PathInfo to String.Empty now)
  42. - fixed CreatePath() so that it doesn't return String.Empty if
  43. the _AppVirtualPath is not "/" (to match MS runtime -- does
  44. anyone know why it was returning String.Empty?)
  45. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  46. * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
  47. 2003-03-17 George Kodinov <[email protected]>
  48. * AppDomainFactory.cs: place the correct full path for Web.config when
  49. in Application host
  50. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  51. * AppDomainFactory.cs: Web.config takes precedence over web.config.
  52. * ApplicationHost.cs: removed hacks to work around an old bug.
  53. 2003-02-04 Tim Haynes <[email protected]>
  54. * SimpleWorkerRequest.cs: changed the initialised values of
  55. _App{Install,Virtual}Path variables
  56. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  57. * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
  58. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  59. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  60. * ApplicationHost.cs:
  61. * SimpleWorkerRequest.cs: workaround for bug #31245.
  62. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  63. * ApplicationHost.cs: little fixes.
  64. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  65. * ApplicationHost.cs: use Assembly instead of Module.
  66. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  67. * AppDomainFactory.cs: implemented.
  68. * ApplicationHost.cs: implemented.
  69. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  70. fully implemented.
  71. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  72. * AppDomainFactory.cs:
  73. * IAppDomainFactory.cs:
  74. * IISAPIRuntime.cs:
  75. * ISAPIRuntime.cs: make them compile.
  76. 2002-04-10 Patrik Torstensson <[email protected]>
  77. * ApplicationHost.cs: Test implementation to support testing.
  78. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  79. 2001-08-30 Bob Smith <[email protected]>
  80. * AppDomainFactory.cs: Stubbed.
  81. * ApplicationHost.cs: Stubbed.
  82. * IAppDomainFactory.cs: Stubbed.
  83. * IISAPIRuntime.cs: Stubbed.
  84. * ISAPIRuntime.cs: Implemented.
  85. * SimpleWorkerRequest.cs: Implemented.