ChangeLog 11 KB

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