summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/jvm
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-1/+2
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-111-1/+1
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-20/+21
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-301-33/+71
* Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa...Sven Gothel2012-10-251-13/+1
* JNILibLoaderBase: Fix NPE in DEBUG mode if null == stripBasenameSuffixes (JOCL)Sven Gothel2012-08-261-1/+1
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-40/+142
* Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9Sven Gothel2012-06-201-1/+0
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-181-1/+2
* Fix commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: System.loadLibrary(libra...Sven Gothel2012-05-041-1/+1
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-041-24/+54
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-46/+50
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-131-2/+3
* JNILibLoaderBaser.addNativeJarLibs(..): Catch all Exception (also IllegalArgu...Sven Gothel2011-12-181-7/+11
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-011-5/+1
* Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance.Sven Gothel2011-12-011-13/+21
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-291-3/+3
* JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'at...Sven Gothel2011-09-241-1/+38
* Better DEBUG outputSven Gothel2011-09-231-8/+8
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-231-75/+0
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-231-0/+30
* gluegen-rt lib loading: Moved to Platform static init incl. TempJarCache.boot...Sven Gothel2011-09-221-3/+2
* JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARsSven Gothel2011-09-221-1/+18
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-212-20/+30
* Remove redundant: NativeLibrary.ensureNativeLibLoaded()Sven Gothel2011-09-201-1/+2
* small cleanup in uitl packageMichael Bien2011-02-261-2/+0
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-092-2/+2
* Debug: out -> err streamSven Gothel2010-12-131-1/+1
* Enhance API doc .. package description etcSven Gothel2010-11-091-0/+9
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-101-36/+53
* Fix Exception Handling ..Sven Gothel2010-04-201-2/+3
* Importing files from JOGL (preserving history)Sven Gothel2010-04-192-19/+15
* Moving imported files to proper placeSven Gothel2010-04-192-0/+282