ChangeLog 5.4 KB

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