ChangeLog 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. 2005-09-10 Gonzalo Paniagua Javier <[email protected]>
  2. * ApplicationHost.cs: set the domain's DynamicBase property instead of
  3. guessing it in BaseCompiler.
  4. 2005-09-08 Eyal Alalouf <[email protected]>
  5. * ServletWorkerRequest.jvm.cs: Implement SendResponseFromFile
  6. 2005-07-24 Eyal Alalouf <[email protected]>
  7. * ServletWorkerRequest.jvm.cs: Put Console.WriteLine in #if DEBUG
  8. 2005-07-18 Eyal Alalouf <[email protected]>
  9. * Added ServletWorkerRequest.jvm.cs
  10. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  11. * IISAPIRuntime.cs: GUID changed.
  12. 2004-08-03 Atsushi Enomoto <[email protected]>
  13. * IApplicationHost.cs : missing namespace import.
  14. 2004-08-02 Duncan Mak <[email protected]>
  15. * IApplicationHost.cs (MapPath): Add [In] attribute.
  16. * IAppManagerAppDomainFactory.cs:
  17. * IProcessHostSupportFunction.cs: signature fixes.
  18. 2004-08-02 Duncan Mak <[email protected]>
  19. * IApplicationHost.cs:
  20. * IHttpWorkerRequestHandler.cs:
  21. * IProcessHost.cs:
  22. * IProcessHostFactoryHelper.cs:
  23. * IProcessHostSupportFunction.cs:
  24. * IProcessPingCallback.cs:
  25. * IQueueHost.cs:
  26. * IRegisteredObject.cs: Added interfaces.
  27. 2004-06-18 Gert Driesen <[email protected]>
  28. * IAppDomainFactory.cs: added missing marshalling attributes
  29. * IISAPIRuntime.cs: added missing marshalling attributes
  30. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  31. * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
  32. 2004-03-18 Gonzalo Paniagua Javier <[email protected]>
  33. * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
  34. MapPath when the virtual directory is the root virtual directory.
  35. 2004-01-14 Andreas Nahr <[email protected]>
  36. * IISAPIRuntime.cs: Fixed wrong attribute
  37. 2004-01-11 Andreas Nahr <[email protected]>
  38. * SimpleWorkerRequest.cs: Added missing attribute
  39. * IISAPIRuntime.cs: Added attributes, fixed signature
  40. * IAppDomainFactory.cs: Added attributes, fixed signature
  41. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  42. * ApplicationHost.cs: set hostingInstallDir.
  43. * SimpleWorkerRequest.cs: implemented a couple of properties.
  44. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  45. * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
  46. paranoid condition to ExtractPathInfo.
  47. 2003-06-25 Eric Lindvall <[email protected]>
  48. * SimpleWorkerRequest.cs:
  49. -adds PATH_INFO support
  50. - updates GetFilePathTranslated() to make use of Path.Combine()
  51. - gets rid of the null check in GetPathInfo() (we're setting
  52. _PathInfo to String.Empty now)
  53. - fixed CreatePath() so that it doesn't return String.Empty if
  54. the _AppVirtualPath is not "/" (to match MS runtime -- does
  55. anyone know why it was returning String.Empty?)
  56. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  57. * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
  58. 2003-03-17 George Kodinov <[email protected]>
  59. * AppDomainFactory.cs: place the correct full path for Web.config when
  60. in Application host
  61. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  62. * AppDomainFactory.cs: Web.config takes precedence over web.config.
  63. * ApplicationHost.cs: removed hacks to work around an old bug.
  64. 2003-02-04 Tim Haynes <[email protected]>
  65. * SimpleWorkerRequest.cs: changed the initialised values of
  66. _App{Install,Virtual}Path variables
  67. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  68. * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
  69. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  70. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  71. * ApplicationHost.cs:
  72. * SimpleWorkerRequest.cs: workaround for bug #31245.
  73. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  74. * ApplicationHost.cs: little fixes.
  75. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  76. * ApplicationHost.cs: use Assembly instead of Module.
  77. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  78. * AppDomainFactory.cs: implemented.
  79. * ApplicationHost.cs: implemented.
  80. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  81. fully implemented.
  82. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  83. * AppDomainFactory.cs:
  84. * IAppDomainFactory.cs:
  85. * IISAPIRuntime.cs:
  86. * ISAPIRuntime.cs: make them compile.
  87. 2002-04-10 Patrik Torstensson <[email protected]>
  88. * ApplicationHost.cs: Test implementation to support testing.
  89. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  90. 2001-08-30 Bob Smith <[email protected]>
  91. * AppDomainFactory.cs: Stubbed.
  92. * ApplicationHost.cs: Stubbed.
  93. * IAppDomainFactory.cs: Stubbed.
  94. * IISAPIRuntime.cs: Stubbed.
  95. * ISAPIRuntime.cs: Implemented.
  96. * SimpleWorkerRequest.cs: Implemented.