ChangeLog 9.3 KB

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