ChangeLog 5.4 KB

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