ChangeLog 3.1 KB

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