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