summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update Cipher tests"Kenny Root2015-04-241-0/+50
|\
| * Update Cipher testsKenny Root2015-04-241-0/+50
* | Merge "Use ANDROID_ROOT instead of assuming it is /system."Nicolas Geoffray2015-04-241-1/+1
|\ \
| * | Use ANDROID_ROOT instead of assuming it is /system.Nicolas Geoffray2015-04-241-1/+1
* | | Merge "Tidy up Package and classloader comments"Neil Fuller2015-04-245-15/+55
|\ \ \
| * | | Tidy up Package and classloader commentsNeil Fuller2015-04-225-15/+55
* | | | Remove unnecessary code from InputStreamReader/OutputStreamWriter.init.Narayan Kamath2015-04-242-2/+7
| |/ / |/| |
* | | Merge "java/io/RandomAccessFile: do not nullify FileChannel when closing the ...Sergio Giro2015-04-242-1/+61
|\ \ \
| * | | java/io/RandomAccessFile: do not nullify FileChannel when closing the RAFSergio Giro2015-04-222-1/+61
| |/ /
* | | Merge "Ensure consistency of capitalization in RelativeDateTimeFormatter"Neil Fuller2015-04-236-326/+423
|\ \ \
| * | | Ensure consistency of capitalization in RelativeDateTimeFormatterNeil Fuller2015-04-226-326/+423
* | | | Merge "Test that confirms a socket can be closed during connect()"Neil Fuller2015-04-221-0/+33
|\ \ \ \
| * | | | Test that confirms a socket can be closed during connect()Neil Fuller2015-04-221-0/+33
* | | | | Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-224-7/+7
| |_|/ / |/| | |
* | | | X509Certificate: Narrow down the scope of caught exceptions.Narayan Kamath2015-04-221-2/+2
* | | | java/security/cert: Use Locale.ROOT in X509CRLTestSergio Giro2015-04-221-1/+1
* | | | Merge "java/security/cert: delete test caveat in X509CRLTest"Sergio Giro2015-04-221-9/+1
|\ \ \ \
| * | | | java/security/cert: delete test caveat in X509CRLTestSergio Giro2015-04-211-9/+1
* | | | | Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForNameBrian Carlstrom2015-04-212-13/+17
* | | | | Return unlocalized TimeZoneID from TimeZone.getTimeZone()Taiju Tsuiki2015-04-212-1/+15
* | | | | Remove support for reading mime types from property files.Narayan Kamath2015-04-211-61/+0
|/ / / /
* | | | Merge "Implement mapLibraryName in Java."Elliott Hughes2015-04-162-14/+6
|\ \ \ \
| * | | | Implement mapLibraryName in Java.Elliott Hughes2015-04-162-14/+6
| |/ / /
* | | | Merge "Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter"Neil Fuller2015-04-163-113/+114
|\ \ \ \ | | |/ / | |/| |
| * | | Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-163-113/+114
| |/ /
* | | Make Manifest#clone obey clone's contract.Narayan Kamath2015-04-161-6/+20
* | | Fix bad negation in Collections#binarySearch.Narayan Kamath2015-04-162-16/+88
* | | Unbreak Harmony MacTest.Alex Klyubin2015-04-151-0/+13
|/ /
* | Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-147-302/+86
* | StrictJarFile: unittest for missing filesNick Kralevich2015-04-141-0/+4
* | StrictJarFile: better handle missing filesNick Kralevich2015-04-141-0/+7
* | Refactor security classes for static initializationKenny Root2015-04-132-13/+45
* | Libcore: Refactor TimeZone for compile-time initializationAndreas Gampe2015-04-131-36/+46
* | Libcore: Make Date compile-time initializableAndreas Gampe2015-04-101-2/+5
* | Remove obsolete concurrent access test.Narayan Kamath2015-04-101-28/+0
* | Make ICU4J look for timezone updates in /dataNeil Fuller2015-04-091-1/+33
* | Merge "libcore: change SSLEngineTest to close SSLEngine instances"Sergio Giro2015-04-081-34/+88
|\ \
| * | libcore: change SSLEngineTest to close SSLEngine instancesSergio Giro2015-04-081-34/+88
* | | Small documentation changes to SystemNeil Fuller2015-04-081-4/+6
* | | Rename package to android.icu.* instead of com.android.ibm.icu.*.Narayan Kamath2015-04-071-1/+1
* | | Merge "Changes to enable timezone data overrides for ICU and libcore"Neil Fuller2015-04-072-19/+64
|\ \ \
| * | | Changes to enable timezone data overrides for ICU and libcoreNeil Fuller2015-03-262-19/+64
* | | | GZIPInputStream: Correctly handle extras in gzip headers.Narayan Kamath2015-04-072-1/+17
| |_|/ |/| |
* | | Merge "Expose getSpi from crypto operations as hidden API."Alex Klyubin2015-04-034-4/+22
|\ \ \
| * | | Expose getSpi from crypto operations as hidden API.Alex Klyubin2015-03-244-4/+22
* | | | GZIPInputStream: Fix handling of header CRCs.Narayan Kamath2015-04-032-3/+19
* | | | Don't use zip64 by default.Narayan Kamath2015-04-036-579/+669
* | | | Merge "Be consistent with the library path."Nicolas Geoffray2015-04-031-1/+5
|\ \ \ \
| * | | | Be consistent with the library path.Nicolas Geoffray2015-04-021-1/+5
* | | | | Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-026-450/+37