| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
- * TraceHandler.cs: class status fixes.
- 2006-01-26 Chris Toshok <[email protected]>
- * AssemblyResourceLoader.cs (GetResourceUrl): if the assembly
- corresponds to an on-disk file, append the last write time to the
- url so we can enable client side caching.
- (ProcessRequest): tell the client to cache the url for 1 year, and
- have it vary by 'r' (resource name) and 't' (assembly timestamp).
- 2006-01-03 Gonzalo Paniagua Javier <[email protected]>
- * TraceHandler.cs: when clearing trace data, remove 'clear=1' from the
- query string. Fixes bug #77072.
- 2005-09-02 Sebastien Pouliot <[email protected]>
- * AssemblyResourceLoader.cs: Class is sealed in 2.0.
- * TraceHandler.cs: Added security permissions on class (LinkDemand and
- InheritanceDemand for AspNetHostingPermission) and on ctor (Demand for
- UnmanagedCode). Stubbed new protected methods for 2.0.
- 2004-11-18 Lluis Sanchez Gual <[email protected]>
- * AssemblyResourceLoader.cs: Use a special name when encoding a resource
- from the System.Web assembly.
- 2004-10-06 Gonzalo Paniagua Javier <[email protected]>
- * TraceHandler.cs: error code is 403 and the message different when
- trace is enabled but not for remote clients.
- 2004-07-02 Gonzalo Paniagua Javier <[email protected]>
- * TraceHandler.cs: check that trace is enabled or throw.
- 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
- * TraceHandler.cs: Added protected missing members and attributes.
- 2004-01-10 Jackson Harper <[email protected]>
- * TraceHandler.cs: Obey localOnly attribute.
-
- 2004-01-10 Jackson Harper <[email protected]>
- * TraceHandler.cs: Implement.
-
- 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
- * AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
- filed a bug report.
- 2003-11-04 Jackson Harper <[email protected]>
- * AssemblyResourceLoader.cs: No method body for v1. This fixes the
- build.
-
- 2003-11-04 Ben Maurer <[email protected]>
- * AssemblyResourceLoader.cs: New file. New v2 handler.
- 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
- * ChangeLog: New file.
- * TraceHandler.cs: stubbed out. This should generate the trace page
- when tracing is enabled.
|