summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Document behavior of Class.forName with a null ClassLoaderBrian Carlstrom2015-04-201-7/+11
|/ / / /
* | | | Merge "Implement mapLibraryName in Java."Elliott Hughes2015-04-162-14/+6
|\ \ \ \
| * | | | Implement mapLibraryName in Java.Elliott Hughes2015-04-162-14/+6
* | | | | Merge "Unbreak SecretKeyFactory-related ProviderTest."Alex Klyubin2015-04-161-0/+6
|\ \ \ \ \
| * | | | | Unbreak SecretKeyFactory-related ProviderTest.Alex Klyubin2015-04-151-0/+6
| |/ / / /
* | | | | Merge "Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter"Neil Fuller2015-04-164-118/+119
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-164-118/+119
| | |/ / | |/| |
* | | | Merge "Make Manifest#clone obey clone's contract."Narayan Kamath2015-04-161-6/+20
|\ \ \ \
| * | | | Make Manifest#clone obey clone's contract.Narayan Kamath2015-04-161-6/+20
|/ / / /
* | | | Merge "Fix bad negation in Collections#binarySearch."Narayan Kamath2015-04-162-16/+88
|\ \ \ \
| * | | | Fix bad negation in Collections#binarySearch.Narayan Kamath2015-04-162-16/+88
|/ / / /
* | | | Merge "Unbreak Harmony MacTest."Alex Klyubin2015-04-151-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Unbreak Harmony MacTest.Alex Klyubin2015-04-151-0/+13
|/ / /
* | | Merge "getRuntimeStat() support (libcore)."Hiroshi Yamauchi2015-04-141-0/+55
|\ \ \ | |/ / |/| |
| * | getRuntimeStat() support (libcore).Hiroshi Yamauchi2015-04-131-0/+55
* | | Merge "Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4J"Neil Fuller2015-04-147-302/+86
|\ \ \
| * | | Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-147-302/+86
|/ / /
* | | Merge "StrictJarFile: unittest for missing files"Nick Kralevich2015-04-142-0/+4
|\ \ \
| * | | StrictJarFile: unittest for missing filesNick Kralevich2015-04-142-0/+4
* | | | Merge "StrictJarFile: better handle missing files"Nick Kralevich2015-04-141-0/+7
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | StrictJarFile: better handle missing filesNick Kralevich2015-04-141-0/+7
|/ /
* | Merge "Refactor security classes for static initialization"Andreas Gampe2015-04-132-13/+45
|\ \
| * | Refactor security classes for static initializationKenny Root2015-04-132-13/+45
|/ /
* | Merge "Libcore: Refactor TimeZone for compile-time initialization"Andreas Gampe2015-04-131-36/+46
|\ \
| * | Libcore: Refactor TimeZone for compile-time initializationAndreas Gampe2015-04-131-36/+46
|/ /
* | Merge "Libcore: Make Date compile-time initializable"Andreas Gampe2015-04-121-2/+5
|\ \
| * | Libcore: Make Date compile-time initializableAndreas Gampe2015-04-101-2/+5
* | | Merge "Remove ArtField"Mathieu Chartier2015-04-103-75/+26
|\ \ \ | |/ / |/| |
| * | Remove ArtFieldMathieu Chartier2015-04-103-75/+26
| |/
* | Merge "Avoid using dex cache array pointers in libart."Vladimir Marko2015-04-104-69/+50
|\ \
| * | Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-104-69/+50
* | | Merge "Remove obsolete concurrent access test."Narayan Kamath2015-04-101-28/+0
|\ \ \
| * | | Remove obsolete concurrent access test.Narayan Kamath2015-04-101-28/+0
|/ / /
* | | Merge "Make ICU4J look for timezone updates in /data"Neil Fuller2015-04-091-1/+33
|\ \ \
| * | | Make ICU4J look for timezone updates in /dataNeil Fuller2015-04-091-1/+33
* | | | Merge "Rename isDexOptNeededInternal and add SELF_PATCHOAT_NEEDED."Richard Uhler2015-04-091-15/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Rename isDexOptNeededInternal and add SELF_PATCHOAT_NEEDED.Richard Uhler2015-04-081-15/+22
* | | | Merge "Stop sleeping in waitUntilAllThreadsStopped spin instead."Piotr Jastrzebski2015-04-091-6/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Stop sleeping in waitUntilAllThreadsStopped spin instead.Piotr Jastrzebski2015-04-091-6/+3
* | | | Merge "libcore: change SSLEngineTest to close SSLEngine instances"Sergio Giro2015-04-082-34/+106
|\ \ \ \
| * | | | libcore: change SSLEngineTest to close SSLEngine instancesSergio Giro2015-04-082-34/+106
* | | | | Merge "Small documentation changes to System"Neil Fuller2015-04-081-4/+6
|\ \ \ \ \
| * | | | | Small documentation changes to SystemNeil Fuller2015-04-081-4/+6
|/ / / / /
* | | | | Merge "Rename package to android.icu.* instead of com.android.ibm.icu.*."Narayan Kamath2015-04-083-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Rename package to android.icu.* instead of com.android.ibm.icu.*.Narayan Kamath2015-04-073-5/+5
|/ / / /
* | | | 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
* | | | | Merge "GZIPInputStream: Correctly handle extras in gzip headers."Narayan Kamath2015-04-072-1/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | GZIPInputStream: Correctly handle extras in gzip headers.Narayan Kamath2015-04-072-1/+17
|/ / / /
* | | | Merge "Fix annoying (but non-fatal) java doc error."Ying Wang2015-04-031-1/+10
|\ \ \ \