ChangeLog 3.3 KB

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