ChangeLog 11 KB

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