| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
- * PathUtil.cs: some path handling methods that are not available in
- System.IO.Path.
- 2002-10-28 Gaurav Vaish <[email protected]>
- * DataSourceHelper.cs : Fresh implementation. Moved from
- System.Web.UI.WebControls.DataGrid
- ::ResolveData(object, string).
- 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
- * WebTrace.cs: fixed namespace.
- * WebEncoding.cs: new class that holds the default encoding for
- System.Web.
- 2002-01-03 Nick Drochak <[email protected]>
- * FileChangesMonitor.cs: remove redundant using statement; use int
- for MAXLEN; capitalize correctly 'WebHashCodeProvider';
- fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
- set out parameter value where needed
- * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
- * IISVersionInfo.cs: initialize static member to avoid compile error.
- * WebEqualComparer.cs: static member defC shouldn't be readonly;
- the string comparer had some typos (fixed)
- * WebHashCodeProvider.cs: needed System.Globalization; static member
- defHcp shouldn't be readonly; remove double equal typo.
- 2002-01-02 Nick Drochak <[email protected]>
- * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
- is too big for Int32.
- * FileChangeEventHandler.cs: put missing 'void' return type on delegate
- FileChangeEventHandler()
- * FileChangedEventArgs.cs: ditto for FileChangedEvent()
- * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
- * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
- code.
- 2001-12-21 Gaurav Vaish <[email protected]>
- * ApacheVersionInfo.cs - Dummy class, for later use.
- * FileAction.cs:
- * FileChangeEventHandler.cs:
- * FileChangeEventArgs.cs:
- * FileChangesMonitor.cs:
- * NativeFileChangeEventHandler.cs
- - To be used in System.Web/Http* classes.
- Initially needed for HttpRuntime
- * IISVersionInfo.cs - Some useful methods
- 2001-12-17 Gaurav Vaish <[email protected]>
- * UrlUtils.cs - Added functions Combine and Reduce
- 2001-12-16 Miguel de Icaza <[email protected]>
- * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
- 2001-11-30
- Gaurav Vaish <[email protected]>
- * DataSourceHelper.cs - Resolving DataSource objects
- 2001-11-09
- Gaurav Vaish <[email protected]>
- * UrlUtil.cs - Some basic functions
- 2001-11-08
- Gaurav Vaish <[email protected]>
- * Namespace - Created the namespace for commonly used,
- otherwise not available functions
|