| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
- * IProcessHostFactoryHelper.cs:
- * IProcessPingCallback.cs:
- * IProcessHost.cs:
- * IProcessHostSupportFunction.cs:
- * IHttpWorkerRequestHandler.cs:
- * IQueueHost.cs:
- * IApplicationHost.cs: removed all this. They are not longer part of the
- public API.
- 2006-01-25 Gonzalo Paniagua Javier <[email protected]>
- * VirtualDirectory.cs:
- * VirtualPathProvider.cs:
- * VirtualFileBase.cs:
- * VirtualFile.cs: implemented this base classes.
- * HostingEnvironment.cs: implemented a few properties by using the ones
- in HttpRuntime.
- 2006-01-24 Konstantin Triger <[email protected]>
- * ServletWorkerRequest.jvm.cs: convert .invoke requests to PathInfo,
- remove ToUpper usage.
- 2006-01-19 Konstantin Triger <[email protected]>
- * ServletWorkerRequest.jvm.cs: refactoring.
- 2005-11-28 Robert Jordan <[email protected]>
- * SimpleWorkerRequest.cs: fixed MapPath () for the case
- app_virtual_dir.Length == 1 && path.Length == 1.
- * SimpleWorkerRequest.cs: implemented SendResponseFromMemory ().
- 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: make this work with paths that that
- contain non-ASCII characters. Fixes bug #76807.
- 2005-11-02 Chris Toshok <[email protected]>
- * HostingEnvironment.cs: completely NIE'ed implementation of
- HostingEnvironment, just to get an MS example provider to compile.
- 2005-11-01 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: use the AbsolutePath from the Uri to remove the
- schema prefix if present.
- 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
- * SimpleWorkerRequest.cs: all tests pass now.
- 2005-09-26 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: append a directory separator char to the physical
- path. Fixes bug #76187.
- 2005-09-21 Gonzalo Paniagua Javier <[email protected]>
- * SimpleWorkerRequest.cs: fix GetUriPath() for paths ending in '/'.
- 2005-09-10 Sebastien Pouliot <[email protected]>
- * AppDomainFactory.cs: Added LinkDemand for Minimal. Added Demand for
- UnmanagedCode on ctor. Added TODO on unimplemented method.
- * ApplicationHost.cs: Added LinkDemand for Minimal. Added Demand for
- UnmanagedCode on ctor. Removed duplicate null checks.
- * ISAPIRuntime.cs: Fixed inheritance (added MarshalByRefObject and
- IRegisteredObject) for 2.0. Added LinkDemand for Minimal. Added Demand
- for UnmanagedCode on ctor.
- * SimpleWorkerRequest.cs: Added LinkDemand and InheritanceDemand (not
- sealed) for Minimal. Added Demands for UnmanagedCode on ctors. Added
- FileIOPermission for PathDiscovery before returning processed paths.
- 2005-09-10 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: set the domain's DynamicBase property instead of
- guessing it in BaseCompiler.
- 2005-09-08 Eyal Alalouf <[email protected]>
- * ServletWorkerRequest.jvm.cs: Implement SendResponseFromFile
- 2005-07-24 Eyal Alalouf <[email protected]>
- * ServletWorkerRequest.jvm.cs: Put Console.WriteLine in #if DEBUG
- 2005-07-18 Eyal Alalouf <[email protected]>
- * Added ServletWorkerRequest.jvm.cs
- 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
- * IISAPIRuntime.cs: GUID changed.
- 2004-08-03 Atsushi Enomoto <[email protected]>
- * IApplicationHost.cs : missing namespace import.
- 2004-08-02 Duncan Mak <[email protected]>
- * IApplicationHost.cs (MapPath): Add [In] attribute.
- * IAppManagerAppDomainFactory.cs:
- * IProcessHostSupportFunction.cs: signature fixes.
-
- 2004-08-02 Duncan Mak <[email protected]>
- * IApplicationHost.cs:
- * IHttpWorkerRequestHandler.cs:
- * IProcessHost.cs:
- * IProcessHostFactoryHelper.cs:
- * IProcessHostSupportFunction.cs:
- * IProcessPingCallback.cs:
- * IQueueHost.cs:
- * IRegisteredObject.cs: Added interfaces.
-
- 2004-06-18 Gert Driesen <[email protected]>
- * IAppDomainFactory.cs: added missing marshalling attributes
- * IISAPIRuntime.cs: added missing marshalling attributes
- 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
- * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
- 2004-03-18 Gonzalo Paniagua Javier <[email protected]>
- * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
- MapPath when the virtual directory is the root virtual directory.
- 2004-01-14 Andreas Nahr <[email protected]>
- * IISAPIRuntime.cs: Fixed wrong attribute
- 2004-01-11 Andreas Nahr <[email protected]>
- * SimpleWorkerRequest.cs: Added missing attribute
- * IISAPIRuntime.cs: Added attributes, fixed signature
- * IAppDomainFactory.cs: Added attributes, fixed signature
- 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: set hostingInstallDir.
- * SimpleWorkerRequest.cs: implemented a couple of properties.
- 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
- * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
- paranoid condition to ExtractPathInfo.
- 2003-06-25 Eric Lindvall <[email protected]>
- * SimpleWorkerRequest.cs:
- -adds PATH_INFO support
- - updates GetFilePathTranslated() to make use of Path.Combine()
- - gets rid of the null check in GetPathInfo() (we're setting
- _PathInfo to String.Empty now)
- - fixed CreatePath() so that it doesn't return String.Empty if
- the _AppVirtualPath is not "/" (to match MS runtime -- does
- anyone know why it was returning String.Empty?)
- 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
- * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
- 2003-03-17 George Kodinov <[email protected]>
-
- * AppDomainFactory.cs: place the correct full path for Web.config when
- in Application host
- 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
- * AppDomainFactory.cs: Web.config takes precedence over web.config.
- * ApplicationHost.cs: removed hacks to work around an old bug.
- 2003-02-04 Tim Haynes <[email protected]>
- * SimpleWorkerRequest.cs: changed the initialised values of
- _App{Install,Virtual}Path variables
- 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
- pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
- 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs:
- * SimpleWorkerRequest.cs: workaround for bug #31245.
- 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: little fixes.
- 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: use Assembly instead of Module.
- 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
- * AppDomainFactory.cs: implemented.
- * ApplicationHost.cs: implemented.
- * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
- fully implemented.
- 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
- * AppDomainFactory.cs:
- * IAppDomainFactory.cs:
- * IISAPIRuntime.cs:
- * ISAPIRuntime.cs: make them compile.
- 2002-04-10 Patrik Torstensson <[email protected]>
- * ApplicationHost.cs: Test implementation to support testing.
- * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
- 2001-08-30 Bob Smith <[email protected]>
- * AppDomainFactory.cs: Stubbed.
- * ApplicationHost.cs: Stubbed.
- * IAppDomainFactory.cs: Stubbed.
- * IISAPIRuntime.cs: Stubbed.
- * ISAPIRuntime.cs: Implemented.
- * SimpleWorkerRequest.cs: Implemented.
|