ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  2. * ICalls.cs: holds a couple of icalls.
  3. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  4. * UrlUtils.cs: made Reduce work when a "/" is passed.
  5. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  6. * UrlUtils.cs: fixed Combine and reworked Reduce.
  7. 2003-03-18 Gonzalo Paniagua Javier <[email protected]>
  8. * UrlUtils.cs: another little fix in Combine ().
  9. 2003-01-29 Gonzalo Paniagua Javier <[email protected]>
  10. * UrlUtils.cs: fixed Combine ().
  11. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  12. * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.
  13. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  14. * PathUtil.cs: removed.
  15. * UrlUtils.cs: fixed Combine to handle '~'.
  16. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  17. * PathUtil.cs: some path handling methods that are not available in
  18. System.IO.Path.
  19. 2002-10-28 Gaurav Vaish <[email protected]>
  20. * DataSourceHelper.cs : Fresh implementation. Moved from
  21. System.Web.UI.WebControls.DataGrid
  22. ::ResolveData(object, string).
  23. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  24. * WebTrace.cs: fixed namespace.
  25. * WebEncoding.cs: new class that holds the default encoding for
  26. System.Web.
  27. 2002-01-03 Nick Drochak <[email protected]>
  28. * FileChangesMonitor.cs: remove redundant using statement; use int
  29. for MAXLEN; capitalize correctly 'WebHashCodeProvider';
  30. fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
  31. set out parameter value where needed
  32. * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
  33. * IISVersionInfo.cs: initialize static member to avoid compile error.
  34. * WebEqualComparer.cs: static member defC shouldn't be readonly;
  35. the string comparer had some typos (fixed)
  36. * WebHashCodeProvider.cs: needed System.Globalization; static member
  37. defHcp shouldn't be readonly; remove double equal typo.
  38. 2002-01-02 Nick Drochak <[email protected]>
  39. * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
  40. is too big for Int32.
  41. * FileChangeEventHandler.cs: put missing 'void' return type on delegate
  42. FileChangeEventHandler()
  43. * FileChangedEventArgs.cs: ditto for FileChangedEvent()
  44. * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
  45. * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
  46. code.
  47. 2001-12-21 Gaurav Vaish <[email protected]>
  48. * ApacheVersionInfo.cs - Dummy class, for later use.
  49. * FileAction.cs:
  50. * FileChangeEventHandler.cs:
  51. * FileChangeEventArgs.cs:
  52. * FileChangesMonitor.cs:
  53. * NativeFileChangeEventHandler.cs
  54. - To be used in System.Web/Http* classes.
  55. Initially needed for HttpRuntime
  56. * IISVersionInfo.cs - Some useful methods
  57. 2001-12-17 Gaurav Vaish <[email protected]>
  58. * UrlUtils.cs - Added functions Combine and Reduce
  59. 2001-12-16 Miguel de Icaza <[email protected]>
  60. * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
  61. 2001-11-30
  62. Gaurav Vaish <[email protected]>
  63. * DataSourceHelper.cs - Resolving DataSource objects
  64. 2001-11-09
  65. Gaurav Vaish <[email protected]>
  66. * UrlUtil.cs - Some basic functions
  67. 2001-11-08
  68. Gaurav Vaish <[email protected]>
  69. * Namespace - Created the namespace for commonly used,
  70. otherwise not available functions