updating to the latest module.
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
1 2004-08-03  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * IApplicationHost.cs : missing namespace import.
4
5 2004-08-02  Duncan Mak  <duncan@ximian.com>
6
7         * IApplicationHost.cs (MapPath): Add [In] attribute.
8
9         * IAppManagerAppDomainFactory.cs:
10         * IProcessHostSupportFunction.cs: signature fixes.
11         
12 2004-08-02  Duncan Mak  <duncan@ximian.com>
13
14         * IApplicationHost.cs:
15         * IHttpWorkerRequestHandler.cs:
16         * IProcessHost.cs:
17         * IProcessHostFactoryHelper.cs:
18         * IProcessHostSupportFunction.cs:
19         * IProcessPingCallback.cs:
20         * IQueueHost.cs:
21         * IRegisteredObject.cs: Added interfaces.
22         
23 2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
24
25         * IAppDomainFactory.cs: added missing marshalling attributes
26         * IISAPIRuntime.cs: added missing marshalling attributes
27
28 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
31
32 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33
34         * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
35         MapPath when the virtual directory is the root virtual directory.
36
37 2004-01-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
38
39         * IISAPIRuntime.cs: Fixed wrong attribute
40
41 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
42
43         * SimpleWorkerRequest.cs: Added missing attribute
44         * IISAPIRuntime.cs: Added attributes, fixed signature
45         * IAppDomainFactory.cs: Added attributes, fixed signature
46
47 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * ApplicationHost.cs: set hostingInstallDir.
50         * SimpleWorkerRequest.cs: implemented a couple of properties.
51
52 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
53
54         * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
55         paranoid condition to ExtractPathInfo.
56
57 2003-06-25  Eric Lindvall <eric@5stops.com>
58
59         * SimpleWorkerRequest.cs: 
60                 -adds PATH_INFO support
61                 - updates GetFilePathTranslated() to make use of Path.Combine()
62                 - gets rid of the null check in GetPathInfo() (we're setting
63                 _PathInfo to String.Empty now)
64                 - fixed CreatePath() so that it doesn't return String.Empty if
65                   the _AppVirtualPath is not "/" (to match MS runtime -- does
66                   anyone know why it was returning String.Empty?)
67
68 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
69
70         * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
71
72 2003-03-17 George Kodinov <gkodinov@openlinksw.co.uk>
73        
74         * AppDomainFactory.cs: place the correct full path for Web.config when
75         in Application host
76
77 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
78
79         * AppDomainFactory.cs: Web.config takes precedence over web.config.
80
81         * ApplicationHost.cs: removed hacks to work around an old bug.
82
83 2003-02-04  Tim Haynes <thaynes@openlinksw.com>
84
85         * SimpleWorkerRequest.cs: changed the initialised values of
86         _App{Install,Virtual}Path variables
87
88 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
89
90         * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
91         pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
92
93 2002-09-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
94
95         * ApplicationHost.cs:
96         * SimpleWorkerRequest.cs: workaround for bug #31245. 
97
98 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * ApplicationHost.cs: little fixes.
101
102 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
103
104         * ApplicationHost.cs: use Assembly instead of Module.
105
106 2002-08-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
107
108         * AppDomainFactory.cs: implemented.
109         * ApplicationHost.cs: implemented.
110         * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
111         fully implemented.
112
113 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
114
115         * AppDomainFactory.cs:
116         * IAppDomainFactory.cs:
117         * IISAPIRuntime.cs:
118         * ISAPIRuntime.cs: make them compile.
119
120 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
121
122         * ApplicationHost.cs: Test implementation to support testing.
123         * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
124
125 2001-08-30  Bob Smith  <bob@thestuff.net>
126
127         * AppDomainFactory.cs: Stubbed.
128         * ApplicationHost.cs: Stubbed.
129         * IAppDomainFactory.cs: Stubbed.
130         * IISAPIRuntime.cs: Stubbed.
131         * ISAPIRuntime.cs: Implemented.
132         * SimpleWorkerRequest.cs: Implemented.