ChangeLog 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. 2002-04-10 Patrik Torstensson <[email protected]>
  2. * HttpWorkerRequest.EndOfSendNotification.cs Removed (included in WorkerRequest)
  3. * Checkin of all new files (noted in last changenote)
  4. 2002-04-10 Patrik Torstensson <[email protected]>
  5. * HttpContext.cs: First implementation (basic support, few methods left to impl)
  6. * HttpException.cs: Partial implementation (basic support)
  7. * HttpHelper.cs: Header parse helper, used by runtime (non public)
  8. * HttpRequest.cs: Implementation (all methods there, not all fully impl)
  9. * HttpRequestStream.cs: Full implementation
  10. * HttpResponse.cs: Partial implementation(almost all methods)
  11. * HttpResponseHeader.cs: Header helper
  12. * HttpResponseStream.cs: Full implementation - Response stream support
  13. * HttpResponseStreamProxy.cs: Implementation - filter support
  14. * HttpRuntime.cs: Rewrite to support one IHttpModule (use for testing the runtime)
  15. * HttpServerUtility.cs: Implemented usage of HttpContext for methods
  16. and moved encoding functions to HttpUtility.
  17. * HttpUtility.cs: Added encoding/decoding functions from HttpServerUtility and
  18. added the Attribute encoding functions.
  19. * HttpValueCollection.cs: Implementation.
  20. * HttpWorkerRequest.cs: Rewrite and implementation of all methods (ready)
  21. * HttpWriter.cs: Implementation (with filter support)
  22. * HttpFileCollection: Added dummy class (placeholder)
  23. * HttpApplication.cs: Added dummy class (placeholder)
  24. * HttpApplicationState.cs: Added dummy class (placeholder)
  25. * HttpBrowserCapabilities.cs: Added dummy class (placeholder)
  26. * HtttpCachePolicy.cs: Added dummy class (placeholder)
  27. * HttpClientCertificate.cs: Added dummy class (placeholder)
  28. * HttpSessionState.cs: Added dummy class (placeholder)
  29. * TraceContext.cs: Added dummy class (placeholder)
  30. 2002/04/10 Nick Drochak <[email protected]>
  31. * HttpServerUtility.cs: Fix build breaker.
  32. 2002-03-28 Wictor Wilén <[email protected]>
  33. * HttpServerUtils.cs : Added some more functionality
  34. 2002-03-28 Martin Baulig <[email protected]>
  35. * HttpServerUtils.cs (UrlDecode): You cannot implicitly cast a
  36. char to a string, use ToString() instead.
  37. 2002-03-16 Gaurav Vaish <[email protected]>
  38. * WebCategoryAttribute.cs
  39. : Added private attribute.
  40. 2002-03-16 Gaurav Vaish <[email protected]>
  41. * HttpRuntime.cs : Stubbed methods for
  42. FormatStringResource(...) in agreement with the various
  43. overloads available at String.Format(...)
  44. 2002-01-08 Gaurav Vaish <[email protected]>
  45. * TODOAttribute.cs : Added, as an internal class to the assembly
  46. 2002-01-03 Nick Drochak <[email protected]>
  47. * HttpRuntime.cs: remove uneeded exception variable from catch and
  48. initialize remaining instance members to avoid compile warnings
  49. 2002-01-02 Nick Drochak <[email protected]>
  50. * HttpRuntime.cs: fix spelling error/variable name change.
  51. 2001-12-18 Gaurav Vaish <[email protected]>
  52. * HttpRuntime.cs : Initial implementation
  53. 2001-08-29 Bob Smith <[email protected]>
  54. * HttpWorkerRequest.cs: Partial Implementation.
  55. 2001-08-16 Bob Smith <[email protected]>
  56. * HttpCookieCollection.cs, HttpCookie.cs: Bug fixes.
  57. 2001-08-09 Bob Smith <[email protected]>
  58. * BeginEventHandler.cs: Implemented.
  59. * EndEventHandler.cs: Implemented.
  60. * HttpCacheability.cs: Implemented.
  61. * HttpCacheRevalidation.cs: Implemented.
  62. * HttpCacheValidateHandler.cs: Implemented.
  63. * HttpCookieCollection.cs: Implemented.
  64. * HttpCookie.cs: Implemented.
  65. * HttpValidationStatus.cs: Implemented.
  66. * HttpWorkerRequest.EndOfSendNotification.cs: Implemented.
  67. * IHttpAsyncHandler.cs: Implemented.
  68. * IHttpHandler.cs: Implemented.
  69. * IHttpHandlerFactory.cs: Implemented.
  70. * IHttpModule.cs: Implemented.
  71. * ProcessShutdownReason.cs: Implemented.
  72. * ProcessStatus.cs: Implemented.
  73. * TraceMode.cs: Implemented.