ChangeLog 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. 2006-02-01 Gonzalo Paniagua Javier <[email protected]>
  2. * SimpleWorkerRequest.cs: implemented RootWebConfigPath.
  3. * HostingEnvironment.cs: implemented RegisterVirtualPathProvider and
  4. a few other defaults.
  5. 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
  6. * AppManagerAppDomainFactory.cs: stubbed out.
  7. * ApplicationInfo.cs:
  8. * ApplicationManager.cs: add 2 new classes.
  9. 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
  10. * VirtualPathProvider.cs: implemented OpenFile.
  11. * VirtualFile.cs: removed stuff cut&pasted from VirtualDirectory.
  12. * SimpleWorkerRequest.cs:
  13. * HostingEnvironment.cs: class status fixes.
  14. 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
  15. * IProcessHostFactoryHelper.cs:
  16. * IProcessPingCallback.cs:
  17. * IProcessHost.cs:
  18. * IProcessHostSupportFunction.cs:
  19. * IHttpWorkerRequestHandler.cs:
  20. * IQueueHost.cs:
  21. * IApplicationHost.cs: removed all this. They are not longer part of the
  22. public API.
  23. 2006-01-25 Gonzalo Paniagua Javier <[email protected]>
  24. * VirtualDirectory.cs:
  25. * VirtualPathProvider.cs:
  26. * VirtualFileBase.cs:
  27. * VirtualFile.cs: implemented this base classes.
  28. * HostingEnvironment.cs: implemented a few properties by using the ones
  29. in HttpRuntime.
  30. 2006-01-24 Konstantin Triger <[email protected]>
  31. * ServletWorkerRequest.jvm.cs: convert .invoke requests to PathInfo,
  32. remove ToUpper usage.
  33. 2006-01-19 Konstantin Triger <[email protected]>
  34. * ServletWorkerRequest.jvm.cs: refactoring.
  35. 2005-11-28 Robert Jordan <[email protected]>
  36. * SimpleWorkerRequest.cs: fixed MapPath () for the case
  37. app_virtual_dir.Length == 1 && path.Length == 1.
  38. * SimpleWorkerRequest.cs: implemented SendResponseFromMemory ().
  39. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  40. * ApplicationHost.cs: make this work with paths that that
  41. contain non-ASCII characters. Fixes bug #76807.
  42. 2005-11-02 Chris Toshok <[email protected]>
  43. * HostingEnvironment.cs: completely NIE'ed implementation of
  44. HostingEnvironment, just to get an MS example provider to compile.
  45. 2005-11-01 Gonzalo Paniagua Javier <[email protected]>
  46. * ApplicationHost.cs: use the AbsolutePath from the Uri to remove the
  47. schema prefix if present.
  48. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  49. * SimpleWorkerRequest.cs: all tests pass now.
  50. 2005-09-26 Gonzalo Paniagua Javier <[email protected]>
  51. * ApplicationHost.cs: append a directory separator char to the physical
  52. path. Fixes bug #76187.
  53. 2005-09-21 Gonzalo Paniagua Javier <[email protected]>
  54. * SimpleWorkerRequest.cs: fix GetUriPath() for paths ending in '/'.
  55. 2005-09-10 Sebastien Pouliot <[email protected]>
  56. * AppDomainFactory.cs: Added LinkDemand for Minimal. Added Demand for
  57. UnmanagedCode on ctor. Added TODO on unimplemented method.
  58. * ApplicationHost.cs: Added LinkDemand for Minimal. Added Demand for
  59. UnmanagedCode on ctor. Removed duplicate null checks.
  60. * ISAPIRuntime.cs: Fixed inheritance (added MarshalByRefObject and
  61. IRegisteredObject) for 2.0. Added LinkDemand for Minimal. Added Demand
  62. for UnmanagedCode on ctor.
  63. * SimpleWorkerRequest.cs: Added LinkDemand and InheritanceDemand (not
  64. sealed) for Minimal. Added Demands for UnmanagedCode on ctors. Added
  65. FileIOPermission for PathDiscovery before returning processed paths.
  66. 2005-09-10 Gonzalo Paniagua Javier <[email protected]>
  67. * ApplicationHost.cs: set the domain's DynamicBase property instead of
  68. guessing it in BaseCompiler.
  69. 2005-09-08 Eyal Alalouf <[email protected]>
  70. * ServletWorkerRequest.jvm.cs: Implement SendResponseFromFile
  71. 2005-07-24 Eyal Alalouf <[email protected]>
  72. * ServletWorkerRequest.jvm.cs: Put Console.WriteLine in #if DEBUG
  73. 2005-07-18 Eyal Alalouf <[email protected]>
  74. * Added ServletWorkerRequest.jvm.cs
  75. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  76. * IISAPIRuntime.cs: GUID changed.
  77. 2004-08-03 Atsushi Enomoto <[email protected]>
  78. * IApplicationHost.cs : missing namespace import.
  79. 2004-08-02 Duncan Mak <[email protected]>
  80. * IApplicationHost.cs (MapPath): Add [In] attribute.
  81. * IAppManagerAppDomainFactory.cs:
  82. * IProcessHostSupportFunction.cs: signature fixes.
  83. 2004-08-02 Duncan Mak <[email protected]>
  84. * IApplicationHost.cs:
  85. * IHttpWorkerRequestHandler.cs:
  86. * IProcessHost.cs:
  87. * IProcessHostFactoryHelper.cs:
  88. * IProcessHostSupportFunction.cs:
  89. * IProcessPingCallback.cs:
  90. * IQueueHost.cs:
  91. * IRegisteredObject.cs: Added interfaces.
  92. 2004-06-18 Gert Driesen <[email protected]>
  93. * IAppDomainFactory.cs: added missing marshalling attributes
  94. * IISAPIRuntime.cs: added missing marshalling attributes
  95. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  96. * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
  97. 2004-03-18 Gonzalo Paniagua Javier <[email protected]>
  98. * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
  99. MapPath when the virtual directory is the root virtual directory.
  100. 2004-01-14 Andreas Nahr <[email protected]>
  101. * IISAPIRuntime.cs: Fixed wrong attribute
  102. 2004-01-11 Andreas Nahr <[email protected]>
  103. * SimpleWorkerRequest.cs: Added missing attribute
  104. * IISAPIRuntime.cs: Added attributes, fixed signature
  105. * IAppDomainFactory.cs: Added attributes, fixed signature
  106. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  107. * ApplicationHost.cs: set hostingInstallDir.
  108. * SimpleWorkerRequest.cs: implemented a couple of properties.
  109. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  110. * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
  111. paranoid condition to ExtractPathInfo.
  112. 2003-06-25 Eric Lindvall <[email protected]>
  113. * SimpleWorkerRequest.cs:
  114. -adds PATH_INFO support
  115. - updates GetFilePathTranslated() to make use of Path.Combine()
  116. - gets rid of the null check in GetPathInfo() (we're setting
  117. _PathInfo to String.Empty now)
  118. - fixed CreatePath() so that it doesn't return String.Empty if
  119. the _AppVirtualPath is not "/" (to match MS runtime -- does
  120. anyone know why it was returning String.Empty?)
  121. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  122. * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
  123. 2003-03-17 George Kodinov <[email protected]>
  124. * AppDomainFactory.cs: place the correct full path for Web.config when
  125. in Application host
  126. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  127. * AppDomainFactory.cs: Web.config takes precedence over web.config.
  128. * ApplicationHost.cs: removed hacks to work around an old bug.
  129. 2003-02-04 Tim Haynes <[email protected]>
  130. * SimpleWorkerRequest.cs: changed the initialised values of
  131. _App{Install,Virtual}Path variables
  132. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  133. * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
  134. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  135. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  136. * ApplicationHost.cs:
  137. * SimpleWorkerRequest.cs: workaround for bug #31245.
  138. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  139. * ApplicationHost.cs: little fixes.
  140. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  141. * ApplicationHost.cs: use Assembly instead of Module.
  142. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  143. * AppDomainFactory.cs: implemented.
  144. * ApplicationHost.cs: implemented.
  145. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  146. fully implemented.
  147. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  148. * AppDomainFactory.cs:
  149. * IAppDomainFactory.cs:
  150. * IISAPIRuntime.cs:
  151. * ISAPIRuntime.cs: make them compile.
  152. 2002-04-10 Patrik Torstensson <[email protected]>
  153. * ApplicationHost.cs: Test implementation to support testing.
  154. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  155. 2001-08-30 Bob Smith <[email protected]>
  156. * AppDomainFactory.cs: Stubbed.
  157. * ApplicationHost.cs: Stubbed.
  158. * IAppDomainFactory.cs: Stubbed.
  159. * IISAPIRuntime.cs: Stubbed.
  160. * ISAPIRuntime.cs: Implemented.
  161. * SimpleWorkerRequest.cs: Implemented.