ChangeLog 8.6 KB

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