2002-12-12 Gonzalo Paniagua Javier * PathUtil.cs: some path handling methods that are not available in System.IO.Path. 2002-10-28 Gaurav Vaish * DataSourceHelper.cs : Fresh implementation. Moved from System.Web.UI.WebControls.DataGrid ::ResolveData(object, string). 2002-10-27 Gonzalo Paniagua Javier * WebTrace.cs: fixed namespace. * WebEncoding.cs: new class that holds the default encoding for System.Web. 2002-01-03 Nick Drochak * 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 * 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 * 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 * UrlUtils.cs - Added functions Combine and Reduce 2001-12-16 Miguel de Icaza * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace. 2001-11-30 Gaurav Vaish * DataSourceHelper.cs - Resolving DataSource objects 2001-11-09 Gaurav Vaish * UrlUtil.cs - Some basic functions 2001-11-08 Gaurav Vaish * Namespace - Created the namespace for commonly used, otherwise not available functions