ChangeLog 3.0 KB

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