| Commit message (Expand) | Author | Age | Files | Lines |
* | UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), openLibraryGlobal... | Sven Gothel | 2013-06-25 | 4 | -115/+32 |
* | Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case o... | Sven Gothel | 2013-06-25 | 1 | -1/+1 |
* | Fix commit eb842815498f5926828b49c48fffce22fc9586a2: Adding missing files | Sven Gothel | 2013-06-22 | 2 | -0/+179 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce... | Sven Gothel | 2013-06-21 | 4 | -27/+63 |
* | DynamicLinker*: Proper Override notation | Sven Gothel | 2013-06-20 | 4 | -3/+15 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access. | Sven Gothel | 2013-06-20 | 4 | -66/+137 |
* | Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU... | Sven Gothel | 2013-06-18 | 2 | -1/+9 |
* | Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va... | Sven Gothel | 2013-06-16 | 4 | -58/+83 |
* | Fix Bug 749: Add Support for Solaris SPARC 32bit | Britta Eckhardt | 2013-06-13 | 1 | -12/+17 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 4 | -24/+24 |
* | Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp... | Sven Gothel | 2013-05-31 | 1 | -2/+2 |
* | RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG output | Sven Gothel | 2013-05-05 | 1 | -3/+4 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 3 | -0/+0 |
* | Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> Assu... | Sven Gothel | 2013-03-18 | 2 | -16/+20 |
* | Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude... | Sven Gothel | 2013-02-28 | 1 | -110/+0 |
* | Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /... | Sven Gothel | 2013-02-09 | 1 | -34/+83 |
* | Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to... | Sven Gothel | 2013-02-08 | 2 | -22/+133 |
* | Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting... | Sven Gothel | 2013-02-08 | 7 | -0/+1683 |
* | Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma... | Sven Gothel | 2013-01-19 | 1 | -7/+13 |
* | Merge remote-tracking branch 'xranby/gcj-gij' | Sven Gothel | 2013-01-18 | 1 | -2/+4 |
|\ |
|
| * | PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE. | Xerxes RĂ„nby | 2013-01-18 | 1 | -2/+4 |
* | | Android Completion for launching main() class via MainLauncher; Fix ActivityL... | Sven Gothel | 2013-01-18 | 1 | -2/+25 |
|/ |
|
* | Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may exe... | Sven Gothel | 2012-12-28 | 1 | -15/+36 |
* | gluegen: replace Thread name with name of lock file in SingletonInstanceFileL... | Harvey Harrison | 2012-10-16 | 1 | -1/+1 |
* | SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s... | Sven Gothel | 2012-10-04 | 1 | -0/+1 |
* | SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta... | Sven Gothel | 2012-09-21 | 2 | -18/+18 |
* | SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock... | Sven Gothel | 2012-09-21 | 2 | -8/+42 |
* | AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, Runnabl... | Sven Gothel | 2012-09-10 | 1 | -1/+25 |
* | Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf... | Sven Gothel | 2012-08-16 | 1 | -6/+6 |
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 6 | -17/+64 |
* | Fix Platform static initialization interdependencies w/ GlueGen native librar... | Sven Gothel | 2012-06-18 | 2 | -7/+319 |
* | Fix Bug 587: Use alternative storage location if platform's temp directory is... | Sven Gothel | 2012-06-16 | 2 | -6/+4 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-04 | 3 | -5/+139 |
* | GlueGenVersionActivity: Add Scroller .. | Sven Gothel | 2012-05-04 | 1 | -1/+5 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 1 | -1/+1 |
* | ActivityLauncher/LauncherUtil: Clear properties 'onDestroy()' | Sven Gothel | 2012-04-09 | 1 | -8/+11 |
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /... | Sven Gothel | 2012-03-26 | 1 | -0/+65 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 2 | -5/+14 |
* | PropertyAccess: Push down 'isPropertyDefined(final String property, final boo... | Sven Gothel | 2012-03-13 | 1 | -0/+4 |
* | SecurityUtil: Generalize cert validation and AccessControlContext query; Prop... | Sven Gothel | 2012-03-13 | 2 | -165/+14 |
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat... | Sven Gothel | 2012-03-13 | 2 | -72/+148 |
* | DynamicLibraryBundle (enhancement) | Sven Gothel | 2012-02-12 | 3 | -19/+22 |
* | RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp... | Sven Gothel | 2011-12-11 | 1 | -0/+211 |
* | Cleanup Lock Package: API doc, complete throws declaration, interface Recursi... | Sven Gothel | 2011-12-11 | 3 | -43/+83 |
* | JVMUtil: Remove Platform dependency - It's being called by Platform and is pr... | Sven Gothel | 2011-12-01 | 1 | -6/+3 |
* | MachineDescriptor Static: Add Mac-OsX 32bit gcc4 special case with sizeof(lon... | Sven Gothel | 2011-10-24 | 1 | -0/+2 |
* | Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementation | Sven Gothel | 2011-09-27 | 4 | -122/+613 |
* | Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int... | Sven Gothel | 2011-09-27 | 1 | -0/+245 |
* | SingletonInstanceServerSocket: composite thread name w/ leading original one | Sven Gothel | 2011-09-25 | 1 | -1/+8 |
* | Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'tr... | Sven Gothel | 2011-09-23 | 1 | -4/+11 |