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