summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Fix unexpected EOF handling by KXmlParser.Vladimir Marko2013-06-281-0/+34
* Improve Scanner performance.Elliott Hughes2013-06-272-420/+252
* Fix tests.api.java.lang.ProcessTest#test_getErrorStream.Elliott Hughes2013-06-271-1/+1
* Clean up the #read javadoc.Elliott Hughes2013-06-2434-515/+207
* Fix the SocketChannel accept locking behavior.Elliott Hughes2013-06-214-22/+27
* Fix non-blocking SocketChannel connects.Elliott Hughes2013-06-212-21/+73
* Merge "Revert "Use CLOCK_MONOTONIC_RAW for System.nanoTime.""Elliott Hughes2013-06-212-7/+2
|\
| * Revert "Use CLOCK_MONOTONIC_RAW for System.nanoTime."Elliott Hughes2013-06-212-7/+2
* | Merge "Use CLOCK_MONOTONIC_RAW for System.nanoTime."Elliott Hughes2013-06-202-2/+7
|\ \ | |/
| * Use CLOCK_MONOTONIC_RAW for System.nanoTime.Elliott Hughes2013-06-202-2/+7
* | Merge "Sync java.util.concurrent library up to 12.06.2013."Elliott Hughes2013-06-2070-4159/+5444
|\ \ | |/ |/|
| * Sync java.util.concurrent library up to 12.06.2013.Calin Juravle2013-06-1470-4159/+5444
* | Add a short date format that's guaranteed to have 4-digit years.Elliott Hughes2013-06-171-0/+5
* | Merge "Fix CharBuffer.subSequence return type."Elliott Hughes2013-06-134-6/+4
|\ \
| * | Fix CharBuffer.subSequence return type.Elliott Hughes2013-05-164-6/+4
* | | Merge "Fix URLConnectionTest after latest okhttp update."Narayan Kamath2013-06-131-2/+2
|\ \ \
| * | | Fix URLConnectionTest after latest okhttp update.Narayan Kamath2013-06-121-2/+2
* | | | Merge "Offer default implementations of various dalvik intrinsics in the libr...Brian Carlstrom2013-06-086-6/+156
|\ \ \ \
| * | | | Offer default implementations of various dalvik intrinsics in the library.Elliott Hughes2013-06-076-6/+156
* | | | | Merge "Fix memory leaks in org_apache_harmony_xml_ExpatParser"Elliott Hughes2013-06-071-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix memory leaks in org_apache_harmony_xml_ExpatParserMikael Gullstrand2013-06-071-0/+3
| | |_|/ | |/| |
* | | | Merge "Move System.currentTimeMillis, nanoTime, and mapLibraryName into the l...Brian Carlstrom2013-06-071-0/+30
|\ \ \ \
| * | | | Move System.currentTimeMillis, nanoTime, and mapLibraryName into the library.Elliott Hughes2013-06-071-0/+30
* | | | | Fix zone.tab parsing.Elliott Hughes2013-06-072-0/+15
|/ / / /
* | | | Add a test for bug 9087737.Elliott Hughes2013-06-061-0/+8
* | | | Merge "Fix @deprecated javadoc orthography."Elliott Hughes2013-06-0633-97/+87
|\ \ \ \
| * | | | Fix @deprecated javadoc orthography.Elliott Hughes2013-06-0633-97/+87
* | | | | Fix bug in DNParser changeBrian Carlstrom2013-06-061-0/+1
|/ / / /
* | | | Merge "Add ReflectiveOperationException."Elliott Hughes2013-06-067-6/+59
|\ \ \ \ | |_|/ / |/| | |
| * | | Add ReflectiveOperationException.Elliott Hughes2013-06-057-6/+59
* | | | Moving java.lang.String to libdvmBrian Carlstrom2013-06-051-2039/+0
|/ / /
* | | Move additional files to libdvmBrian Carlstrom2013-06-051-221/+0
* | | Change the VMStack interface used by serialization.Elliott Hughes2013-06-051-18/+1
* | | Add hidden Modifiers for SYNTHETIC and MIRANDAIan Rogers2013-06-041-1/+13
|/ /
* | PBKDF2 tests to exercise new, correct PBE implementation.William Luh2013-06-011-7/+49
* | Move initialization check higher for updateAADKenny Root2013-05-311-3/+3
* | Fix conscrypt package name in SecureRandomTestBrian Carlstrom2013-05-291-1/+1
* | Use correct signature for NativeBN_BN_is_prime_exChris Dearman2013-05-291-2/+2
* | Use the jarjar names of security providersKenny Root2013-05-281-3/+3
* | Flip sense of negative isUnsupported* methodsBrian Carlstrom2013-05-241-17/+17
* | CipherTest fixesBrian Carlstrom2013-05-241-30/+162
|/
* Merge "Simplify defaulting for system properties, and trust the environment l...Elliott Hughes2013-05-152-42/+47
|\
| * Simplify defaulting for system properties, and trust the environment less.Elliott Hughes2013-05-142-42/+47
* | Merge "Remove a workaround for a bionic bug that's been fixed."Elliott Hughes2013-05-151-5/+0
|\ \
| * | Remove a workaround for a bionic bug that's been fixed.Elliott Hughes2013-05-141-5/+0
| |/
* | Add classes for AEAD encryptionKenny Root2013-05-146-1/+482
|/
* Expose Throwable changes.Elliott Hughes2013-05-141-26/+9
* Fix java.lang.Throwable's protected constructor.Elliott Hughes2013-05-132-44/+76
* Un-@hide various APIs.Elliott Hughes2013-05-1322-92/+37
* Fix build.Elliott Hughes2013-05-131-1/+1