Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
jfrijters a549a950c1 Add dummy splashscreen native library to VFS. Fix for #3480917. 2012-01-29 08:41:49 +00:00
jfrijters 8b27b91cc3 Added support for loading resources from assemblies loaded in the LoadFrom context. 2011-01-07 06:24:30 +00:00
jfrijters 09929413b5 Fixed parsing/generating VFS directory names of assemblies with underscores in the name. 2010-11-16 13:52:49 +00:00
jfrijters 19d2d1c0f3 - Made VFS class publishing more robust (against types that depend on missing assemblies).
- Don't publish annotation custom attributes (that show up as $Proxy classes) in VFS /classes/ directory.
- Refactored Type -> name to enable the VFS class publishing code to get the name without instantiating a TypeWrapper for each type.
2010-08-20 12:44:07 +00:00
jfrijters 4062e32cd6 Set system property "sun.boot.class.path" to point to the /classes/ directory of IKVM.OpenJDK.Core.dll 2010-08-19 09:26:20 +00:00
jfrijters e64377ba29 Expose all types of a shared class loader assembly group in the /classes/ directory of the main assembly of the group. 2010-08-19 09:24:37 +00:00
jfrijters 196a922219 Handle /classes/ directory of mscorlib properly (don't remap types). 2010-08-19 09:21:14 +00:00
jfrijters 4ba05d973e Fixed race condition. 2010-08-19 09:12:06 +00:00
jfrijters e5f4247e1c Massive change to change resource handling. Java resources are now stored in jars that are stored as managed .NET resources. The jars are projected into VFS and the assembly class loaders know how to load resources from these jars. 2010-08-05 13:43:00 +00:00
jfrijters 5a91126566 Removed lib/security/local_policy.jar from vfs.zip (because OpenJDK builds the restricted version, by default) and instead make a vfs alias for it that points to the unrestricted US_export_policy.jar. 2010-04-21 06:16:37 +00:00
jfrijters 4a58e5042a Fixed NRE when trying to access a non-existing directory in vfs. 2009-10-02 05:36:07 +00:00
jfrijters b8dd6a689f Added OpenFlags.OpenExistingOnly to X509Store.Open() to reduce required permissions. 2009-05-29 12:34:30 +00:00
jfrijters b8e96f6bd1 Some vfs restructuring to make VFS a true hierarchy and added support for File.list(). 2009-05-12 05:54:07 +00:00
jfrijters 1a909c4b7c Moved Virtual File System into a separate source file. 2009-05-12 04:30:10 +00:00