ChangeLog 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  2. * ApplicationHost.cs: little fixes.
  3. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  4. * ApplicationHost.cs: use Assembly instead of Module.
  5. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  6. * AppDomainFactory.cs: implemented.
  7. * ApplicationHost.cs: implemented.
  8. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  9. fully implemented.
  10. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  11. * AppDomainFactory.cs:
  12. * IAppDomainFactory.cs:
  13. * IISAPIRuntime.cs:
  14. * ISAPIRuntime.cs: make them compile.
  15. 2002-04-10 Patrik Torstensson <[email protected]>
  16. * ApplicationHost.cs: Test implementation to support testing.
  17. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  18. 2001-08-30 Bob Smith <[email protected]>
  19. * AppDomainFactory.cs: Stubbed.
  20. * ApplicationHost.cs: Stubbed.
  21. * IAppDomainFactory.cs: Stubbed.
  22. * IISAPIRuntime.cs: Stubbed.
  23. * ISAPIRuntime.cs: Implemented.
  24. * SimpleWorkerRequest.cs: Implemented.