ChangeLog 11 KB

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