| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad... | Sven Gothel | 2011-11-29 | 1 | -5/+30 |
* | IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API doc | Sven Gothel | 2011-09-30 | 1 | -2/+26 |
* | IOUtil: Generalize w/ getTempRoot() | Sven Gothel | 2011-09-30 | 1 | -9/+17 |
* | IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont... | Sven Gothel | 2011-09-28 | 1 | -1/+35 |
* | Enhancement/GenericStyle: | Sven Gothel | 2011-09-19 | 1 | -0/+45 |
* | IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;... | Sven Gothel | 2011-09-14 | 1 | -19/+67 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 1 | -9/+9 |
* | Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU... | Sven Gothel | 2011-06-08 | 1 | -43/+221 |
* | Merged JOGL's general purpose static methods of StreamUtil and FileUtil into ... | Sven Gothel | 2011-06-07 | 1 | -6/+95 |
* | Add IOUtil - generic URL to File and stream to stream copy | Sven Gothel | 2011-04-01 | 1 | -0/+84 |