ChangeLog 8.5 KB

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