| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 587: Use alternative storage location if platform's temp directory is... | Sven Gothel | 2012-06-16 | 2 | -93/+333 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 2 | -27/+14 |
* | PropertyAccess: Cleanup code, adding comment.v2.0-rc8v2.0-rc7 | Sven Gothel | 2012-04-25 | 1 | -7/+6 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 2 | -2/+2 |
* | 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 support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 2 | -1/+14 |
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /... | Sven Gothel | 2012-03-26 | 3 | -5/+12 |
* | RunnableExecutor: Add (c) header | Sven Gothel | 2012-03-26 | 1 | -0/+27 |
* | DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th... | Sven Gothel | 2012-03-26 | 1 | -0/+23 |
* | 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 | 2 | -6/+2 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 7 | -46/+322 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 2 | -4/+10 |
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 2 | -2/+26 |
* | TempJarCache: Check for NULL jarURL and reuse contains queries | Sven Gothel | 2012-03-07 | 1 | -6/+15 |
* | Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue... | Sven Gothel | 2012-01-05 | 2 | -15/+52 |
* | RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp... | Sven Gothel | 2011-12-11 | 2 | -1/+146 |
* | Cleanup Lock Package: API doc, complete throws declaration, interface Recursi... | Sven Gothel | 2011-12-11 | 3 | -3/+14 |
* | TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our... | Sven Gothel | 2011-12-01 | 1 | -37/+61 |
* | Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance. | Sven Gothel | 2011-12-01 | 2 | -20/+67 |
* | 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 | 3 | -134/+211 |
* | Fix regresseion of commit 04391a3f417e10e1b6dafbd8becc63659af633c3 (forced pe... | Sven Gothel | 2011-11-29 | 1 | -1/+1 |
* | 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 | 3 | -43/+222 |
* | Move TRACE_LOCK from RecursiveLock -> Lock | Sven Gothel | 2011-11-26 | 2 | -9/+4 |
* | ReflectionUtil: Catch NoClassDefFoundError @ getMethod() for robustness | Sven Gothel | 2011-11-24 | 1 | -3/+11 |
* | RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc... | Sven Gothel | 2011-11-22 | 2 | -10/+74 |
* | Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ... | Sven Gothel | 2011-10-27 | 1 | -20/+21 |
* | Enhance ReflectionUtil getConstructor(..) w/ 2nd attempt of cstr look-up w/ a... | Sven Gothel | 2011-09-30 | 1 | -5/+39 |
* | 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 | 2 | -12/+20 |
* | IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont... | Sven Gothel | 2011-09-28 | 1 | -1/+35 |
* | RunnableTask: Allow validation whether invoking thread intends to wait for th... | Sven Gothel | 2011-09-27 | 1 | -0/+6 |
* | Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementation | Sven Gothel | 2011-09-27 | 1 | -0/+61 |
* | Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t... | Sven Gothel | 2011-09-27 | 2 | -3/+55 |
* | Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int... | Sven Gothel | 2011-09-27 | 1 | -245/+0 |
* | 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 | 2 | -52/+54 |
* | TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificat... | Sven Gothel | 2011-09-23 | 2 | -42/+99 |
* | JNILibLoaderBase/TempJarCache: Prepare for loadLibrary(..) out of cached JARs | Sven Gothel | 2011-09-22 | 2 | -8/+53 |
* | Temp Cache: More control over the lifecycle, explicit TempJarCache initializa... | Sven Gothel | 2011-09-20 | 3 | -27/+85 |
* | Enhancements / New utils: JarUtil, TempFileCache and TempJarCache | Sven Gothel | 2011-09-19 | 3 | -0/+1051 |
* | Enhancement/GenericStyle: | Sven Gothel | 2011-09-19 | 2 | -21/+66 |
* | IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;... | Sven Gothel | 2011-09-14 | 1 | -19/+67 |
* | ArrayHashSet: Add Java Generics Syntax | Sven Gothel | 2011-08-24 | 1 | -37/+34 |
* | Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc... | Sven Gothel | 2011-08-03 | 2 | -60/+8 |
* | Platform getArch() -> getArchName() (analogue to getOSName()) | Sven Gothel | 2011-07-28 | 1 | -1/+1 |
* | Fix Android apk activity; Add apk VersionName; Add jar manifest to apk | Sven Gothel | 2011-07-28 | 2 | -2/+75 |