| Commit message (Expand) | Author | Age | Files | Lines |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 4 | -0/+8 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 8 | -235/+235 |
* | Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap... | Sven Gothel | 2013-10-01 | 1 | -11/+3 |
* | DynamicLibraryBundle: Remove unused imports | Sven Gothel | 2013-08-26 | 1 | -3/+0 |
* | Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met... | Sven Gothel | 2013-08-15 | 1 | -0/+22 |
* | Remove _default_ workaround for Bug 566. Workaround shall no more be required...v2.0.2 | Sven Gothel | 2013-07-20 | 1 | -7/+1 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce... | Sven Gothel | 2013-06-21 | 4 | -81/+116 |
* | DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add T... | Sven Gothel | 2013-06-20 | 3 | -11/+65 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access. | Sven Gothel | 2013-06-20 | 2 | -70/+70 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -1/+2 |
* | Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error cases p... | Sven Gothel | 2013-06-18 | 1 | -26/+31 |
* | Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU... | Sven Gothel | 2013-06-18 | 2 | -6/+20 |
* | Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va... | Sven Gothel | 2013-06-16 | 1 | -1/+7 |
* | Fix Bug 749: Add Support for Solaris SPARC 32bit | Britta Eckhardt | 2013-06-13 | 1 | -7/+13 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 2 | -58/+58 |
* | Bug 747: AndroidVersion: HashMap -> IntObjectHashMap | Sven Gothel | 2013-06-09 | 1 | -7/+6 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 2 | -16/+27 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 4 | -0/+0 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /... | Sven Gothel | 2013-02-09 | 1 | -14/+40 |
* | GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement | Sven Gothel | 2013-01-30 | 1 | -48/+64 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -1/+14 |
* | Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa... | Sven Gothel | 2012-10-25 | 1 | -3/+14 |
* | Refine API doc of Buffers, fix API doc Platform.NEWLINE. | Sven Gothel | 2012-10-03 | 1 | -1/+1 |
* | Platform: Slight reorder of initialization reducing one PrivilegedAction block. | Sven Gothel | 2012-09-07 | 1 | -42/+41 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -17/+26 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 3 | -302/+65 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 1 | -11/+34 |
* | DynamicLibraryBundle: API doc refinement, mention the ClassLoader role. | Sven Gothel | 2012-05-04 | 2 | -5/+16 |
* | Use ClassLoader to find JNI native libraries. ClassLoader was only used for t... | Sven Gothel | 2012-05-04 | 3 | -16/+21 |
* | Platform: Need priviledge read access for property 'java.awt.headless' | Sven Gothel | 2012-04-25 | 1 | -9/+13 |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 1 | -35/+84 |
* | 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 | 3 | -0/+40 |
* | DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th... | Sven Gothel | 2012-03-26 | 2 | -2/+8 |
* | Minor edits: Fix API doc / Remove Thread.dumpStack() | Sven Gothel | 2012-03-22 | 1 | -1/+0 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 1 | -6/+6 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 1 | -2/+2 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 1 | -6/+2 |
* | 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 | 1 | -17/+13 |
* | 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 |
* | 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 | 1 | -2/+1 |
* | 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 |
* | JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad... | Sven Gothel | 2011-11-29 | 1 | -3/+3 |