aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/JarUtil.java
Commit message (Expand)AuthorAgeFilesLines
* JarUtil.getRelativeOf(): Make'cutOffInclSubDir' optional, i.e. ignore if null...Sven Gothel2023-05-201-6/+15
* IOUtil.copyStream2{File|Stream)(..): Drop unused and misleading 'totalNumByte...Sven Gothel2023-05-041-1/+1
* iOS: Initial iOS support commit: build.xml targets, java code-path etcSven Gothel2019-06-171-1/+1
* Remove deprectated classes and methodsSven Gothel2015-10-151-14/+0
* Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-031-3/+3
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-081-177/+124
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-071-0/+2
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-071-22/+22
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-38/+38
* IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti...Sven Gothel2013-11-281-1/+1
* JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add DEBUG to ...Sven Gothel2013-11-271-6/+11
* IOUtil/JarUtil: DEBUG output on stderr not stdoutSven Gothel2013-11-271-10/+10
* JarUtil: Use common strings for exceptions (same as used in IOUtil)Sven Gothel2013-11-271-2/+2
* Bug 754 - JarUtil: Add method to generate resource URI from class's Jar URI a...Sven Gothel2013-10-311-0/+66
* Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ...Sven Gothel2013-10-231-0/+28
* Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net...Sven Gothel2013-10-181-1/+4
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-89/+89
* Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components w...Sven Gothel2013-10-071-7/+7
* IOUtil/JarUtil: Add more detail debug information for URI transformation; IOU...Sven Gothel2013-10-011-7/+12
* Bug 845: Add support for one big-fat jar file [java classes plus all native '...Sven Gothel2013-10-011-10/+29
* Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based concatenation ...Sven Gothel2013-10-011-0/+13
* Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap...Sven Gothel2013-10-011-1/+3
* 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-48/+39
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-132/+139
* Minor edits to JarUtil.Resolver functionality: Exception types, avoiding dupl...Sven Gothel2013-02-211-21/+40
* Add security checks to resolver methods.Wade Walker2013-02-171-4/+26
* Make JarUtil work with custom classloadersWade Walker2013-02-111-1/+23
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-121/+166
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-14/+8
* Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue...Sven Gothel2012-01-051-14/+52
* JarUtil (Fix Bug 522): Handle case where given URL doesn't contain any '/' (e...Sven Gothel2011-11-291-5/+11
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-291-38/+179
* NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ...Sven Gothel2011-09-241-2/+15
* Better DEBUG outputSven Gothel2011-09-231-21/+24
* TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat...Sven Gothel2011-09-231-31/+49
* JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARsSven Gothel2011-09-221-7/+5
* Enhancements / New utils: JarUtil, TempFileCache and TempJarCacheSven Gothel2011-09-191-0/+347