summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/cache/TempFileCache.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ...Sven Gothel2019-04-031-13/+38
* Bug 1213: Refine changes .. comments and APISven Gothel2015-09-151-2/+3
* TempFileCache/TempJarCache: Fix NPE in DEBUG modeSven Gothel2014-12-121-1/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-30/+30
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-2/+2
* 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-171-27/+27
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-111-6/+2
* Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9Sven Gothel2012-06-201-27/+37
* 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
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-3/+7
* Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance.Sven Gothel2011-12-011-1/+20
* Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)Sven Gothel2011-11-291-132/+156
* IOUtil: Generalize w/ getTempRoot()Sven Gothel2011-09-301-3/+3
* Better DEBUG outputSven Gothel2011-09-231-31/+30
* Temp Cache: More control over the lifecycle, explicit TempJarCache initializa...Sven Gothel2011-09-201-2/+2
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-191-0/+480