summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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