| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 3 | -36/+98 |
* | To help analyzing Bug 566, we allow overwriting the 'workaround' with sys pro... | Sven Gothel | 2012-03-27 | 1 | -1/+5 |
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /... | Sven Gothel | 2012-03-26 | 6 | -5/+52 |
* | 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 | 3 | -2/+31 |
* | Minor edits: Fix API doc / Remove Thread.dumpStack() | Sven Gothel | 2012-03-22 | 2 | -3/+1 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 10 | -97/+719 |
* | 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 | 9 | -94/+374 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 4 | -12/+15 |
* | 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 |
* | Fix NIO Buffers<T> .put<Type1>(<Type2>) - Add appropriate source -> destinati... | Sven Gothel | 2012-03-05 | 1 | -0/+25 |
* | Fix ARM gluegen-rt-natives-linux-"amdv7, amdv5".jar name lookup typo. | Xerxes RĂ„nby | 2012-02-18 | 1 | -4/+4 |
* | Platform: Add Java VersionNumber | Sven Gothel | 2012-02-13 | 1 | -2/+11 |
* | DynamicLibraryBundle (enhancement) | Sven Gothel | 2012-02-12 | 4 | -30/+31 |
* | Further fix for bug 537 - Catch IllegalArgumentException in Platform.loadGlue... | Sven Gothel | 2012-01-05 | 3 | -32/+65 |
* | Fix JAR cache to allow running from class files | Wade Walker | 2011-12-29 | 1 | -1/+17 |
* | Fix regression of commit b669435d277a10e6163034aba286ecccce013f69, which remo... | Sven Gothel | 2011-12-18 | 1 | -7/+14 |
* | JNILibLoaderBaser.addNativeJarLibs(..): Catch all Exception (also IllegalArgu... | Sven Gothel | 2011-12-18 | 1 | -7/+11 |
* | 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 |
* | NativeLibrary DEBUG: stack trace @ close() | Sven Gothel | 2011-12-01 | 1 | -0/+1 |
* | TempJarCache/JNILibLoaderBase: Identify the Jar files by their URL within our... | Sven Gothel | 2011-12-01 | 3 | -44/+63 |
* | Minor edits / Put gluegen-rt 'libBaseName' static. | Sven Gothel | 2011-12-01 | 1 | -10/+10 |
* | DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin... | Sven Gothel | 2011-12-01 | 2 | -11/+42 |
* | Refine TempJarCache/JNILibLoaderBase ; Add TempFileCache destroy() for instance. | Sven Gothel | 2011-12-01 | 3 | -33/+88 |
* | 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 | 5 | -49/+228 |
* | 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 |
* | Platform: Add 'getCurrentSleepJitter()' | Sven Gothel | 2011-11-08 | 1 | -1/+26 |
* | Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ... | Sven Gothel | 2011-10-27 | 1 | -20/+21 |
* | Platform: Add OS_VERSION_NUMBER / getOSVersionNumber() | Sven Gothel | 2011-10-26 | 1 | -1/+10 |
* | MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon... | Sven Gothel | 2011-10-24 | 1 | -1/+7 |
* | Add some warning supression tags | Sven Gothel | 2011-10-07 | 1 | -0/+5 |
* | 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 |
* | Don't default to USE_TEMP_JAR_CACHE:=true on Android | Sven Gothel | 2011-09-28 | 1 | -2/+3 |
* | 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 |
* | JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'at... | Sven Gothel | 2011-09-24 | 1 | -1/+38 |