| Commit message (Expand) | Author | Age | Files | Lines |
* | IOUtil: Fix API doc; getTempDir(..) shall throw IOException instead of Runtim... | Sven Gothel | 2014-09-25 | 1 | -6/+31 |
* | Bug 1067 - IOUtil.testDirExec(File) needs to preserve SPACE in exetst.getCano... | Sven Gothel | 2014-09-14 | 1 | -2/+5 |
* | Bug 1063: Further Uri completion - As a result of JOGL Uri adoption | Sven Gothel | 2014-09-08 | 1 | -34/+7 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 1 | -102/+24 |
* | Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe... | Sven Gothel | 2014-09-07 | 1 | -208/+14 |
* | Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u... | Sven Gothel | 2014-09-07 | 1 | -155/+56 |
* | Bug 1015: Test executable permission on Windows via bat file (temp dir, like ... | Sven Gothel | 2014-08-28 | 1 | -36/+136 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -59/+59 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -8/+8 |
* | ReflectionUtil.getConstructor: Add 'initializeClazz' argument, allowing to de... | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver... | Sven Gothel | 2014-01-22 | 1 | -11/+32 |
* | IOUtil: Add convenience compound class 'ClassResources' | Sven Gothel | 2013-12-30 | 1 | -0/+37 |
* | IOUtil.encodeToURI(): Only use method if required | Sven Gothel | 2013-11-28 | 1 | -3/+3 |
* | IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti... | Sven Gothel | 2013-11-28 | 1 | -12/+74 |
* | JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add DEBUG to ... | Sven Gothel | 2013-11-27 | 1 | -1/+1 |
* | IOUtil: Add comments to slashify args @ caller; Use validated File @ IOUtil.t... | Sven Gothel | 2013-11-27 | 1 | -7/+7 |
* | IOUtil/JarUtil: DEBUG output on stderr not stdout | Sven Gothel | 2013-11-27 | 1 | -16/+20 |
* | Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ... | Sven Gothel | 2013-10-23 | 1 | -28/+69 |
* | Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net... | Sven Gothel | 2013-10-18 | 1 | -19/+111 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -173/+173 |
* | Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components w... | Sven Gothel | 2013-10-07 | 1 | -6/+29 |
* | IOUtil/JarUtil: Add more detail debug information for URI transformation; IOU... | Sven Gothel | 2013-10-01 | 1 | -11/+29 |
* | Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based concatenation ... | Sven Gothel | 2013-10-01 | 1 | -3/+22 |
* | Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap... | Sven Gothel | 2013-10-01 | 1 | -3/+18 |
* | gluegen: remove redundant test for null relativePath | Harvey Harrison | 2013-07-15 | 1 | -1/+1 |
* | gluegen: remove redundant assignment of tmpBaseDir | Harvey Harrison | 2013-07-15 | 1 | -2/+0 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -10/+99 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 1 | -61/+39 |
* | Fix Bug 683 part1b: Add IOUtil.getRelativeOf(URL, ..), wrapper for URI for co... | Sven Gothel | 2013-06-09 | 1 | -0/+12 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 1 | -68/+82 |
* | IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is returned -... | Sven Gothel | 2013-02-01 | 1 | -2/+2 |
* | IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/ initia... | Sven Gothel | 2013-02-01 | 1 | -4/+19 |
* | IOUtil: Better resource location debug info; RunnableTask adds 'flush()' meth... | Sven Gothel | 2012-07-05 | 1 | -4/+5 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -4/+8 |
* | Fix IOUtil: Query FileOutputStream constructor for each use (don't cache), ut... | Sven Gothel | 2012-06-21 | 1 | -9/+28 |
* | Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e...v2.0-rc9 | Sven Gothel | 2012-06-20 | 1 | -6/+4 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 1 | -3/+4 |
* | Fix Bug 587: Use alternative storage location if platform's temp directory is... | Sven Gothel | 2012-06-16 | 1 | -91/+330 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 1 | -17/+6 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 1 | -1/+1 |
* | IOUtil: Add fail-safe getFileOutputStream(..) (inspired by pngj helper class) | Sven Gothel | 2012-04-07 | 1 | -0/+36 |
* | Fix IOUtil: Handle all '../' and './' cases by reducing the path. | Sven Gothel | 2012-04-02 | 1 | -21/+42 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 1 | -91/+159 |
* | PropertyAccess: Push down 'isPropertyDefined(final String property, final boo... | Sven Gothel | 2012-03-13 | 1 | -1/+2 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 1 | -21/+32 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 1 | -2/+6 |
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 1 | -0/+16 |
* | Fix regression (#2) of commit 04391a3f417e10e1b6dafbd8becc63659af633c30 (remo... | Sven Gothel | 2011-11-29 | 1 | -1/+1 |
* | Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus) | Sven Gothel | 2011-11-29 | 1 | -0/+53 |
* | Fix regresseion of commit 04391a3f417e10e1b6dafbd8becc63659af633c3 (forced pe... | Sven Gothel | 2011-11-29 | 1 | -1/+1 |