ChangeLog 4.5 KB

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