ChangeLog 4.0 KB

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