ChangeLog 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. 2004-02-01 Alon Gazit <[email protected]>
  2. * UrlUtils.cs: little fix in GetDirectory ().
  3. 2004-01-11 Andreas Nahr <[email protected]>
  4. * TransactedCallback.cs:
  5. * WorkItemCallback.cs:
  6. * WorkItem.cs:
  7. * Transactions.cs: Added and stubbed/ implemented
  8. 2004-01-11 Andreas Nahr <[email protected]>
  9. * WebEqualComparer.cs:
  10. * WebHashCodeProvider.cs:
  11. * FileAction.cs:
  12. * FileChangeEventHandler.cs:
  13. * NativeFileChangeEventHandler.cs: Monostyled header, internalized
  14. 2004-01-09 Gonzalo Paniagua Javier <[email protected]>
  15. * UrlUtils.cs: make reduce not to throw an exception for '../'. Fixes
  16. bug #52599.
  17. 2003-12-03 Jackson Harper <[email protected]>
  18. * UrlUtils.cs: Some methods for working with session ids in urls.
  19. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  20. * WebEncoding.cs: use the Default encoding when the globalization
  21. configuration is not available.
  22. 2003-12-01 Gonzalo Paniagua Javier <[email protected]>
  23. * UrlUtils.cs: don't forget basePath when relative path is not rooted.
  24. Fixes bug #51522.
  25. 2003-11-27 Gonzalo Paniagua Javier <[email protected]>
  26. * UrlUtils.cs: fix bug introduced with last change that makes relative
  27. paths fail. Closes bug #51448.
  28. 2003-11-27 Gonzalo Paniagua Javier <[email protected]>
  29. * UrlUtils.cs: fixed Combine() handling of ~.
  30. 2003-11-25 Jackson Harper <[email protected]>
  31. * AltSerialization.cs: Utility methods for optimized serializing.
  32. 2003-11-13 Jackson Harper <[email protected]>
  33. * TimeUtil.cs: Utility methods for dealing with time.
  34. 2003-11-08 Ben Maurer <[email protected]>
  35. * UrlUtils.cs: new function to do the app mapping, but make
  36. it return a physical path.
  37. 2003-11-07 Ben Maurer <[email protected]>
  38. * UrlUtils.cs: add a new function for mapping app absolute
  39. paths to virual paths (ie, ~/blah/ to /application/root/blah/)
  40. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  41. * WebEncoding.cs: added properties to access configuration files
  42. encoding.
  43. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  44. * ICalls.cs: holds a couple of icalls.
  45. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  46. * UrlUtils.cs: made Reduce work when a "/" is passed.
  47. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  48. * UrlUtils.cs: fixed Combine and reworked Reduce.
  49. 2003-03-18 Gonzalo Paniagua Javier <[email protected]>
  50. * UrlUtils.cs: another little fix in Combine ().
  51. 2003-01-29 Gonzalo Paniagua Javier <[email protected]>
  52. * UrlUtils.cs: fixed Combine ().
  53. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  54. * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.
  55. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  56. * PathUtil.cs: removed.
  57. * UrlUtils.cs: fixed Combine to handle '~'.
  58. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  59. * PathUtil.cs: some path handling methods that are not available in
  60. System.IO.Path.
  61. 2002-10-28 Gaurav Vaish <[email protected]>
  62. * DataSourceHelper.cs : Fresh implementation. Moved from
  63. System.Web.UI.WebControls.DataGrid
  64. ::ResolveData(object, string).
  65. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  66. * WebTrace.cs: fixed namespace.
  67. * WebEncoding.cs: new class that holds the default encoding for
  68. System.Web.
  69. 2002-01-03 Nick Drochak <[email protected]>
  70. * FileChangesMonitor.cs: remove redundant using statement; use int
  71. for MAXLEN; capitalize correctly 'WebHashCodeProvider';
  72. fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
  73. set out parameter value where needed
  74. * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
  75. * IISVersionInfo.cs: initialize static member to avoid compile error.
  76. * WebEqualComparer.cs: static member defC shouldn't be readonly;
  77. the string comparer had some typos (fixed)
  78. * WebHashCodeProvider.cs: needed System.Globalization; static member
  79. defHcp shouldn't be readonly; remove double equal typo.
  80. 2002-01-02 Nick Drochak <[email protected]>
  81. * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
  82. is too big for Int32.
  83. * FileChangeEventHandler.cs: put missing 'void' return type on delegate
  84. FileChangeEventHandler()
  85. * FileChangedEventArgs.cs: ditto for FileChangedEvent()
  86. * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
  87. * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
  88. code.
  89. 2001-12-21 Gaurav Vaish <[email protected]>
  90. * ApacheVersionInfo.cs - Dummy class, for later use.
  91. * FileAction.cs:
  92. * FileChangeEventHandler.cs:
  93. * FileChangeEventArgs.cs:
  94. * FileChangesMonitor.cs:
  95. * NativeFileChangeEventHandler.cs
  96. - To be used in System.Web/Http* classes.
  97. Initially needed for HttpRuntime
  98. * IISVersionInfo.cs - Some useful methods
  99. 2001-12-17 Gaurav Vaish <[email protected]>
  100. * UrlUtils.cs - Added functions Combine and Reduce
  101. 2001-12-16 Miguel de Icaza <[email protected]>
  102. * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
  103. 2001-11-30
  104. Gaurav Vaish <[email protected]>
  105. * DataSourceHelper.cs - Resolving DataSource objects
  106. 2001-11-09
  107. Gaurav Vaish <[email protected]>
  108. * UrlUtil.cs - Some basic functions
  109. 2001-11-08
  110. Gaurav Vaish <[email protected]>
  111. * Namespace - Created the namespace for commonly used,
  112. otherwise not available functions