ChangeLog 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 2007-01-04 Igor Zelmanovich <[email protected]>
  2. * PageMapper.cs: refactoring:
  3. GetCachedType, GetObjectType - added overloads
  4. 2006-08-20 Vladimir Krasnov <[email protected]>
  5. * BaseHttpServlet.cs: merged TLS fixes, workaround for thread problem
  6. 2006-08-20 Vladimir Krasnov <[email protected]>
  7. * PageMapper.cs: fixes for aspx parser 2.0
  8. 2006-03-29 Konstantin Triger <[email protected]>
  9. * SessionListener.cs: Use standard mechanism for session_end handling.
  10. 2006-03-20 Konstantin Triger <[email protected]>
  11. * SessionListener.cs: Associate the AppDoamin with current thread.
  12. 2006-01-19 Konstantin Triger <[email protected]>
  13. * BaseHttpServlet.cs: call correct ServletWorkerRequest ctor
  14. 2006-01-09 Konstantin Triger <[email protected]>
  15. * BaseHttpServlet.cs: merging main/32, main/33
  16. * PageMapper.cs: merging main/17-27
  17. * J2EEUtils.cs: mergind ghutils.cs@@/main/9
  18. * Added ObjectInputStream.cs, ObjectOutputStream.cs
  19. 2005-09-08 Eyal Alalouf <[email protected]>
  20. * BaseHttpServlet.cs, PageMapper.cs, BaseStaticHttpServlet.cs,
  21. SessionListener.cs - backward compatibility fixes.
  22. PageMapper.cs - bug fix when compiler produces an unclear error.
  23. 2005-08-30 Eyal Alalouf <[email protected]>
  24. * BaseHttpServlet.cs, SessionListener.cs: Adaptations to global changes in
  25. System.Web.
  26. 2005-07-24 Eyal Alalouf <[email protected]>
  27. * BaseHttpServlet.cs: Set values of .hostingInstallDir & .hostingVirtualPath
  28. necessary for integration.
  29. * J2EEUtils.cs: Removed obsolete function FileExists
  30. 2005-07-18 Eyal Alalouf <[email protected]>
  31. * BaseHttpServlet.cs: Added file
  32. * BaseStaticHttpServlet.cs: Added file
  33. * SessionListener.cs: Added file
  34. 2005-07-18 Eyal Alalouf <[email protected]>
  35. * J2EEConsts.cs: Added file.
  36. * J2EEUtils.cs: Added file.
  37. * PageMapper.cs: Added file. The PageMapper implements the Grasshopper limited compilation model of ASPX in Grasshopper.