ChangeLog 3.6 KB

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