summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Clarify the String.compareTo contract and add tests.Elliott Hughes2014-06-261-0/+67
| |/
* | Merge "Fixed build for arraycopy with objects."Jeff Hao2014-06-261-3/+3
|\ \
| * | Fixed build for arraycopy with objects.Emma Meersman2014-06-261-3/+3
* | | Merge "Expanded arraycopy function to deal with more types and updated benchm...Jeff Hao2014-06-261-2/+427
|\ \ \ | |/ /
| * | Expanded arraycopy function to deal with more types and updated benchmarking.Emma Meersman2014-06-231-2/+427
* | | Don't return NULL as a jint.Ian Rogers2014-06-241-1/+1
* | | Merge "Build fix: Remove reference to deleted java_io_Console function"Neil Fuller2014-06-201-1/+0
|\ \ \
| * | | Build fix: Remove reference to deleted java_io_Console functionNeil Fuller2014-06-231-1/+0
* | | | Merge "Unimplement Console.readPassword and remove test"Neil Fuller2014-06-203-87/+4
|\ \ \ \ | |/ / /
| * | | Unimplement Console.readPassword and remove testNeil Fuller2014-06-233-87/+4
* | | | Assert that setEnabledProtocols/CipherSuites copy their inputs.Alex Klyubin2014-06-193-0/+60
* | | | Fix for currency symbol coming from the default localeNeil Fuller2014-06-194-19/+52
|/ / /
* | | Merge "Fix CurrencyTest.test_getSymbol for unknown variants"Neil Fuller2014-06-172-0/+42
|\ \ \
| * | | Fix CurrencyTest.test_getSymbol for unknown variantsNeil Fuller2014-06-182-0/+42
| | |/ | |/|
* | | Merge "Removing tests that test the SqlLite API directly."Neil Fuller2014-06-1712-3152/+145
|\ \ \
| * | | Removing tests that test the SqlLite API directly.Neil Fuller2014-06-1712-3152/+145
* | | | Merge "CTS fix: Signature2Test.test_clone()"Neil Fuller2014-06-172-1/+11
|\ \ \ \
| * | | | CTS fix: Signature2Test.test_clone()Neil Fuller2014-06-182-1/+11
| | |/ / | |/| |
* | | | Merge "Fix getISO3Country and getISO3Language."Narayan Kamath2014-06-174-17/+21
|\ \ \ \
| * | | | Fix getISO3Country and getISO3Language.Narayan Kamath2014-06-184-17/+21
| | |_|/ | |/| |
* | | | Merge "Relax KeyPairGeneratorTest"Neil Fuller2014-06-171-8/+43
|\ \ \ \
| * | | | Relax KeyPairGeneratorTestNeil Fuller2014-06-181-8/+43
| | |/ / | |/| |
* | | | Alter regression test for bug 71369 now the issue is understoodNeil Fuller2014-06-181-3/+10
|/ / /
* | | Merge "Add a test for bug 71369"Neil Fuller2014-06-171-0/+15
|\ \ \ | |/ / |/| |
| * | Add a test for bug 71369Neil Fuller2014-06-171-0/+15
| |/
* | Merge "Pass BCP-47 tags and not Locale.toString results to ICU."Narayan Kamath2014-06-1019-286/+446
|\ \
| * | Pass BCP-47 tags and not Locale.toString results to ICU.Elliott Hughes2014-06-1619-286/+446
| |/
* | Fix bogus define checks and a typo.Narayan Kamath2014-06-132-10/+37
|/
* Remove unnecessary loop in uloc_forLanguageTag.Narayan Kamath2014-06-121-15/+15
* Implement Locale.toLanguageTag without ICU support.Narayan Kamath2014-06-124-73/+256
* Merge "Extract non-API locale tests into a separate test class."Narayan Kamath2014-06-102-106/+129
|\
| * Extract non-API locale tests into a separate test class.Narayan Kamath2014-06-112-106/+129