| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1213: Use InterruptSource.Thread | Sven Gothel | 2015-09-15 | 2 | -3/+5 |
* | Bug 1213: Refine changes .. comments and API | Sven Gothel | 2015-09-15 | 2 | -50/+80 |
* | Bug 1213 - RecursiveThreadGroupLockImpl01Unfairish.unlock() always interrupts... | Sven Gothel | 2015-09-05 | 2 | -8/+23 |
* | RecursiveThreadGroupLockImpl01Unfairish: Add toString() in IllegalArgumentExc... | Sven Gothel | 2015-08-29 | 1 | -2/+2 |
* | Fix Bitfield.put(..): Return previous value | Sven Gothel | 2015-08-02 | 3 | -12/+20 |
* | SyncedBitfield.clearField: Must be synchronized | Sven Gothel | 2015-08-02 | 1 | -1/+1 |
* | Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and... | Sven Gothel | 2015-08-02 | 3 | -24/+51 |
* | Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add synchronize... | Sven Gothel | 2015-07-31 | 3 | -44/+232 |
* | Bitfield: Use IndexOutOfBoundsException instead of ArrayIndexOutOfBoundsExcep... | Sven Gothel | 2015-07-30 | 2 | -16/+16 |
* | Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating IntBit... | Sven Gothel | 2015-07-30 | 2 | -0/+243 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 7 | -69/+69 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 7 | -137/+137 |
* | Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case o... | Sven Gothel | 2013-06-25 | 1 | -1/+1 |
* | RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG output | Sven Gothel | 2013-05-05 | 1 | -3/+4 |
* | Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> Assu... | Sven Gothel | 2013-03-18 | 2 | -16/+20 |
* | 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 |
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 6 | -17/+64 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper name | Sven Gothel | 2011-06-12 | 1 | -2/+2 |
* | SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move... | Sven Gothel | 2011-06-11 | 2 | -0/+351 |