summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add FLOAT entry to EmptyArray"Elliott Hughes2014-07-291-0/+1
|\
| * Add FLOAT entry to EmptyArrayMichael Wright2014-07-291-0/+1
* | Fix Character.getDirectionality.Elliott Hughes2014-07-293-12/+27
* | Merge "SSLSocketFactory: don't reload the default if class name is same"Kenny Root2014-07-242-20/+31
|\ \
| * | SSLSocketFactory: don't reload the default if class name is sameKenny Root2014-07-232-20/+31
* | | OsConstants: add PR_GET_DUMPABLE / PR_SET_DUMPABLENick Kralevich2014-07-242-0/+8
* | | Modified array threshold length for primitive types in arraycopy function.Emma Meersman2014-07-241-6/+6
* | | Merge "Remove workaround for *.clients.google.com."Alex Klyubin2014-07-231-4/+1
|\ \ \
| * | | Remove workaround for *.clients.google.com.Alex Klyubin2014-07-231-4/+1
* | | | Fix serialization / deserialization of SealedObjectNeil Fuller2014-07-242-29/+71
* | | | Throw an error when parsing an obviously bad DoubleNeil Fuller2014-07-242-7/+41
| |/ / |/| |
* | | Merge "Fix handling of invalid locales in Date/DecimalFormatSymbols."Narayan Kamath2014-07-235-22/+37
|\ \ \
| * | | Fix handling of invalid locales in Date/DecimalFormatSymbols.Narayan Kamath2014-07-235-22/+37
* | | | Merge "Add math tests in csv format for libcore math functions"Jeff Hao2014-07-226-0/+10328
|\ \ \ \
| * | | | Add math tests in csv format for libcore math functionsMichael Chen2014-07-216-0/+10328
| | |/ / | |/| |
* | | | Fix broken nio BufferTest and add alignment test.Mathieu Chartier2014-07-221-9/+23
| |/ / |/| |
* | | Support for a android.text.format.Time implemented entirely in JavaNeil Fuller2014-07-223-5/+673
* | | Implement Locale.forLanguageTag in java.Narayan Kamath2014-07-225-133/+334
* | | Merge "Expand visibility of adjustLanguageCode."Narayan Kamath2014-07-171-1/+4
|\ \ \
| * | | Expand visibility of adjustLanguageCode.Narayan Kamath2014-07-181-1/+4
| |/ /
* | | Merge "Make ByteBuffer.allocateDirect be 8 byte aligned."Mathieu Chartier2014-07-171-1/+5
|\ \ \ | |/ / |/| |
| * | Make ByteBuffer.allocateDirect be 8 byte aligned.Mathieu Chartier2014-07-211-1/+5
| |/
* | Merge "CipherTest: check multiple calls to doFinal work"Kenny Root2014-07-171-0/+8
|\ \
| * | CipherTest: check multiple calls to doFinal workKenny Root2014-07-141-0/+8
* | | Revert "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-174-13/+59
* | | Merge "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-174-53/+13
|\ \ \
| * | | Revert "Add a cache for ZoneInfo objects in Java"Neil Fuller2014-07-174-53/+13
* | | | Merge "Fix UnmodifiableEntrySet.toArray() ordering"Neil Fuller2014-07-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix UnmodifiableEntrySet.toArray() orderingNeil Fuller2014-06-231-1/+1
* | | | Add a cache for ZoneInfo objects in JavaNeil Fuller2014-07-164-13/+53
| |_|/ |/| |
* | | Tidy up OldAndroidLocaleTest#testICULocales.Narayan Kamath2014-07-161-6/+11
* | | TLS-PSK cipher suites enabled when PSKKeyManager is provided.Alex Klyubin2014-07-143-8/+122
| |/ |/|
* | Merge "TLS-PSK cipher suites should appear in API Level 21."Alex Klyubin2014-07-112-16/+16
|\ \
| * | TLS-PSK cipher suites should appear in API Level 21.Alex Klyubin2014-07-082-16/+16
* | | Merge "Invalidate cache of default SocketFactory"Kenny Root2014-07-104-0/+193
|\ \ \
| * | | Invalidate cache of default SocketFactoryKenny Root2014-06-274-0/+193
* | | | Merge "KeyPairGeneratorTest: add back some DH tests"Kenny Root2014-07-101-6/+23
|\ \ \ \
| * | | | KeyPairGeneratorTest: add back some DH testsKenny Root2014-07-101-6/+23
| |/ / /
* | | | Merge "Fix unit tests now that the "tl" -> "fil" hack is gone."Narayan Kamath2014-07-091-11/+27
|\ \ \ \
| * | | | Fix unit tests now that the "tl" -> "fil" hack is gone.Narayan Kamath2014-07-071-11/+27
* | | | | Switch libcore to the new icu.Elliott Hughes2014-07-091-2/+2
* | | | | Remove more.Elliott Hughes2014-07-074-100/+3
| |_|/ / |/| | |
* | | | Remove.Elliott Hughes2014-07-0734-4938/+149
* | | | RemoveBrian Carlstrom2014-07-076-270/+0
|/ / /
* | | Revert "Rename Arrays.ArrayList to Arrays.ArrayAdapter."Narayan Kamath2014-07-011-3/+3
* | | Rename Arrays.ArrayList to Arrays.ArrayAdapter.Narayan Kamath2014-07-011-3/+3
* | | Fix System.arraycopyAndreas Gampe2014-06-261-52/+0
|/ /
* | Merge "Fix a faulty Julian day computation."Elliott Hughes2014-06-264-5/+62
|\ \
| * | Fix a faulty Julian day computation.Elliott Hughes2014-06-264-5/+62
* | | Merge "Clarify the String.compareTo contract and add tests."Elliott Hughes2014-06-261-0/+67
|\ \ \