| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni | Peter Hallam | 2010-05-04 | 39 | -15124/+0 |
* | Move the libcore registration out of libnativehelpers and into libcore. | Elliott Hughes | 2010-04-16 | 4 | -13/+111 |
* | Latest java.util.concurrent from the JSR 166 project. | Jesse Wilson | 2010-04-09 | 1 | -0/+3 |
* | resolved conflicts for merge of 19252faf to dalvik-dev | Elliott Hughes | 2010-04-08 | 1 | -32/+10 |
|\ |
|
| * | Disable System.setSecurityManager. | Elliott Hughes | 2010-04-08 | 1 | -34/+10 |
* | | Improve the ThreadGroup documentation. | Elliott Hughes | 2010-03-24 | 1 | -128/+97 |
* | | Remove all remaining "@since Android" tags. | Elliott Hughes | 2010-03-22 | 19 | -494/+16 |
* | | Add Java 6's java.io.Console. | Elliott Hughes | 2010-03-16 | 1 | -0/+12 |
* | | Back out my droiddoc-breaking Object.getClass signature change. | Elliott Hughes | 2010-03-12 | 1 | -1/+1 |
* | | Fix all instances of "new Integer" (et cetera). | Elliott Hughes | 2010-03-11 | 1 | -5/+5 |
* | | Plug a resource leak with "finally" and make Object.getClass' return type mat... | Elliott Hughes | 2010-03-11 | 2 | -6/+3 |
* | | Merge "Minor fixes." into dalvik-dev | Andy McFadden | 2010-03-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Minor fixes. | Andy McFadden | 2010-03-10 | 1 | -1/+1 |
* | | | Add Java 6 additions to Double, Enum, Float, and String. | Elliott Hughes | 2010-03-10 | 2 | -4/+3 |
|/ / |
|
* | | am f76b01c6: Merge "Document that Class.getSigners() always returns null." | Elliott Hughes | 2010-02-28 | 1 | -60/+6 |
|\ \
| |/ |
|
| * | Document that Class.getSigners() always returns null. | Elliott Hughes | 2010-02-25 | 1 | -60/+6 |
* | | Remove more useless annotations: logging, luni-kernel, and math. | Elliott Hughes | 2010-02-23 | 1 | -47/+0 |
* | | Resync a load of tests with upstream, make our build faster. | Elliott Hughes | 2010-02-19 | 2 | -2/+2 |
* | | Fix FindBugs' "high" warnings about java.lang.Class. | Elliott Hughes | 2010-02-16 | 1 | -3/+5 |
|/ |
|
* | Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. | Elliott Hughes | 2010-01-28 | 1 | -1/+1 |
* | The SecurityManager doesn't work, so advertise that shouldn't be used. | Jesse Wilson | 2010-01-07 | 1 | -3/+7 |
* | Implement ProcessBuilder.redirectErrorStream. | Elliott Hughes | 2009-10-28 | 3 | -52/+57 |
* | Switch ProcessManager and System over to C++. | Elliott Hughes | 2009-10-23 | 3 | -71/+50 |
* | Fix build. | Elliott Hughes | 2009-10-14 | 3 | -0/+127 |
* | Fix Constructor and Method to not expose their internals. | Elliott Hughes | 2009-10-13 | 3 | -9/+37 |
* | Throw meaningful IOException instances from native code. | Elliott Hughes | 2009-09-30 | 1 | -2/+1 |
* | Phantom fun. | Andy McFadden | 2009-09-10 | 1 | -4/+4 |
* | Fix Package.isCompatibleWith. | Elliott Hughes | 2009-09-04 | 1 | -3/+2 |
* | Merge change 23208 into eclair | Android (Google) Code Review | 2009-09-03 | 1 | -5/+11 |
|\ |
|
| * | Fix Class.getConstructor("whatever", (Class[]) null). | Elliott Hughes | 2009-09-03 | 1 | -5/+11 |
* | | DO NOT MERGE: Fix implementation of Thread.isAlive | Andy McFadden | 2009-09-02 | 1 | -3/+1 |
|/ |
|
* | Integrate luni module (but not tests) to Harmony r772995. | Jesse Wilson | 2009-07-24 | 2 | -103/+104 |
* | Fixing wakeups caused by Thread.join() interacting with LockSupport.unpark. | Jesse Wilson | 2009-07-16 | 1 | -11/+49 |
* | am 4ce12e65: Fixes deadlock in Runtime.exec(). We can\'t malloc() or free() a... | crazybob | 2009-07-02 | 1 | -18/+14 |
|\ |
|
| * | Fixes deadlock in Runtime.exec(). We can't malloc() or free() after fork() be... | crazybob | 2009-07-01 | 1 | -18/+14 |
* | | am 5f9aa938: Merge change 4334 into donut | Android (Google) Code Review | 2009-06-16 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Modified Thread to copy the context class loader from parent to child threads... | crazybob | 2009-06-16 | 1 | -0/+2 |
* | | am 4e3cc66: am 4645b7c: AI 147732: fix broken links | Scott Main | 2009-04-29 | 3 | -3/+3 |
|\ \
| |/ |
|
| * | am 4645b7c: AI 147732: fix broken links | Scott Main | 2009-04-28 | 3 | -3/+3 |
| |\ |
|
| | * | AI 147732: fix broken links | Scott Main | 2009-04-24 | 3 | -3/+3 |
| | * | AI 145288: Removing tabs from tests. | Urs Grob | 2009-04-09 | 1 | -3/+4 |
| | * | AI 143453: Bringing the luni tests down to zero failures. | Jorg Pleumann | 2009-03-30 | 1 | -0/+7 |
* | | | am 1c7ba87: Fix an infinite loop in ClassLoader.isAncestorOf() | Urs Grob | 2009-04-29 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix an infinite loop in ClassLoader.isAncestorOf() | Urs Grob | 2009-04-28 | 1 | -1/+1 |
| * | | AI 145612: am: CL 145288 Removing tabs from tests. | Urs Grob | 2009-04-09 | 1 | -3/+4 |
| * | | AI 143626: am: CL 143453 Bringing the luni tests down to zero failures. | Jorg Pleumann | 2009-03-31 | 1 | -0/+7 |
| |/ |
|
* | | AI 145649: am: CL 145612 am: CL 145288 Removing tabs from tests. | Urs Grob | 2009-04-09 | 1 | -3/+4 |
* | | AI 145086: Use process groups to avoid a collision between dexopt and Process... | Andy McFadden | 2009-04-08 | 1 | -1/+2 |
* | | AI 143657: am: CL 143626 am: CL 143453 Bringing the luni tests down to zero f... | Jorg Pleumann | 2009-03-31 | 1 | -0/+7 |
|/ |
|
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 34 | -0/+15454 |