| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 1 | -14/+0 |
* | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri... | Sven Gothel | 2015-10-03 | 1 | -3/+3 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 1 | -177/+124 |
* | Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe... | Sven Gothel | 2014-09-07 | 1 | -0/+2 |
* | Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u... | Sven Gothel | 2014-09-07 | 1 | -22/+22 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -38/+38 |
* | IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti... | Sven Gothel | 2013-11-28 | 1 | -1/+1 |
* | JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add DEBUG to ... | Sven Gothel | 2013-11-27 | 1 | -6/+11 |
* | IOUtil/JarUtil: DEBUG output on stderr not stdout | Sven Gothel | 2013-11-27 | 1 | -10/+10 |
* | JarUtil: Use common strings for exceptions (same as used in IOUtil) | Sven Gothel | 2013-11-27 | 1 | -2/+2 |
* | Bug 754 - JarUtil: Add method to generate resource URI from class's Jar URI a... | Sven Gothel | 2013-10-31 | 1 | -0/+66 |
* | Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ... | Sven Gothel | 2013-10-23 | 1 | -0/+28 |
* | Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net... | Sven Gothel | 2013-10-18 | 1 | -1/+4 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -89/+89 |
* | Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components w... | Sven Gothel | 2013-10-07 | 1 | -7/+7 |
* | IOUtil/JarUtil: Add more detail debug information for URI transformation; IOU... | Sven Gothel | 2013-10-01 | 1 | -7/+12 |
* | Bug 845: Add support for one big-fat jar file [java classes plus all native '... | Sven Gothel | 2013-10-01 | 1 | -10/+29 |
* | Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based concatenation ... | Sven Gothel | 2013-10-01 | 1 | -0/+13 |
* | Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap... | Sven Gothel | 2013-10-01 | 1 | -1/+3 |
* | gluegen: remove unneeded casts to JarEntry | Harvey Harrison | 2013-07-15 | 1 | -1/+1 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -48/+39 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 1 | -132/+139 |
* | Minor edits to JarUtil.Resolver functionality: Exception types, avoiding dupl... | Sven Gothel | 2013-02-21 | 1 | -21/+40 |
* | Add security checks to resolver methods. | Wade Walker | 2013-02-17 | 1 | -4/+26 |
* | Make JarUtil work with custom classloaders | Wade Walker | 2013-02-11 | 1 | -1/+23 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -121/+166 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 1 | -14/+8 |
* | Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue... | Sven Gothel | 2012-01-05 | 1 | -14/+52 |
* | JarUtil (Fix Bug 522): Handle case where given URL doesn't contain any '/' (e... | Sven Gothel | 2011-11-29 | 1 | -5/+11 |
* | JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad... | Sven Gothel | 2011-11-29 | 1 | -38/+179 |
* | NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir ... | Sven Gothel | 2011-09-24 | 1 | -2/+15 |
* | Better DEBUG output | Sven Gothel | 2011-09-23 | 1 | -21/+24 |
* | TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat... | Sven Gothel | 2011-09-23 | 1 | -31/+49 |
* | JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARs | Sven Gothel | 2011-09-22 | 1 | -7/+5 |
* | Enhancements / New utils: JarUtil, TempFileCache and TempJarCache | Sven Gothel | 2011-09-19 | 1 | -0/+347 |