summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/cache
Commit message (Expand)AuthorAgeFilesLines
* Bug 1213: Refine changes .. comments and APISven Gothel2015-09-151-2/+3
* TempFileCache/TempJarCache: Fix NPE in DEBUG modeSven Gothel2014-12-122-2/+7
* 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-032-43/+43
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-2/+2
* 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
* Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ...Sven Gothel2013-10-231-1/+1
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-172-99/+99
* 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
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-111-6/+2
* 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-202-28/+43
* Fix Platform static initialization interdependencies w/ GlueGen native librar...Sven Gothel2012-06-181-1/+1
* Fix Bug 587: Use alternative storage location if platform's temp directory is...Sven Gothel2012-06-161-2/+3
* 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-132-6/+10
* 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-012-20/+67
* Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)Sven Gothel2011-11-292-134/+158
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-291-0/+13
* IOUtil: Generalize w/ getTempRoot()Sven Gothel2011-09-301-3/+3
* Better DEBUG outputSven Gothel2011-09-231-31/+30
* 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-203-27/+85
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-192-0/+704