summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Un-@hide various APIs.Elliott Hughes2013-05-1322-92/+37
* Fix build.Elliott Hughes2013-05-131-1/+1
* Fix Short.compare.Elliott Hughes2013-05-131-1/+1
* Merge "Improve java.lang.reflect.Modifier documentation."Elliott Hughes2013-05-131-109/+22
|\
| * Improve java.lang.reflect.Modifier documentation.Elliott Hughes2013-05-131-109/+22
* | Merge "Move some files with dalvik dependencies to libdvm"Brian Carlstrom2013-05-1325-9645/+0
|\ \ | |/ |/|
| * Move some files with dalvik dependencies to libdvmBrian Carlstrom2013-05-1325-9645/+0
* | Fix String.replace("", x) for strings with non-0 offsets.Elliott Hughes2013-05-132-2/+13
|/
* Merge "Clean up two unnecessary 'implements' clauses."Elliott Hughes2013-05-112-2/+2
|\
| * Clean up two unnecessary 'implements' clauses.Elliott Hughes2013-05-102-2/+2
* | Add @SafeVarargs.Elliott Hughes2013-05-104-0/+38
|/
* Finish off AutoCloseable.Elliott Hughes2013-05-108-15/+21
* Remove duplicate JNIHelp.h importBrian Carlstrom2013-05-101-1/+0
* Ensure array_ is initialized.Ian Rogers2013-05-101-1/+1
* resolved conflicts for merge of f78109f6 to dalvik-devElliott Hughes2013-05-095-29/+118
* Some of our helpers have moved into libnativehelpers.Elliott Hughes2013-05-098-411/+3
* Merge "Improve ProcessManager."Elliott Hughes2013-05-072-340/+283
|\
| * Improve ProcessManager.Elliott Hughes2013-05-072-340/+283
* | Make it clearer that a new MockWebServer is created for each test runBrian Carlstrom2013-05-061-2/+2
|/
* Various regex test fixes.Elliott Hughes2013-05-036-1418/+14
* Replace mentions of old JSSE package nameKenny Root2013-05-032-2/+2
* Merge "Fix BufferedReader.readLine to not read ahead after '\r'."Elliott Hughes2013-05-022-80/+159
|\
| * Fix BufferedReader.readLine to not read ahead after '\r'.Elliott Hughes2013-05-022-80/+159
* | Tracking changes to *-host for host shared librariesBrian Carlstrom2013-05-011-22/+0
|/
* Fix ScopedStringChars to behave like ScopedUtfChars.Elliott Hughes2013-05-012-2/+0
* More ICU.getDateFormatOrder tests.Elliott Hughes2013-05-011-0/+4
* Merge "Improve System.nanoTime documentation."Elliott Hughes2013-05-011-1/+1
|\
| * Improve System.nanoTime documentation.Elliott Hughes2013-04-301-1/+1
* | Add missing @Override annotationsIan Rogers2013-04-301-5/+5
|/
* Merge "Implement getDateFormatOrder."Elliott Hughes2013-04-303-62/+141
|\
| * Implement getDateFormatOrder.Elliott Hughes2013-04-303-62/+141
* | Merge "Move JSSE to new package"Kenny Root2013-04-30137-38489/+15
|\ \ | |/ |/|
| * Move JSSE to new packageKenny Root2013-04-29137-38489/+15
* | Fix various of the harmony nio tests.Elliott Hughes2013-04-261-3/+7
|/
* Fix ZoneInfoDBTest.Elliott Hughes2013-04-261-1/+1
* Merge "Remove the now-unused ZoneInfoDB.getVersion API."Elliott Hughes2013-04-261-4/+0
|\
| * Remove the now-unused ZoneInfoDB.getVersion API.Elliott Hughes2013-04-261-4/+0
* | Add the harmony annotation tests.Elliott Hughes2013-04-264-181/+0
|/
* Fix vogar --mode device's fallback time zone.Elliott Hughes2013-04-261-1/+4
* Merge "Cope with a corrupt tzdata update."Elliott Hughes2013-04-265-145/+252
|\
| * Cope with a corrupt tzdata update.Elliott Hughes2013-04-265-145/+252
* | Fix additional races in org.apache.harmony.security.x509.ExtensionsBrian Carlstrom2013-04-252-23/+44
* | TimerTest cleanupBrian Carlstrom2013-04-251-339/+147
|/
* Only enforce the encrypted bit in the GPBF, and ignore other unsupported bits.William Luh2013-04-253-5/+15
* Merge "Fix a bug in DatagramChannel.send."Elliott Hughes2013-04-251-0/+1
|\
| * Fix a bug in DatagramChannel.send.Elliott Hughes2013-04-241-0/+1
* | Merge "Do not set valueDecoded until after the value is decoded"Brian Carlstrom2013-04-251-2/+2
|\ \ | |/ |/|
| * Do not set valueDecoded until after the value is decodedBrian Carlstrom2013-04-241-2/+2
* | Fix getLocalAddress on closed sockets.Elliott Hughes2013-04-246-38/+40
* | Reads from /dev/urandom can't really block.Elliott Hughes2013-04-246-89/+57