aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/cache/TempJarCache.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r...Sven Gothel2019-04-031-0/+6
* Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ...Sven Gothel2019-04-031-22/+83
* Remove deprectated classes and methodsSven Gothel2015-10-151-21/+0
* TempFileCache/TempJarCache: Fix NPE in DEBUG modeSven Gothel2014-12-121-1/+3
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-081-68/+87
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-071-1/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-13/+13
* Bug 754 - JarUtil: Add method to generate resource URI from class's Jar URI a...Sven Gothel2013-10-311-0/+2
* TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize ...Sven Gothel2013-10-241-4/+21
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-72/+72
* Bug 845: Fix JNILibLoaderBase.addNativeJarLibsImpl(..) fat-jar case.Sven Gothel2013-10-011-1/+4
* Bug 845: Add support for one big-fat jar file [java classes plus all native '...Sven Gothel2013-10-011-7/+11
* Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap...Sven Gothel2013-10-011-77/+1
* gluegen: remove unneeded casts to JarEntryHarvey Harrison2013-07-151-1/+1
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-5/+15
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-75/+74
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-58/+116
* Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9Sven Gothel2012-06-201-1/+6
* Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...Sven Gothel2012-03-281-0/+12
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-3/+3
* TempJarCache: Check for NULL jarURL and reuse contains queriesSven Gothel2012-03-071-6/+15
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-051-1/+0
* TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our...Sven Gothel2011-12-011-37/+61
* Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance.Sven Gothel2011-12-011-19/+47
* Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)Sven Gothel2011-11-291-2/+2
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-291-0/+13
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-231-11/+50
* JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARsSven Gothel2011-09-221-1/+48
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-201-25/+46
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-191-0/+224